@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");

/* 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-125 .tc-wp-content-root img, .wpc-scope-125 .tc-wp-content-root video, .wpc-scope-125 .tc-wp-content-root svg, .wpc-scope-125 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-125 .tc-wp-content-root .pdf417gen-editorial, .wpc-scope-125 .tc-wp-content-root .pdf417gen-editorial *{
  box-sizing: border-box;
}.wpc-scope-125 .tc-wp-content-root .pdf417gen-editorial{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #17201f;
  background: #fff;
}.wpc-scope-125 .tc-wp-content-root .pdf417gen-editorial .pdf417gen-section, .wpc-scope-125 .tc-wp-content-root .pdf417gen-editorial .pdf417gen-container, .wpc-scope-125 .tc-wp-content-root .pdf417gen-editorial .pdf417gen-grid{
  width: 100%;
  max-width: 100%;
}.wpc-scope-125 .tc-wp-content-root .pdf417gen-editorial .pdf417gen-section{
  padding: 86px 20px;
  overflow: hidden;
}.wpc-scope-125 .tc-wp-content-root .pdf417gen-editorial .pdf417gen-section-intro, .wpc-scope-125 .tc-wp-content-root .pdf417gen-editorial .pdf417gen-section-steps{
  background: #fff;
}.wpc-scope-125 .tc-wp-content-root .pdf417gen-editorial .pdf417gen-section-benefits{
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 189, 105, 0.22), transparent 30%),
    radial-gradient(circle at 86% 10%, rgba(92, 166, 140, 0.18), transparent 32%),
    linear-gradient(180deg, #fff8ef 0%, #f9efe2 100%);
}.wpc-scope-125 .tc-wp-content-root .pdf417gen-editorial .pdf417gen-container{
  max-width: 1220px;
  margin: 0 auto;
}.wpc-scope-125 .tc-wp-content-root .pdf417gen-editorial .pdf417gen-heading-wrap{
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}.wpc-scope-125 .tc-wp-content-root .pdf417gen-editorial .pdf417gen-heading-wrap h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem);
  line-height: 1.16;
  letter-spacing: 0;
  color: #13211f;
  font-weight: 800;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-125 .tc-wp-content-root .pdf417gen-editorial .pdf417gen-heading-wrap p{
  margin: 14px auto 0;
  max-width: 690px;
  font-size: 1.02rem;
  line-height: 1.72;
  color: #586562;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-125 .tc-wp-content-root .pdf417gen-editorial .pdf417gen-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}.wpc-scope-125 .tc-wp-content-root .pdf417gen-editorial .pdf417gen-card{
  --fg-accent: #d9822b;
  --fg-accent-rgb: 217, 130, 43;
  --fg-soft: #fff4e7;
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 250px;
  padding: 28px;
  border: 1px solid rgba(var(--fg-accent-rgb), 0.18);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(var(--fg-accent-rgb), 0.18), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 243, 0.9));
  box-shadow: 0 18px 46px rgba(32, 45, 42, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition:
    opacity 0.65s ease,
    transform 0.65s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-125 .tc-wp-content-root .pdf417gen-editorial .pdf417gen-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(var(--fg-accent-rgb), 0.12), transparent 42%),
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.72), transparent 34%);
  opacity: 0.7;
  pointer-events: none;
}.wpc-scope-125 .tc-wp-content-root .pdf417gen-editorial .pdf417gen-card::after{
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 3px;
  border-radius: 99px 99px 0 0;
  background: linear-gradient(90deg, transparent, rgba(var(--fg-accent-rgb), 0.72), transparent);
  opacity: 0;
  transform: scaleX(0.35);
  transition: opacity 0.28s ease, transform 0.28s ease;
}.wpc-scope-125 .tc-wp-content-root .pdf417gen-editorial .pdf417gen-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.wpc-scope-125 .tc-wp-content-root .pdf417gen-editorial .pdf417gen-card:hover{
  border-color: rgba(var(--fg-accent-rgb), 0.42);
  box-shadow: 0 26px 70px rgba(32, 45, 42, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.wpc-scope-125 .tc-wp-content-root .pdf417gen-editorial .pdf417gen-card:hover::after{
  opacity: 1;
  transform: scaleX(1);
}.wpc-scope-125 .tc-wp-content-root .pdf417gen-editorial .pdf417gen-card > *{
  position: relative;
  z-index: 1;
}.wpc-scope-125 .tc-wp-content-root .pdf417gen-editorial .pdf417gen-card:nth-child(1){
  --fg-accent: #d9822b;
  --fg-accent-rgb: 217, 130, 43;
  --fg-soft: #fff1df;
}.wpc-scope-125 .tc-wp-content-root .pdf417gen-editorial .pdf417gen-card:nth-child(2){
  --fg-accent: #3f8f7a;
  --fg-accent-rgb: 63, 143, 122;
  --fg-soft: #e9f7f2;
}.wpc-scope-125 .tc-wp-content-root .pdf417gen-editorial .pdf417gen-card:nth-child(3){
  --fg-accent: #8a63d2;
  --fg-accent-rgb: 138, 99, 210;
  --fg-soft: #f1ebff;
}.wpc-scope-125 .tc-wp-content-root .pdf417gen-editorial .pdf417gen-card:nth-child(4){
  --fg-accent: #c84f6a;
  --fg-accent-rgb: 200, 79, 106;
  --fg-soft: #fff0f3;
}.wpc-scope-125 .tc-wp-content-root .pdf417gen-editorial .pdf417gen-card:nth-child(5){
  --fg-accent: #2f78b7;
  --fg-accent-rgb: 47, 120, 183;
  --fg-soft: #eaf4ff;
}.wpc-scope-125 .tc-wp-content-root .pdf417gen-editorial .pdf417gen-card:nth-child(6){
  --fg-accent: #6f7d2f;
  --fg-accent-rgb: 111, 125, 47;
  --fg-soft: #f3f6dc;
}.wpc-scope-125 .tc-wp-content-root .pdf417gen-editorial .pdf417gen-icon{
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin-bottom: 20px;
  border-radius: 18px;
  background: var(--fg-soft);
  color: var(--fg-accent);
  box-shadow: inset 0 0 0 1px rgba(var(--fg-accent-rgb), 0.16);
  transition: transform 0.28s ease, background 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
}.wpc-scope-125 .tc-wp-content-root .pdf417gen-editorial .pdf417gen-icon i{
  font-size: 1.25rem;
  line-height: 1;
}.wpc-scope-125 .tc-wp-content-root .pdf417gen-editorial .pdf417gen-card:hover .pdf417gen-icon{
  transform: translateY(-3px) scale(1.06) rotate(-2deg);
  background: var(--fg-accent);
  color: #fff;
  box-shadow: 0 14px 28px rgba(var(--fg-accent-rgb), 0.22);
}.wpc-scope-125 .tc-wp-content-root .pdf417gen-editorial .pdf417gen-card h3{
  position: relative;
  display: inline;
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.32;
  letter-spacing: 0;
  color: #182522;
  font-weight: 750;
  background-image: linear-gradient(90deg, rgba(var(--fg-accent-rgb), 0.72), rgba(var(--fg-accent-rgb), 0.72));
  background-repeat: no-repeat;
  background-size: 0% 2px;
  background-position: 0 100%;
  transition: background-size 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-125 .tc-wp-content-root .pdf417gen-editorial .pdf417gen-card:hover h3{
  background-size: 100% 2px;
}.wpc-scope-125 .tc-wp-content-root .pdf417gen-editorial .pdf417gen-card p{
  margin: 14px 0 0;
  font-size: 0.96rem;
  line-height: 1.68;
  color: #5c6865;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-125 .tc-wp-content-root .pdf417gen-editorial .pdf417gen-cta{
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  font-size: 0.9rem;
  line-height: 1.35;
  color: var(--fg-accent);
  font-weight: 750;
  opacity: 0.32;
  transform: translateY(8px);
  transition: opacity 0.28s ease, transform 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-125 .tc-wp-content-root .pdf417gen-editorial .pdf417gen-card:hover .pdf417gen-cta{
  opacity: 1;
  transform: translateY(0);
}.wpc-scope-125 .tc-wp-content-root .pdf417gen-editorial .pdf417gen-tilt{
  transform-style: preserve-3d;
}.wpc-scope-125 .tc-wp-content-root .pdf417gen-editorial .pdf417gen-tilt .pdf417gen-icon, .wpc-scope-125 .tc-wp-content-root .pdf417gen-editorial .pdf417gen-tilt h3, .wpc-scope-125 .tc-wp-content-root .pdf417gen-editorial .pdf417gen-tilt p{
  transform: translateZ(14px);
}.wpc-scope-125 .tc-wp-content-root .pdf417gen-editorial .pdf417gen-process{
  padding-top: 66px;
}.wpc-scope-125 .tc-wp-content-root .pdf417gen-editorial .pdf417gen-step{
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 2;
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  max-width: 100%;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--fg-accent), rgba(var(--fg-accent-rgb), 0.72));
  color: #fff;
  font-size: 0.86rem;
  line-height: 1;
  font-weight: 850;
  box-shadow: 0 14px 30px rgba(var(--fg-accent-rgb), 0.22);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}.wpc-scope-125 .tc-wp-content-root .pdf417gen-editorial .pdf417gen-process:hover .pdf417gen-step{
  transform: translateY(-4px) scale(1.08);
  box-shadow: 0 18px 38px rgba(var(--fg-accent-rgb), 0.28);
}@media (min-width: 1200px){.tc-wp-content-root .pdf417gen-editorial .pdf417gen-section{
    padding: 96px 28px;
  }.tc-wp-content-root .pdf417gen-editorial .pdf417gen-container{
    max-width: 1240px;
  }.tc-wp-content-root .pdf417gen-editorial .pdf417gen-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
  }.tc-wp-content-root .pdf417gen-editorial .pdf417gen-card{
    padding: 30px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-content-root .pdf417gen-editorial .pdf417gen-section{
    padding: 78px 22px;
  }.tc-wp-content-root .pdf417gen-editorial .pdf417gen-container{
    max-width: 1080px;
  }.tc-wp-content-root .pdf417gen-editorial .pdf417gen-heading-wrap{
    margin-bottom: 36px;
  }.tc-wp-content-root .pdf417gen-editorial .pdf417gen-heading-wrap p{
    font-size: 0.98rem;
  }.tc-wp-content-root .pdf417gen-editorial .pdf417gen-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .pdf417gen-editorial .pdf417gen-card{
    padding: 24px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .pdf417gen-editorial .pdf417gen-section{
    padding: 66px 20px;
  }.tc-wp-content-root .pdf417gen-editorial .pdf417gen-heading-wrap{
    margin-bottom: 32px;
  }.tc-wp-content-root .pdf417gen-editorial .pdf417gen-heading-wrap p{
    font-size: 0.96rem;
  }.tc-wp-content-root .pdf417gen-editorial .pdf417gen-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-content-root .pdf417gen-editorial .pdf417gen-card{
    padding: 23px;
    min-height: 235px;
  }.tc-wp-content-root .pdf417gen-editorial .pdf417gen-card h3{
    font-size: 1.05rem;
  }.tc-wp-content-root .pdf417gen-editorial .pdf417gen-card p{
    font-size: 0.93rem;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .pdf417gen-editorial .pdf417gen-section{
    padding: 54px 16px;
  }.tc-wp-content-root .pdf417gen-editorial .pdf417gen-heading-wrap{
    margin-bottom: 26px;
  }.tc-wp-content-root .pdf417gen-editorial .pdf417gen-heading-wrap p{
    font-size: 0.94rem;
    line-height: 1.62;
  }.tc-wp-content-root .pdf417gen-editorial .pdf417gen-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .pdf417gen-editorial .pdf417gen-card{
    padding: 22px;
    min-height: auto;
  }.tc-wp-content-root .pdf417gen-editorial .pdf417gen-cta{
    white-space: normal;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .pdf417gen-editorial .pdf417gen-section{
    padding: 46px 14px;
  }.tc-wp-content-root .pdf417gen-editorial .pdf417gen-heading-wrap{
    margin-bottom: 22px;
  }.tc-wp-content-root .pdf417gen-editorial .pdf417gen-heading-wrap p{
    font-size: 0.9rem;
    line-height: 1.58;
  }.tc-wp-content-root .pdf417gen-editorial .pdf417gen-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .pdf417gen-editorial .pdf417gen-card{
    padding: 20px;
    border-radius: 18px;
    min-height: auto;
  }.tc-wp-content-root .pdf417gen-editorial .pdf417gen-icon{
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }.tc-wp-content-root .pdf417gen-editorial .pdf417gen-card h3{
    font-size: 1rem;
  }.tc-wp-content-root .pdf417gen-editorial .pdf417gen-card p{
    font-size: 0.9rem;
  }.tc-wp-content-root .pdf417gen-editorial .pdf417gen-process{
    padding-top: 58px;
  }.tc-wp-content-root .pdf417gen-editorial .pdf417gen-step{
    width: 42px;
    height: 42px;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .pdf417gen-editorial .pdf417gen-section{
    padding: 40px 12px;
  }.tc-wp-content-root .pdf417gen-editorial .pdf417gen-heading-wrap{
    margin-bottom: 20px;
  }.tc-wp-content-root .pdf417gen-editorial .pdf417gen-heading-wrap p{
    font-size: 0.86rem;
    line-height: 1.55;
  }.tc-wp-content-root .pdf417gen-editorial .pdf417gen-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .pdf417gen-editorial .pdf417gen-card{
    padding: 18px;
    border-radius: 16px;
    min-height: auto;
  }.tc-wp-content-root .pdf417gen-editorial .pdf417gen-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 16px;
    border-radius: 14px;
  }.tc-wp-content-root .pdf417gen-editorial .pdf417gen-icon i{
    font-size: 1.05rem;
  }.tc-wp-content-root .pdf417gen-editorial .pdf417gen-card h3{
    font-size: 0.96rem;
  }.tc-wp-content-root .pdf417gen-editorial .pdf417gen-card p{
    font-size: 0.86rem;
    line-height: 1.56;
  }.tc-wp-content-root .pdf417gen-editorial .pdf417gen-cta{
    font-size: 0.84rem;
  }.tc-wp-content-root .pdf417gen-editorial .pdf417gen-process{
    padding-top: 54px;
  }.tc-wp-content-root .pdf417gen-editorial .pdf417gen-step{
    top: 16px;
    right: 16px;
    width: 38px;
    height: 38px;
    font-size: 0.78rem;
  }}@media (max-width: 319px){.tc-wp-content-root .pdf417gen-editorial .pdf417gen-grid{
    grid-template-columns: 1fr !important;
  }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .pdf417gen-editorial .pdf417gen-card, .tc-wp-content-root .pdf417gen-editorial .pdf417gen-icon, .tc-wp-content-root .pdf417gen-editorial .pdf417gen-cta, .tc-wp-content-root .pdf417gen-editorial .pdf417gen-step{
    transition: none !important;
    animation: none !important;
    transform: none !important;
  }.tc-wp-content-root .pdf417gen-editorial .pdf417gen-card{
    opacity: 1;
  }}.wpc-scope-125 .tc-wp-content-root .pdf417gen-grid-benefits{}.wpc-scope-125 .tc-wp-content-root .pdf417gen-grid-steps{}.wpc-scope-125 .tc-wp-content-root .pdf417gen-grid-what{}.wpc-scope-125 .tc-wp-content-root .pdf417gen-reveal{}