@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-432 .tc-wp-content-root img, .wpc-scope-432 .tc-wp-content-root video, .wpc-scope-432 .tc-wp-content-root svg, .wpc-scope-432 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-432 .tc-wp-content-root .nfg-bottom-content{
  width: 100%;
  overflow-x: hidden;
  color: #1f2430;
  font-family: inherit;
  --nfg-red: #e50914;
  --nfg-crimson: #b20710;
  --nfg-ink: #1f2430;
  --nfg-muted: #626b7a;
  --nfg-line: rgba(31, 36, 48, 0.1);
  --nfg-soft: #f7f8fb;
  --nfg-white: #ffffff;
  --nfg-shadow: 0 18px 48px rgba(20, 24, 33, 0.1);
  --nfg-shadow-hover: 0 24px 70px rgba(229, 9, 20, 0.16);
}.wpc-scope-432 .tc-wp-content-root .nfg-bottom-content .nfg-section{
  position: relative;
}.wpc-scope-432 .tc-wp-content-root .nfg-bottom-content .nfg-section-white{
  background: #ffffff;
}.wpc-scope-432 .tc-wp-content-root .nfg-bottom-content .nfg-section-soft{
  background:
    radial-gradient(circle at top left, rgba(229, 9, 20, 0.055), transparent 34%),
    #f7f8fb;
}.wpc-scope-432 .tc-wp-content-root .nfg-bottom-content .nfg-container{
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}.wpc-scope-432 .tc-wp-content-root .nfg-bottom-content .nfg-section-head{
  max-width: 790px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-432 .tc-wp-content-root .nfg-bottom-content .nfg-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: var(--nfg-red);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}.wpc-scope-432 .tc-wp-content-root .nfg-bottom-content .nfg-kicker::before, .wpc-scope-432 .tc-wp-content-root .nfg-bottom-content .nfg-kicker::after{
  content: "";
  width: 24px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--nfg-red), #ff7a45);
}.wpc-scope-432 .tc-wp-content-root .nfg-bottom-content h2{
  margin: 0;
  color: var(--nfg-ink);
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-432 .tc-wp-content-root .nfg-bottom-content .nfg-section-head p{
  margin: 16px auto 0;
  color: var(--nfg-muted);
  line-height: 1.7;
}.wpc-scope-432 .tc-wp-content-root .nfg-bottom-content .nfg-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-432 .tc-wp-content-root .nfg-bottom-content .nfg-card, .wpc-scope-432 .tc-wp-content-root .nfg-bottom-content .nfg-trust-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid var(--nfg-line);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fffafa 100%);
  box-shadow: 0 12px 34px rgba(20, 24, 33, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-432 .tc-wp-content-root .nfg-bottom-content .nfg-card::before, .wpc-scope-432 .tc-wp-content-root .nfg-bottom-content .nfg-trust-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--nfg-red), #ff7a45, var(--nfg-crimson));
  opacity: 0.9;
}.wpc-scope-432 .tc-wp-content-root .nfg-bottom-content .nfg-card:hover, .wpc-scope-432 .tc-wp-content-root .nfg-bottom-content .nfg-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(229, 9, 20, 0.28);
  box-shadow: var(--nfg-shadow-hover);
}.wpc-scope-432 .tc-wp-content-root .nfg-bottom-content .nfg-card h3, .wpc-scope-432 .tc-wp-content-root .nfg-bottom-content .nfg-step-card h3, .wpc-scope-432 .tc-wp-content-root .nfg-bottom-content .nfg-trust-card h3{
  margin: 0;
  color: var(--nfg-ink);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-432 .tc-wp-content-root .nfg-bottom-content .nfg-card p, .wpc-scope-432 .tc-wp-content-root .nfg-bottom-content .nfg-step-card p, .wpc-scope-432 .tc-wp-content-root .nfg-bottom-content .nfg-trust-card p{
  margin: 10px 0 0;
  color: var(--nfg-muted);
  line-height: 1.68;
}.wpc-scope-432 .tc-wp-content-root .nfg-bottom-content .nfg-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(229, 9, 20, 0.12), rgba(255, 122, 69, 0.14));
  box-shadow: inset 0 0 0 1px rgba(229, 9, 20, 0.12);
}.wpc-scope-432 .tc-wp-content-root .nfg-bottom-content .nfg-icon::before, .wpc-scope-432 .tc-wp-content-root .nfg-bottom-content .nfg-icon::after{
  content: "";
  position: absolute;
  border-radius: 99px;
  background: linear-gradient(135deg, var(--nfg-red), #ff7a45);
  transition: transform 260ms ease;
}.wpc-scope-432 .tc-wp-content-root .nfg-bottom-content .nfg-card:hover .nfg-icon::before, .wpc-scope-432 .tc-wp-content-root .nfg-bottom-content .nfg-card:hover .nfg-icon::after{
  transform: translateY(-2px);
}.wpc-scope-432 .tc-wp-content-root .nfg-bottom-content .nfg-icon-preview::before{
  width: 22px;
  height: 14px;
  left: 13px;
  top: 17px;
  border-radius: 6px;
}.wpc-scope-432 .tc-wp-content-root .nfg-bottom-content .nfg-icon-preview::after{
  width: 8px;
  height: 8px;
  left: 20px;
  top: 20px;
  background: #ffffff;
}.wpc-scope-432 .tc-wp-content-root .nfg-bottom-content .nfg-icon-copy::before{
  width: 17px;
  height: 20px;
  left: 18px;
  top: 14px;
  border-radius: 4px;
}.wpc-scope-432 .tc-wp-content-root .nfg-bottom-content .nfg-icon-copy::after{
  width: 17px;
  height: 20px;
  left: 13px;
  top: 18px;
  border-radius: 4px;
  opacity: 0.45;
}.wpc-scope-432 .tc-wp-content-root .nfg-bottom-content .nfg-icon-mood::before{
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
}.wpc-scope-432 .tc-wp-content-root .nfg-bottom-content .nfg-icon-mood::after{
  width: 10px;
  height: 3px;
  left: 19px;
  top: 23px;
  background: #ffffff;
}.wpc-scope-432 .tc-wp-content-root .nfg-bottom-content .nfg-icon-options::before{
  width: 26px;
  height: 4px;
  left: 11px;
  top: 15px;
}.wpc-scope-432 .tc-wp-content-root .nfg-bottom-content .nfg-icon-options::after{
  width: 26px;
  height: 4px;
  left: 11px;
  top: 28px;
}.wpc-scope-432 .tc-wp-content-root .nfg-bottom-content .nfg-icon-fast::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  clip-path: polygon(42% 0, 100% 0, 64% 42%, 100% 42%, 28% 100%, 44% 55%, 0 55%);
}.wpc-scope-432 .tc-wp-content-root .nfg-bottom-content .nfg-icon-fast::after{
  display: none;
}.wpc-scope-432 .tc-wp-content-root .nfg-bottom-content .nfg-icon-clean::before{
  width: 24px;
  height: 18px;
  left: 12px;
  top: 16px;
  border-radius: 8px;
}.wpc-scope-432 .tc-wp-content-root .nfg-bottom-content .nfg-icon-clean::after{
  width: 12px;
  height: 4px;
  left: 18px;
  top: 23px;
  background: #ffffff;
}.wpc-scope-432 .tc-wp-content-root .nfg-bottom-content .nfg-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-432 .tc-wp-content-root .nfg-bottom-content .nfg-step-card{
  position: relative;
  display: grid;
  min-width: 0;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid rgba(229, 9, 20, 0.13);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--nfg-shadow);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-432 .tc-wp-content-root .nfg-bottom-content .nfg-step-card::after{
  content: "";
  position: absolute;
  right: -42px;
  top: -42px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(229, 9, 20, 0.14), transparent 68%);
}.wpc-scope-432 .tc-wp-content-root .nfg-bottom-content .nfg-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(229, 9, 20, 0.26);
  box-shadow: 0 26px 70px rgba(20, 24, 33, 0.12);
}.wpc-scope-432 .tc-wp-content-root .nfg-bottom-content .nfg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  border-radius: 20px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--nfg-red), var(--nfg-crimson));
  box-shadow: 0 16px 32px rgba(229, 9, 20, 0.22);
  font-weight: 900;
  letter-spacing: 0;
}.wpc-scope-432 .tc-wp-content-root .nfg-bottom-content .nfg-step-copy{
  min-width: 0;
}.wpc-scope-432 .tc-wp-content-root .nfg-bottom-content .nfg-use-card{
  background: #ffffff;
}.wpc-scope-432 .tc-wp-content-root .nfg-bottom-content .nfg-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  border: 1px solid rgba(229, 9, 20, 0.16);
  border-radius: 999px;
  color: var(--nfg-red);
  background: rgba(229, 9, 20, 0.07);
  font-weight: 800;
  line-height: 1;
}.wpc-scope-432 .tc-wp-content-root .nfg-bottom-content .nfg-trust-card{
  align-items: flex-start;
}.wpc-scope-432 .tc-wp-content-root .nfg-bottom-content .nfg-trust-icon{
  position: relative;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(229, 9, 20, 0.13), rgba(255, 122, 69, 0.14));
}.wpc-scope-432 .tc-wp-content-root .nfg-bottom-content .nfg-trust-icon::before{
  content: "";
  position: absolute;
  left: 15px;
  top: 12px;
  width: 12px;
  height: 19px;
  border-right: 4px solid var(--nfg-red);
  border-bottom: 4px solid var(--nfg-red);
  transform: rotate(45deg);
  border-radius: 2px;
}.wpc-scope-432 .tc-wp-content-root .nfg-bottom-content .nfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.wpc-scope-432 .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: 14px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-kicker{
    font-size: 12px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-card, .tc-wp-content-root .nfg-bottom-content .nfg-trust-card{
    padding: 26px 20px 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-step-list{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px 20px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-step-number{
    width: 54px;
    font-size: 18px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-badge{
    padding: 8px 11px;
    font-size: 12px;
  }}@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: 15px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-kicker{
    font-size: 13px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-card, .tc-wp-content-root .nfg-bottom-content .nfg-trust-card{
    padding: 28px 22px 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-step-list{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 22px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-step-number{
    width: 58px;
    font-size: 19px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-badge{
    padding: 8px 12px;
    font-size: 12px;
  }}@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: 32px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-kicker{
    font-size: 13px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-card, .tc-wp-content-root .nfg-bottom-content .nfg-trust-card{
    padding: 30px 24px 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-step-list{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 24px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-step-number{
    width: 62px;
    font-size: 20px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-badge{
    padding: 9px 13px;
    font-size: 12px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .nfg-bottom-content .nfg-section{
    padding: 78px 0;
  }.tc-wp-content-root .nfg-bottom-content .nfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .nfg-bottom-content h2{
    font-size: 40px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-section-head p{
    font-size: 16.5px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-kicker{
    font-size: 13px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-card, .tc-wp-content-root .nfg-bottom-content .nfg-trust-card{
    padding: 32px 26px 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-step-list{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-step-card{
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-step-number{
    width: 70px;
    font-size: 22px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-badge{
    padding: 9px 14px;
    font-size: 12px;
  }}@media (min-width: 1024px){.tc-wp-content-root .nfg-bottom-content .nfg-section{
    padding: 94px 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: 17px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-kicker{
    font-size: 13px;
  }.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: 34px 28px 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: 15.8px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-step-list{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-step-card{
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-step-number{
    width: 78px;
    font-size: 24px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-badge{
    padding: 9px 14px;
    font-size: 12px;
  }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .nfg-bottom-content .nfg-reveal, .tc-wp-content-root .nfg-bottom-content .nfg-card, .tc-wp-content-root .nfg-bottom-content .nfg-step-card, .tc-wp-content-root .nfg-bottom-content .nfg-trust-card, .tc-wp-content-root .nfg-bottom-content .nfg-icon::before, .tc-wp-content-root .nfg-bottom-content .nfg-icon::after{
    transition: none;
  }.tc-wp-content-root .nfg-bottom-content .nfg-reveal{
    opacity: 1;
    transform: none;
  }}