@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-546 .tc-wp-content-root img, .wpc-scope-546 .tc-wp-content-root video, .wpc-scope-546 .tc-wp-content-root svg, .wpc-scope-546 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-546 .tc-wp-content-root .jfg-bottom-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.wpc-scope-546 .tc-wp-content-root .jfg-bottom-content .jfg-section{
  position: relative;
}.wpc-scope-546 .tc-wp-content-root .jfg-bottom-content .jfg-section-white{
  background: #ffffff;
}.wpc-scope-546 .tc-wp-content-root .jfg-bottom-content .jfg-section-soft{
  background:
    radial-gradient(circle at top left, rgba(255, 75, 86, 0.08), transparent 34%),
    radial-gradient(circle at bottom right, rgba(30, 86, 255, 0.08), transparent 32%),
    #f8fafc;
}.wpc-scope-546 .tc-wp-content-root .jfg-bottom-content .jfg-container{
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}.wpc-scope-546 .tc-wp-content-root .jfg-bottom-content .jfg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-546 .tc-wp-content-root .jfg-bottom-content .jfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 75, 86, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 75, 86, 0.1), rgba(30, 86, 255, 0.1));
  color: #c73345;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.wpc-scope-546 .tc-wp-content-root .jfg-bottom-content .jfg-section-head h2{
  margin: 0;
  color: #101828;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-546 .tc-wp-content-root .jfg-bottom-content .jfg-section-head p{
  margin: 16px auto 0;
  color: #5b6475;
  line-height: 1.7;
}.wpc-scope-546 .tc-wp-content-root .jfg-bottom-content .jfg-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-546 .tc-wp-content-root .jfg-bottom-content .jfg-card, .wpc-scope-546 .tc-wp-content-root .jfg-bottom-content .jfg-trust-card{
  position: relative;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(20, 32, 54, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 42px rgba(16, 24, 40, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-546 .tc-wp-content-root .jfg-bottom-content .jfg-card::before, .wpc-scope-546 .tc-wp-content-root .jfg-bottom-content .jfg-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 75, 86, 0.52), rgba(30, 86, 255, 0.34), transparent 62%);
  opacity: 0;
  transition: opacity 220ms 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-546 .tc-wp-content-root .jfg-bottom-content .jfg-card:hover, .wpc-scope-546 .tc-wp-content-root .jfg-bottom-content .jfg-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(255, 75, 86, 0.18);
  box-shadow: 0 24px 58px rgba(16, 24, 40, 0.12);
}.wpc-scope-546 .tc-wp-content-root .jfg-bottom-content .jfg-card:hover::before, .wpc-scope-546 .tc-wp-content-root .jfg-bottom-content .jfg-trust-card:hover::before{
  opacity: 1;
}.wpc-scope-546 .tc-wp-content-root .jfg-bottom-content .jfg-card h3, .wpc-scope-546 .tc-wp-content-root .jfg-bottom-content .jfg-trust-card h3, .wpc-scope-546 .tc-wp-content-root .jfg-bottom-content .jfg-step-copy h3{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-546 .tc-wp-content-root .jfg-bottom-content .jfg-card p, .wpc-scope-546 .tc-wp-content-root .jfg-bottom-content .jfg-trust-card p, .wpc-scope-546 .tc-wp-content-root .jfg-bottom-content .jfg-step-copy p{
  margin: 10px 0 0;
  color: #5f6b7a;
  line-height: 1.68;
}.wpc-scope-546 .tc-wp-content-root .jfg-bottom-content .jfg-icon{
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #ff4b56, #1e56ff);
  box-shadow: 0 14px 26px rgba(255, 75, 86, 0.22);
  position: relative;
  transition: transform 220ms ease;
}.wpc-scope-546 .tc-wp-content-root .jfg-bottom-content .jfg-card:hover .jfg-icon{
  transform: translateY(-2px) rotate(-3deg);
}.wpc-scope-546 .tc-wp-content-root .jfg-bottom-content .jfg-icon::before, .wpc-scope-546 .tc-wp-content-root .jfg-bottom-content .jfg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-546 .tc-wp-content-root .jfg-bottom-content .jfg-icon-preview::before{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border-radius: 9px;
  opacity: 0.95;
}.wpc-scope-546 .tc-wp-content-root .jfg-bottom-content .jfg-icon-preview::after{
  width: 7px;
  height: 7px;
  left: 20px;
  top: 19px;
  border-radius: 50%;
  background: #ff4b56;
}.wpc-scope-546 .tc-wp-content-root .jfg-bottom-content .jfg-icon-copy::before{
  width: 17px;
  height: 20px;
  left: 16px;
  top: 13px;
  border-radius: 4px;
  box-shadow: -5px -5px 0 rgba(255, 255, 255, 0.56);
}.wpc-scope-546 .tc-wp-content-root .jfg-bottom-content .jfg-icon-copy::after{
  width: 11px;
  height: 2px;
  left: 19px;
  top: 21px;
}.wpc-scope-546 .tc-wp-content-root .jfg-bottom-content .jfg-icon-varsity::before{
  width: 24px;
  height: 5px;
  left: 11px;
  top: 13px;
  transform: skew(-14deg);
}.wpc-scope-546 .tc-wp-content-root .jfg-bottom-content .jfg-icon-varsity::after{
  width: 18px;
  height: 18px;
  left: 14px;
  top: 20px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}.wpc-scope-546 .tc-wp-content-root .jfg-bottom-content .jfg-icon-custom::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  background: transparent;
  border: 4px solid #ffffff;
  box-sizing: border-box;
}.wpc-scope-546 .tc-wp-content-root .jfg-bottom-content .jfg-icon-custom::after{
  width: 13px;
  height: 4px;
  left: 25px;
  top: 29px;
  transform: rotate(42deg);
  border-radius: 4px;
}.wpc-scope-546 .tc-wp-content-root .jfg-bottom-content .jfg-icon-clean::before{
  width: 22px;
  height: 16px;
  left: 12px;
  top: 15px;
  border-radius: 5px;
}.wpc-scope-546 .tc-wp-content-root .jfg-bottom-content .jfg-icon-clean::after{
  width: 12px;
  height: 3px;
  left: 17px;
  top: 22px;
  background: #1e56ff;
  border-radius: 3px;
}.wpc-scope-546 .tc-wp-content-root .jfg-bottom-content .jfg-icon-fast::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  clip-path: polygon(52% 0, 100% 0, 64% 42%, 100% 42%, 40% 100%, 54% 55%, 16% 55%);
}.wpc-scope-546 .tc-wp-content-root .jfg-bottom-content .jfg-icon-fast::after{
  display: none;
}.wpc-scope-546 .tc-wp-content-root .jfg-bottom-content .jfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-546 .tc-wp-content-root .jfg-bottom-content .jfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid rgba(20, 32, 54, 0.09);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(16, 24, 40, 0.08);
  overflow: hidden;
}.wpc-scope-546 .tc-wp-content-root .jfg-bottom-content .jfg-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  bottom: 22px;
  width: 5px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #ff4b56, #1e56ff);
}.wpc-scope-546 .tc-wp-content-root .jfg-bottom-content .jfg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 22px;
  background: linear-gradient(135deg, #111827, #263246);
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 18px 30px rgba(17, 24, 39, 0.18);
}.wpc-scope-546 .tc-wp-content-root .jfg-bottom-content .jfg-badge{
  display: inline-flex;
  width: fit-content;
  margin: 0 0 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(30, 86, 255, 0.09);
  color: #244ec9;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-546 .tc-wp-content-root .jfg-bottom-content .jfg-use-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at top right, rgba(255, 75, 86, 0.1), transparent 38%);
}.wpc-scope-546 .tc-wp-content-root .jfg-bottom-content .jfg-trust-card{
  text-align: left;
}.wpc-scope-546 .tc-wp-content-root .jfg-bottom-content .jfg-trust-mark{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin: 0 0 17px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 75, 86, 0.14), rgba(30, 86, 255, 0.14));
  position: relative;
}.wpc-scope-546 .tc-wp-content-root .jfg-bottom-content .jfg-trust-mark::before{
  content: "";
  position: absolute;
  width: 16px;
  height: 9px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #ff4b56;
  border-bottom: 3px solid #ff4b56;
  transform: rotate(-45deg);
}.wpc-scope-546 .tc-wp-content-root .jfg-bottom-content .jfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}.wpc-scope-546 .tc-wp-content-root .jfg-bottom-content .jfg-reveal.jfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .jfg-bottom-content .jfg-section{
    padding: 46px 0;
  }.tc-wp-content-root .jfg-bottom-content .jfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-section-head h2{
    font-size: 27px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-card, .tc-wp-content-root .jfg-bottom-content .jfg-trust-card{
    padding: 22px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-card h3, .tc-wp-content-root .jfg-bottom-content .jfg-trust-card h3, .tc-wp-content-root .jfg-bottom-content .jfg-step-copy h3{
    font-size: 18px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-card p, .tc-wp-content-root .jfg-bottom-content .jfg-trust-card p, .tc-wp-content-root .jfg-bottom-content .jfg-step-copy p{
    font-size: 14px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .jfg-bottom-content .jfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .jfg-bottom-content .jfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-section-head h2{
    font-size: 30px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-card, .tc-wp-content-root .jfg-bottom-content .jfg-trust-card{
    padding: 24px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-card h3, .tc-wp-content-root .jfg-bottom-content .jfg-trust-card h3, .tc-wp-content-root .jfg-bottom-content .jfg-step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-card p, .tc-wp-content-root .jfg-bottom-content .jfg-trust-card p, .tc-wp-content-root .jfg-bottom-content .jfg-step-copy p{
    font-size: 14.5px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .jfg-bottom-content .jfg-section{
    padding: 62px 0;
  }.tc-wp-content-root .jfg-bottom-content .jfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-section-head h2{
    font-size: 34px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-card, .tc-wp-content-root .jfg-bottom-content .jfg-trust-card{
    padding: 26px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-card h3, .tc-wp-content-root .jfg-bottom-content .jfg-trust-card h3, .tc-wp-content-root .jfg-bottom-content .jfg-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-card p, .tc-wp-content-root .jfg-bottom-content .jfg-trust-card p, .tc-wp-content-root .jfg-bottom-content .jfg-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .jfg-bottom-content .jfg-section{
    padding: 76px 0;
  }.tc-wp-content-root .jfg-bottom-content .jfg-container{
    padding: 0 30px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-trust-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .jfg-bottom-content .jfg-card, .tc-wp-content-root .jfg-bottom-content .jfg-trust-card{
    padding: 28px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-card h3, .tc-wp-content-root .jfg-bottom-content .jfg-trust-card h3, .tc-wp-content-root .jfg-bottom-content .jfg-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-card p, .tc-wp-content-root .jfg-bottom-content .jfg-trust-card p, .tc-wp-content-root .jfg-bottom-content .jfg-step-copy p{
    font-size: 15.5px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-step-card{
    gap: 24px;
    padding: 30px;
  }}@media (min-width: 1024px){.tc-wp-content-root .jfg-bottom-content .jfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .jfg-bottom-content .jfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-card-grid{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .jfg-bottom-content .jfg-card, .tc-wp-content-root .jfg-bottom-content .jfg-trust-card{
    padding: 30px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-card h3, .tc-wp-content-root .jfg-bottom-content .jfg-trust-card h3, .tc-wp-content-root .jfg-bottom-content .jfg-step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-card p, .tc-wp-content-root .jfg-bottom-content .jfg-trust-card p, .tc-wp-content-root .jfg-bottom-content .jfg-step-copy p{
    font-size: 15.5px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-steps{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-step-card{
    gap: 28px;
    padding: 34px 36px;
  }}