@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-187 .tc-wp-content-root img, .wpc-scope-187 .tc-wp-content-root video, .wpc-scope-187 .tc-wp-content-root svg, .wpc-scope-187 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-187 .tc-wp-content-root .sku-barcode-editorial, .wpc-scope-187 .tc-wp-content-root .sku-barcode-editorial *{
  box-sizing: border-box;
}.wpc-scope-187 .tc-wp-content-root .sku-barcode-editorial{
  --sku-text: #17201b;
  --sku-muted: #5c665f;
  --sku-line: rgba(31, 50, 38, 0.12);
  --sku-soft: #fff7eb;
  --sku-shadow: 0 18px 45px rgba(23, 32, 27, 0.08);
  --sku-shadow-hover: 0 24px 70px rgba(23, 32, 27, 0.16);
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--sku-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-187 .tc-wp-content-root .sku-barcode-editorial .sku-barcode-section, .wpc-scope-187 .tc-wp-content-root .sku-barcode-editorial .sku-barcode-container, .wpc-scope-187 .tc-wp-content-root .sku-barcode-editorial .sku-barcode-grid{
  width: 100%;
  max-width: 100%;
}.wpc-scope-187 .tc-wp-content-root .sku-barcode-editorial .sku-barcode-section{
  padding: 92px 20px;
  overflow: hidden;
}.wpc-scope-187 .tc-wp-content-root .sku-barcode-editorial .sku-barcode-section-white{
  background: #fff;
}.wpc-scope-187 .tc-wp-content-root .sku-barcode-editorial .sku-barcode-section-warm{
  background:
    radial-gradient(circle at 12% 8%, rgba(241, 166, 78, 0.16), transparent 34%),
    radial-gradient(circle at 88% 28%, rgba(75, 137, 115, 0.14), transparent 32%),
    linear-gradient(180deg, #fffaf2 0%, #fff4e5 100%);
}.wpc-scope-187 .tc-wp-content-root .sku-barcode-editorial .sku-barcode-container{
  max-width: 1240px;
  margin: 0 auto;
}.wpc-scope-187 .tc-wp-content-root .sku-barcode-editorial .sku-barcode-heading{
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}.wpc-scope-187 .tc-wp-content-root .sku-barcode-editorial .sku-barcode-heading h2{
  margin: 0;
  color: var(--sku-text);
  font-size: clamp(1.2rem, 4vw, 2.2rem);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-187 .tc-wp-content-root .sku-barcode-editorial .sku-barcode-heading p{
  margin: 14px auto 0;
  color: var(--sku-muted);
  font-size: 1.05rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-187 .tc-wp-content-root .sku-barcode-editorial .sku-barcode-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}.wpc-scope-187 .tc-wp-content-root .sku-barcode-editorial .sku-barcode-card{
  --fg-mx: 50%;
  --fg-my: 20%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --sku-accent: #2f7d62;
  --sku-accent-2: #f0a64b;
  --sku-card-bg: #ffffff;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 250px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--sku-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--sku-accent) 16%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), color-mix(in srgb, var(--sku-accent-2) 7%, #ffffff));
  box-shadow: var(--sku-shadow);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition:
    transform 420ms ease,
    opacity 520ms ease,
    box-shadow 320ms ease,
    border-color 320ms ease,
    background 320ms ease;
}.wpc-scope-187 .tc-wp-content-root .sku-barcode-editorial .sku-barcode-card:nth-child(1){ --sku-accent: #2f7d62; --sku-accent-2: #f0a64b; }.wpc-scope-187 .tc-wp-content-root .sku-barcode-editorial .sku-barcode-card:nth-child(2){ --sku-accent: #3f6fb5; --sku-accent-2: #73c0a7; }.wpc-scope-187 .tc-wp-content-root .sku-barcode-editorial .sku-barcode-card:nth-child(3){ --sku-accent: #a35f3d; --sku-accent-2: #e6bf66; }.wpc-scope-187 .tc-wp-content-root .sku-barcode-editorial .sku-barcode-card:nth-child(4){ --sku-accent: #6b6fb8; --sku-accent-2: #f08c6a; }.wpc-scope-187 .tc-wp-content-root .sku-barcode-editorial .sku-barcode-card:nth-child(5){ --sku-accent: #28748d; --sku-accent-2: #8fd0bf; }.wpc-scope-187 .tc-wp-content-root .sku-barcode-editorial .sku-barcode-card:nth-child(6){ --sku-accent: #7c6a2f; --sku-accent-2: #d9a85a; }.wpc-scope-187 .tc-wp-content-root .sku-barcode-editorial .sku-barcode-card.sku-barcode-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.wpc-scope-187 .tc-wp-content-root .sku-barcode-editorial .sku-barcode-card:hover{
  border-color: color-mix(in srgb, var(--sku-accent) 42%, transparent);
  box-shadow: var(--sku-shadow-hover);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.wpc-scope-187 .tc-wp-content-root .sku-barcode-editorial .sku-barcode-icon{
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin-bottom: 22px;
  border-radius: 18px;
  color: var(--sku-accent);
  background: color-mix(in srgb, var(--sku-accent) 12%, #ffffff);
  border: 1px solid color-mix(in srgb, var(--sku-accent) 18%, transparent);
  font-size: 1.35rem;
  transition: transform 320ms ease, background 320ms ease, color 320ms ease;
}.wpc-scope-187 .tc-wp-content-root .sku-barcode-editorial .sku-barcode-card:hover .sku-barcode-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--sku-accent), var(--sku-accent-2));
  transform: translateY(-3px) scale(1.04) rotate(-2deg);
}.wpc-scope-187 .tc-wp-content-root .sku-barcode-editorial .sku-barcode-card h3{
  position: relative;
  margin: 0 0 12px;
  padding-bottom: 12px;
  color: var(--sku-text);
  font-size: 1.13rem;
  line-height: 1.3;
  font-weight: 760;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-187 .tc-wp-content-root .sku-barcode-editorial .sku-barcode-card h3::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--sku-accent), var(--sku-accent-2));
  transition: width 320ms ease;
}.wpc-scope-187 .tc-wp-content-root .sku-barcode-editorial .sku-barcode-card:hover h3::after{
  width: 82px;
}.wpc-scope-187 .tc-wp-content-root .sku-barcode-editorial .sku-barcode-card p{
  margin: 0;
  color: var(--sku-muted);
  font-size: 0.98rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-187 .tc-wp-content-root .sku-barcode-editorial .sku-barcode-cta{
  display: inline-flex;
  max-width: 100%;
  margin-top: 20px;
  color: var(--sku-accent);
  font-size: 0.92rem;
  font-weight: 750;
  line-height: 1.35;
  opacity: 0.28;
  transform: translateY(8px);
  transition: opacity 320ms ease, transform 320ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-187 .tc-wp-content-root .sku-barcode-editorial .sku-barcode-card:hover .sku-barcode-cta{
  opacity: 1;
  transform: translateY(0);
}.wpc-scope-187 .tc-wp-content-root .sku-barcode-editorial .sku-barcode-grid-tilt .sku-barcode-card:hover{
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-8px);
}.wpc-scope-187 .tc-wp-content-root .sku-barcode-editorial .sku-barcode-process-card{
  padding-top: 72px;
}.wpc-scope-187 .tc-wp-content-root .sku-barcode-editorial .sku-barcode-step{
  position: absolute;
  top: 24px;
  right: 24px;
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  max-width: 100%;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--sku-accent), var(--sku-accent-2));
  box-shadow: 0 14px 28px color-mix(in srgb, var(--sku-accent) 22%, transparent);
  font-size: 0.9rem;
  font-weight: 850;
  transition: transform 320ms ease, box-shadow 320ms ease;
}.wpc-scope-187 .tc-wp-content-root .sku-barcode-editorial .sku-barcode-process-card:hover .sku-barcode-step{
  transform: translateY(-3px) scale(1.06);
  box-shadow: 0 18px 38px color-mix(in srgb, var(--sku-accent) 30%, transparent);
}@media (min-width: 1200px){.tc-wp-content-root .sku-barcode-editorial .sku-barcode-section{
    padding: 96px 28px;
  }.tc-wp-content-root .sku-barcode-editorial .sku-barcode-container{
    max-width: 1240px;
  }.tc-wp-content-root .sku-barcode-editorial .sku-barcode-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
  }.tc-wp-content-root .sku-barcode-editorial .sku-barcode-card{
    padding: 30px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-content-root .sku-barcode-editorial .sku-barcode-section{
    padding: 82px 24px;
  }.tc-wp-content-root .sku-barcode-editorial .sku-barcode-container{
    max-width: 1060px;
  }.tc-wp-content-root .sku-barcode-editorial .sku-barcode-heading p{
    font-size: 1rem;
  }.tc-wp-content-root .sku-barcode-editorial .sku-barcode-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .sku-barcode-editorial .sku-barcode-card{
    padding: 25px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .sku-barcode-editorial .sku-barcode-section{
    padding: 68px 20px;
  }.tc-wp-content-root .sku-barcode-editorial .sku-barcode-heading{
    margin-bottom: 34px;
  }.tc-wp-content-root .sku-barcode-editorial .sku-barcode-heading p{
    font-size: 0.98rem;
  }.tc-wp-content-root .sku-barcode-editorial .sku-barcode-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .sku-barcode-editorial .sku-barcode-card{
    padding: 24px;
  }.tc-wp-content-root .sku-barcode-editorial .sku-barcode-card h3{
    font-size: 1.06rem;
  }.tc-wp-content-root .sku-barcode-editorial .sku-barcode-card p{
    font-size: 0.95rem;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .sku-barcode-editorial .sku-barcode-section{
    padding: 54px 16px;
  }.tc-wp-content-root .sku-barcode-editorial .sku-barcode-heading{
    margin-bottom: 28px;
  }.tc-wp-content-root .sku-barcode-editorial .sku-barcode-heading p{
    font-size: 0.94rem;
  }.tc-wp-content-root .sku-barcode-editorial .sku-barcode-grid{
    grid-template-columns: 1fr !important;
    gap: 18px;
  }.tc-wp-content-root .sku-barcode-editorial .sku-barcode-card{
    padding: 22px;
    min-height: 0;
  }.tc-wp-content-root .sku-barcode-editorial .sku-barcode-cta{
    width: 100%;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .sku-barcode-editorial .sku-barcode-section{
    padding: 46px 14px;
  }.tc-wp-content-root .sku-barcode-editorial .sku-barcode-heading{
    margin-bottom: 24px;
  }.tc-wp-content-root .sku-barcode-editorial .sku-barcode-heading p{
    font-size: 0.9rem;
    line-height: 1.6;
  }.tc-wp-content-root .sku-barcode-editorial .sku-barcode-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .sku-barcode-editorial .sku-barcode-card{
    padding: 20px;
    border-radius: 18px;
    min-height: 0;
  }.tc-wp-content-root .sku-barcode-editorial .sku-barcode-icon{
    width: 48px;
    height: 48px;
    border-radius: 15px;
    font-size: 1.16rem;
  }.tc-wp-content-root .sku-barcode-editorial .sku-barcode-card h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .sku-barcode-editorial .sku-barcode-card p{
    font-size: 0.92rem;
  }.tc-wp-content-root .sku-barcode-editorial .sku-barcode-step{
    width: 44px;
    height: 44px;
    right: 18px;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .sku-barcode-editorial .sku-barcode-section{
    padding: 40px 12px;
  }.tc-wp-content-root .sku-barcode-editorial .sku-barcode-heading{
    margin-bottom: 22px;
  }.tc-wp-content-root .sku-barcode-editorial .sku-barcode-heading p{
    font-size: 0.87rem;
    line-height: 1.58;
  }.tc-wp-content-root .sku-barcode-editorial .sku-barcode-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .sku-barcode-editorial .sku-barcode-card{
    padding: 18px;
    border-radius: 16px;
    min-height: 0;
  }.tc-wp-content-root .sku-barcode-editorial .sku-barcode-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 18px;
    font-size: 1.05rem;
  }.tc-wp-content-root .sku-barcode-editorial .sku-barcode-card h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .sku-barcode-editorial .sku-barcode-card p, .tc-wp-content-root .sku-barcode-editorial .sku-barcode-cta{
    font-size: 0.88rem;
  }.tc-wp-content-root .sku-barcode-editorial .sku-barcode-process-card{
    padding-top: 64px;
  }.tc-wp-content-root .sku-barcode-editorial .sku-barcode-step{
    top: 18px;
    right: 18px;
    width: 40px;
    height: 40px;
    border-radius: 13px;
    font-size: 0.78rem;
  }}@media (max-width: 319px){.tc-wp-content-root .sku-barcode-editorial .sku-barcode-grid{
    grid-template-columns: 1fr !important;
  }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .sku-barcode-editorial .sku-barcode-card, .tc-wp-content-root .sku-barcode-editorial .sku-barcode-icon, .tc-wp-content-root .sku-barcode-editorial .sku-barcode-step, .tc-wp-content-root .sku-barcode-editorial .sku-barcode-cta, .tc-wp-content-root .sku-barcode-editorial .sku-barcode-card h3::after{
    transition: none;
  }.tc-wp-content-root .sku-barcode-editorial .sku-barcode-card{
    opacity: 1;
    transform: none;
  }.tc-wp-content-root .sku-barcode-editorial .sku-barcode-card:hover{
    transform: none;
  }}.wpc-scope-187 .tc-wp-content-root .sku-barcode-process-grid{}.wpc-scope-187 .tc-wp-content-root .sku-barcode-reveal{}