@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-60 .tc-wp-content-root img, .wpc-scope-60 .tc-wp-content-root video, .wpc-scope-60 .tc-wp-content-root svg, .wpc-scope-60 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-60 .tc-wp-content-root .gtin-bg-content, .wpc-scope-60 .tc-wp-content-root .gtin-bg-content *{
  box-sizing: border-box;
}.wpc-scope-60 .tc-wp-content-root .gtin-bg-content{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #1f2933;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.wpc-scope-60 .tc-wp-content-root .gtin-bg-content .gtin-bg-section, .wpc-scope-60 .tc-wp-content-root .gtin-bg-content .gtin-bg-container, .wpc-scope-60 .tc-wp-content-root .gtin-bg-content .gtin-bg-grid{
  width: 100%;
  max-width: 100%;
}.wpc-scope-60 .tc-wp-content-root .gtin-bg-content .gtin-bg-section{
  padding: 92px 22px;
}.wpc-scope-60 .tc-wp-content-root .gtin-bg-content .gtin-bg-section-white{
  background: #fff;
}.wpc-scope-60 .tc-wp-content-root .gtin-bg-content .gtin-bg-section-warm{
  background:
    radial-gradient(circle at 15% 12%, rgba(255, 184, 108, 0.18), transparent 34%),
    radial-gradient(circle at 85% 18%, rgba(80, 145, 255, 0.12), transparent 30%),
    linear-gradient(180deg, #fff8ef 0%, #fffdf8 100%);
}.wpc-scope-60 .tc-wp-content-root .gtin-bg-content .gtin-bg-container{
  max-width: 1180px;
  margin: 0 auto;
}.wpc-scope-60 .tc-wp-content-root .gtin-bg-content .gtin-bg-heading{
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}.wpc-scope-60 .tc-wp-content-root .gtin-bg-content .gtin-bg-heading h2{
  margin: 0;
  color: #16202a;
  font-size: clamp(1.2rem, 4vw, 2.2rem);
  line-height: 1.16;
  letter-spacing: 0;
  font-weight: 800;
}.wpc-scope-60 .tc-wp-content-root .gtin-bg-content .gtin-bg-heading p{
  margin: 14px auto 0;
  max-width: 680px;
  color: #667085;
  font-size: 1.04rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-60 .tc-wp-content-root .gtin-bg-content .gtin-bg-grid{
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.wpc-scope-60 .tc-wp-content-root .gtin-bg-content .gtin-bg-card{
  --fg-accent: #2563eb;
  --fg-accent-soft: rgba(37, 99, 235, 0.12);
  --fg-accent-border: rgba(37, 99, 235, 0.24);
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 255px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(33, 41, 54, 0.1);
  border-radius: 24px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--fg-accent) 22%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,0.98), rgba(255,255,255,0.86));
  box-shadow: 0 16px 40px rgba(20, 31, 48, 0.08);
  transform: translateY(24px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
  opacity: 0;
  transition:
    opacity 700ms ease,
    transform 700ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease,
    background 260ms ease;
  transform-style: preserve-3d;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-60 .tc-wp-content-root .gtin-bg-content .gtin-bg-card:nth-child(1){ --fg-accent: #2563eb; }.wpc-scope-60 .tc-wp-content-root .gtin-bg-content .gtin-bg-card:nth-child(2){ --fg-accent: #db6b21; }.wpc-scope-60 .tc-wp-content-root .gtin-bg-content .gtin-bg-card:nth-child(3){ --fg-accent: #059669; }.wpc-scope-60 .tc-wp-content-root .gtin-bg-content .gtin-bg-card:nth-child(4){ --fg-accent: #7c3aed; }.wpc-scope-60 .tc-wp-content-root .gtin-bg-content .gtin-bg-card:nth-child(5){ --fg-accent: #c026d3; }.wpc-scope-60 .tc-wp-content-root .gtin-bg-content .gtin-bg-card:nth-child(6){ --fg-accent: #0f766e; }.wpc-scope-60 .tc-wp-content-root .gtin-bg-content .gtin-bg-card.gtin-bg-visible{
  opacity: 1;
  transform: translateY(0) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}.wpc-scope-60 .tc-wp-content-root .gtin-bg-content .gtin-bg-card:hover{
  border-color: var(--fg-accent-border);
  box-shadow: 0 24px 64px rgba(20, 31, 48, 0.14);
  transform: translateY(-7px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}.wpc-scope-60 .tc-wp-content-root .gtin-bg-content .gtin-bg-icon{
  display: inline-grid;
  width: 54px;
  height: 54px;
  margin-bottom: 21px;
  place-items: center;
  border-radius: 18px;
  background: var(--fg-accent-soft);
  color: var(--fg-accent);
  font-size: 1.35rem;
  transition: transform 260ms ease, background 260ms ease, color 260ms ease;
}.wpc-scope-60 .tc-wp-content-root .gtin-bg-content .gtin-bg-card:hover .gtin-bg-icon{
  background: var(--fg-accent);
  color: #fff;
  transform: translateY(-4px) scale(1.04) rotate(-3deg);
}.wpc-scope-60 .tc-wp-content-root .gtin-bg-content .gtin-bg-card h3{
  position: relative;
  margin: 0 0 12px;
  color: #17212b;
  font-size: 1.13rem;
  line-height: 1.28;
  letter-spacing: 0;
  font-weight: 760;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-60 .tc-wp-content-root .gtin-bg-content .gtin-bg-card h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 10px;
  border-radius: 99px;
  background: var(--fg-accent);
  transition: width 260ms ease;
}.wpc-scope-60 .tc-wp-content-root .gtin-bg-content .gtin-bg-card:hover h3::after{
  width: 72px;
}.wpc-scope-60 .tc-wp-content-root .gtin-bg-content .gtin-bg-card p{
  margin: 0;
  color: #5f6b7a;
  font-size: 0.97rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-60 .tc-wp-content-root .gtin-bg-content .gtin-bg-cta{
  display: inline-block;
  max-width: 100%;
  margin-top: 20px;
  color: var(--fg-accent);
  font-size: 0.9rem;
  font-weight: 760;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 260ms ease, transform 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-60 .tc-wp-content-root .gtin-bg-content .gtin-bg-card:hover .gtin-bg-cta{
  opacity: 1;
  transform: translateY(0);
}.wpc-scope-60 .tc-wp-content-root .gtin-bg-content .gtin-bg-tilt{
  perspective: 900px;
}.wpc-scope-60 .tc-wp-content-root .gtin-bg-content .gtin-bg-process{
  padding-top: 78px;
}.wpc-scope-60 .tc-wp-content-root .gtin-bg-content .gtin-bg-step{
  position: absolute;
  top: 24px;
  right: 24px;
  display: inline-grid;
  min-width: 50px;
  height: 38px;
  padding: 0 11px;
  place-items: center;
  border: 1px solid var(--fg-accent-border);
  border-radius: 999px;
  background: rgba(255,255,255,0.86);
  color: var(--fg-accent);
  font-size: 0.9rem;
  font-weight: 850;
  line-height: 1;
  transition: transform 260ms ease, background 260ms ease, color 260ms ease;
}.wpc-scope-60 .tc-wp-content-root .gtin-bg-content .gtin-bg-process:hover .gtin-bg-step{
  background: var(--fg-accent);
  color: #fff;
  transform: translateY(-3px) scale(1.06);
}@media (min-width: 1200px){.tc-wp-content-root .gtin-bg-content .gtin-bg-section{
    padding: 104px 28px;
  }.tc-wp-content-root .gtin-bg-content .gtin-bg-container{
    max-width: 1220px;
  }.tc-wp-content-root .gtin-bg-content .gtin-bg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-content-root .gtin-bg-content .gtin-bg-section{
    padding: 86px 22px;
  }.tc-wp-content-root .gtin-bg-content .gtin-bg-container{
    max-width: 980px;
  }.tc-wp-content-root .gtin-bg-content .gtin-bg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .gtin-bg-content .gtin-bg-card{
    padding: 24px;
  }.tc-wp-content-root .gtin-bg-content .gtin-bg-heading p{
    font-size: 1rem;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .gtin-bg-content .gtin-bg-section{
    padding: 72px 20px;
  }.tc-wp-content-root .gtin-bg-content .gtin-bg-heading{
    margin-bottom: 34px;
  }.tc-wp-content-root .gtin-bg-content .gtin-bg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .gtin-bg-content .gtin-bg-card{
    padding: 23px;
    min-height: 235px;
  }.tc-wp-content-root .gtin-bg-content .gtin-bg-card h3{
    font-size: 1.04rem;
  }.tc-wp-content-root .gtin-bg-content .gtin-bg-card p{
    font-size: 0.94rem;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .gtin-bg-content .gtin-bg-section{
    padding: 58px 16px;
  }.tc-wp-content-root .gtin-bg-content .gtin-bg-heading{
    margin-bottom: 28px;
  }.tc-wp-content-root .gtin-bg-content .gtin-bg-heading p{
    font-size: 0.96rem;
  }.tc-wp-content-root .gtin-bg-content .gtin-bg-grid{
    grid-template-columns: 1fr !important;
    gap: 18px;
  }.tc-wp-content-root .gtin-bg-content .gtin-bg-card{
    padding: 22px;
    min-height: auto;
  }.tc-wp-content-root .gtin-bg-content .gtin-bg-cta{
    opacity: 1;
    transform: none;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .gtin-bg-content .gtin-bg-section{
    padding: 50px 14px;
  }.tc-wp-content-root .gtin-bg-content .gtin-bg-heading{
    margin-bottom: 24px;
  }.tc-wp-content-root .gtin-bg-content .gtin-bg-heading p{
    font-size: 0.92rem;
  }.tc-wp-content-root .gtin-bg-content .gtin-bg-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .gtin-bg-content .gtin-bg-card{
    padding: 20px;
    border-radius: 20px;
    min-height: auto;
  }.tc-wp-content-root .gtin-bg-content .gtin-bg-icon{
    width: 48px;
    height: 48px;
    font-size: 1.15rem;
  }.tc-wp-content-root .gtin-bg-content .gtin-bg-card h3{
    font-size: 1rem;
  }.tc-wp-content-root .gtin-bg-content .gtin-bg-card p, .tc-wp-content-root .gtin-bg-content .gtin-bg-cta{
    font-size: 0.9rem;
  }.tc-wp-content-root .gtin-bg-content .gtin-bg-cta{
    opacity: 1;
    transform: none;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .gtin-bg-content .gtin-bg-section{
    padding: 44px 12px;
  }.tc-wp-content-root .gtin-bg-content .gtin-bg-heading{
    margin-bottom: 22px;
  }.tc-wp-content-root .gtin-bg-content .gtin-bg-heading p{
    font-size: 0.88rem;
  }.tc-wp-content-root .gtin-bg-content .gtin-bg-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .gtin-bg-content .gtin-bg-card{
    padding: 18px;
    border-radius: 18px;
    min-height: auto;
  }.tc-wp-content-root .gtin-bg-content .gtin-bg-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 16px;
    border-radius: 14px;
    font-size: 1.05rem;
  }.tc-wp-content-root .gtin-bg-content .gtin-bg-card h3{
    font-size: 0.96rem;
  }.tc-wp-content-root .gtin-bg-content .gtin-bg-card p, .tc-wp-content-root .gtin-bg-content .gtin-bg-cta{
    font-size: 0.86rem;
  }.tc-wp-content-root .gtin-bg-content .gtin-bg-process{
    padding-top: 68px;
  }.tc-wp-content-root .gtin-bg-content .gtin-bg-step{
    top: 18px;
    right: 18px;
    min-width: 44px;
    height: 34px;
    font-size: 0.8rem;
  }.tc-wp-content-root .gtin-bg-content .gtin-bg-cta{
    opacity: 1;
    transform: none;
  }}@media (max-width: 319px){.tc-wp-content-root .gtin-bg-content .gtin-bg-grid{
    grid-template-columns: 1fr !important;
  }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .gtin-bg-content .gtin-bg-card, .tc-wp-content-root .gtin-bg-content .gtin-bg-icon, .tc-wp-content-root .gtin-bg-content .gtin-bg-cta, .tc-wp-content-root .gtin-bg-content .gtin-bg-step, .tc-wp-content-root .gtin-bg-content .gtin-bg-card h3::after{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .gtin-bg-content .gtin-bg-card, .tc-wp-content-root .gtin-bg-content .gtin-bg-card.gtin-bg-visible, .tc-wp-content-root .gtin-bg-content .gtin-bg-card:hover{
    opacity: 1;
    transform: none !important;
  }}.wpc-scope-60 .tc-wp-content-root .gtin-bg-process-grid{}.wpc-scope-60 .tc-wp-content-root .gtin-bg-reveal{}.wpc-scope-60 .tc-wp-content-root .gtin-bg-what-grid{}.wpc-scope-60 .tc-wp-content-root .gtin-bg-why-grid{}