@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-146 .tc-wp-content-root img, .wpc-scope-146 .tc-wp-content-root video, .wpc-scope-146 .tc-wp-content-root svg, .wpc-scope-146 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-146 .tc-wp-content-root .itf14bgx-wrapper, .wpc-scope-146 .tc-wp-content-root .itf14bgx-wrapper *{
  box-sizing: border-box;
}.wpc-scope-146 .tc-wp-content-root .itf14bgx-wrapper{
  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;
  background: #fff;
}.wpc-scope-146 .tc-wp-content-root .itf14bgx-wrapper section, .wpc-scope-146 .tc-wp-content-root .itf14bgx-container, .wpc-scope-146 .tc-wp-content-root .itf14bgx-grid, .wpc-scope-146 .tc-wp-content-root .itf14bgx-card, .wpc-scope-146 .tc-wp-content-root .itf14bgx-faq-grid, .wpc-scope-146 .tc-wp-content-root .itf14bgx-faq-item{
  max-width: 100%;
}.wpc-scope-146 .tc-wp-content-root .itf14bgx-container{
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}.wpc-scope-146 .tc-wp-content-root .itf14bgx-hero{
  padding: 72px 0 42px;
  background:
    radial-gradient(circle at 18% 10%, rgba(248, 180, 92, 0.18), transparent 30%),
    linear-gradient(135deg, #fffaf2 0%, #ffffff 48%, #f7fbff 100%);
  text-align: center;
}.wpc-scope-146 .tc-wp-content-root .itf14bgx-eyebrow{
  display: inline-block;
  margin: 0 0 14px;
  color: #a15c16;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-146 .tc-wp-content-root .itf14bgx-wrapper h1{
  max-width: 880px;
  margin: 0 auto 16px;
  color: #172033;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-146 .tc-wp-content-root .itf14bgx-intro{
  max-width: 800px;
  margin: 0 auto;
  color: #526173;
  font-size: clamp(1rem, 2vw, 1.16rem);
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-146 .tc-wp-content-root .itf14bgx-section{
  padding: 76px 0;
}.wpc-scope-146 .tc-wp-content-root .itf14bgx-section-white{
  background: #fff;
}.wpc-scope-146 .tc-wp-content-root .itf14bgx-section-warm{
  background:
    linear-gradient(180deg, #fff7ec 0%, #fffaf5 46%, #f8fbff 100%);
}.wpc-scope-146 .tc-wp-content-root .itf14bgx-section-faq{
  background: #fff8ef;
}.wpc-scope-146 .tc-wp-content-root .itf14bgx-section-head{
  max-width: 780px;
  margin: 0 auto 34px;
  text-align: center;
}.wpc-scope-146 .tc-wp-content-root .itf14bgx-section-head h2, .wpc-scope-146 .tc-wp-content-root .itf14bgx-seo-copy h2{
  margin: 0 0 12px;
  color: #172033;
  font-size: clamp(1.2rem, 4vw, 2.2rem);
  line-height: 1.18;
  font-weight: 850;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-146 .tc-wp-content-root .itf14bgx-section-head p, .wpc-scope-146 .tc-wp-content-root .itf14bgx-seo-copy p{
  margin: 0;
  color: #5d6b7c;
  font-size: 1.03rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-146 .tc-wp-content-root .itf14bgx-grid{
  display: grid;
  width: 100%;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.wpc-scope-146 .tc-wp-content-root .itf14bgx-card{
  --fg-accent: #e77b2d;
  --fg-accent-2: #ffcf8c;
  --fg-soft: rgba(231, 123, 45, 0.12);
  --fg-mx: 50%;
  --fg-my: 0%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(32, 45, 64, 0.09);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.92), transparent 25%),
    linear-gradient(145deg, #ffffff 0%, #fffaf5 55%, rgba(255, 255, 255, 0.92) 100%);
  box-shadow: 0 16px 42px rgba(32, 45, 64, 0.08);
  transform: translateY(24px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
  opacity: 0;
  transition: transform 420ms ease, opacity 520ms ease, box-shadow 300ms ease, border-color 300ms ease;
  will-change: transform;
}.wpc-scope-146 .tc-wp-content-root .itf14bgx-card:nth-child(2){ --fg-accent: #2f9f8f; --fg-accent-2: #9be6dc; --fg-soft: rgba(47, 159, 143, 0.13); }.wpc-scope-146 .tc-wp-content-root .itf14bgx-card:nth-child(3){ --fg-accent: #5d7df0; --fg-accent-2: #c9d4ff; --fg-soft: rgba(93, 125, 240, 0.13); }.wpc-scope-146 .tc-wp-content-root .itf14bgx-card:nth-child(4){ --fg-accent: #c76396; --fg-accent-2: #f3bfd8; --fg-soft: rgba(199, 99, 150, 0.13); }.wpc-scope-146 .tc-wp-content-root .itf14bgx-card:nth-child(5){ --fg-accent: #bf8b22; --fg-accent-2: #f5d487; --fg-soft: rgba(191, 139, 34, 0.14); }.wpc-scope-146 .tc-wp-content-root .itf14bgx-card:nth-child(6){ --fg-accent: #52606d; --fg-accent-2: #cbd5df; --fg-soft: rgba(82, 96, 109, 0.13); }.wpc-scope-146 .tc-wp-content-root .itf14bgx-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--fg-mx) var(--fg-my), var(--fg-soft), transparent 38%);
  opacity: 0;
  transition: opacity 300ms ease;
  pointer-events: none;
}.wpc-scope-146 .tc-wp-content-root .itf14bgx-card::after{
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--fg-accent), var(--fg-accent-2));
  transform: scaleX(0.18);
  transform-origin: left;
  transition: transform 300ms ease;
}.wpc-scope-146 .tc-wp-content-root .itf14bgx-card.is-visible{
  opacity: 1;
  transform: translateY(0) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}.wpc-scope-146 .tc-wp-content-root .itf14bgx-card:hover{
  border-color: color-mix(in srgb, var(--fg-accent) 42%, transparent);
  box-shadow: 0 24px 62px rgba(32, 45, 64, 0.14);
  transform: translateY(-7px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}.wpc-scope-146 .tc-wp-content-root .itf14bgx-card:hover::before{
  opacity: 1;
}.wpc-scope-146 .tc-wp-content-root .itf14bgx-card:hover::after{
  transform: scaleX(1);
}.wpc-scope-146 .tc-wp-content-root .itf14bgx-icon{
  position: relative;
  z-index: 1;
  display: grid;
  width: 54px;
  height: 54px;
  margin: 0 0 20px;
  place-items: center;
  border-radius: 16px;
  color: var(--fg-accent);
  background: var(--fg-soft);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
  transition: transform 300ms ease, background 300ms ease, color 300ms ease;
}.wpc-scope-146 .tc-wp-content-root .itf14bgx-icon i{
  font-size: 1.28rem;
}.wpc-scope-146 .tc-wp-content-root .itf14bgx-card:hover .itf14bgx-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--fg-accent), var(--fg-accent-2));
  transform: translateY(-3px) scale(1.05) rotate(-2deg);
}.wpc-scope-146 .tc-wp-content-root .itf14bgx-card h3, .wpc-scope-146 .tc-wp-content-root .itf14bgx-faq-item h3{
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: #1b2638;
  font-size: 1.12rem;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-146 .tc-wp-content-root .itf14bgx-card h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 10px;
  border-radius: 999px;
  background: var(--fg-accent);
  transform: scaleX(0.45);
  transform-origin: left;
  transition: transform 300ms ease;
}.wpc-scope-146 .tc-wp-content-root .itf14bgx-card:hover h3::after{
  transform: scaleX(1);
}.wpc-scope-146 .tc-wp-content-root .itf14bgx-card p, .wpc-scope-146 .tc-wp-content-root .itf14bgx-faq-item p{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #5c6878;
  font-size: 0.98rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-146 .tc-wp-content-root .itf14bgx-cta{
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--fg-accent);
  font-size: 0.9rem;
  font-weight: 800;
  opacity: 0.28;
  transform: translateY(8px);
  transition: opacity 260ms ease, transform 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-146 .tc-wp-content-root .itf14bgx-card:hover .itf14bgx-cta{
  opacity: 1;
  transform: translateY(0);
}.wpc-scope-146 .tc-wp-content-root .itf14bgx-tilt-card{
  transform-style: preserve-3d;
}.wpc-scope-146 .tc-wp-content-root .itf14bgx-process-card{
  padding-top: 70px;
}.wpc-scope-146 .tc-wp-content-root .itf14bgx-step{
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 1;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(135deg, var(--fg-accent), var(--fg-accent-2));
  font-size: 0.95rem;
  font-weight: 900;
  box-shadow: 0 12px 26px var(--fg-soft);
  transition: transform 300ms ease, box-shadow 300ms ease;
}.wpc-scope-146 .tc-wp-content-root .itf14bgx-process-card:hover .itf14bgx-step{
  transform: translateY(-4px) rotate(3deg) scale(1.04);
  box-shadow: 0 18px 34px var(--fg-soft);
}.wpc-scope-146 .tc-wp-content-root .itf14bgx-faq-grid{
  display: grid;
  width: 100%;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}.wpc-scope-146 .tc-wp-content-root .itf14bgx-faq-item{
  width: 100%;
  min-width: 0;
  padding: 24px;
  border: 1px solid rgba(32, 45, 64, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 34px rgba(32, 45, 64, 0.07);
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 280ms ease;
}.wpc-scope-146 .tc-wp-content-root .itf14bgx-faq-item.is-visible{
  opacity: 1;
  transform: translateY(0);
}.wpc-scope-146 .tc-wp-content-root .itf14bgx-faq-item:hover{
  box-shadow: 0 18px 44px rgba(32, 45, 64, 0.11);
}.wpc-scope-146 .tc-wp-content-root .itf14bgx-seo-copy{
  max-width: 860px;
  margin: 42px auto 0;
  padding: 30px;
  border: 1px solid rgba(32, 45, 64, 0.08);
  border-radius: 22px;
  background: #fff;
  text-align: center;
  box-shadow: 0 16px 42px rgba(32, 45, 64, 0.07);
}.wpc-scope-146 .tc-wp-content-root .itf14bgx-reveal{
  transition-delay: calc(var(--itf14bgx-delay, 0) * 70ms);
}@media (min-width: 1200px){.tc-wp-content-root .itf14bgx-container{
    width: min(1200px, calc(100% - 64px));
  }.tc-wp-content-root .itf14bgx-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
  }.tc-wp-content-root .itf14bgx-section{
    padding: 82px 0;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-content-root .itf14bgx-container{
    width: min(1060px, calc(100% - 44px));
  }.tc-wp-content-root .itf14bgx-hero{
    padding: 64px 0 38px;
  }.tc-wp-content-root .itf14bgx-section{
    padding: 68px 0;
  }.tc-wp-content-root .itf14bgx-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .itf14bgx-card{
    padding: 24px;
  }.tc-wp-content-root .itf14bgx-section-head p{
    font-size: 1rem;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .itf14bgx-container{
    width: min(900px, calc(100% - 36px));
  }.tc-wp-content-root .itf14bgx-hero{
    padding: 56px 0 32px;
  }.tc-wp-content-root .itf14bgx-section{
    padding: 58px 0;
  }.tc-wp-content-root .itf14bgx-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .itf14bgx-card{
    padding: 22px;
  }.tc-wp-content-root .itf14bgx-card h3{
    font-size: 1.05rem;
  }.tc-wp-content-root .itf14bgx-card p{
    font-size: 0.94rem;
  }.tc-wp-content-root .itf14bgx-faq-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .itf14bgx-container{
    width: min(100%, calc(100% - 28px));
  }.tc-wp-content-root .itf14bgx-hero{
    padding: 46px 0 28px;
  }.tc-wp-content-root .itf14bgx-section{
    padding: 46px 0;
  }.tc-wp-content-root .itf14bgx-section-head{
    margin-bottom: 24px;
  }.tc-wp-content-root .itf14bgx-grid, .tc-wp-content-root .itf14bgx-faq-grid{
    grid-template-columns: 1fr !important;
    gap: 18px;
  }.tc-wp-content-root .itf14bgx-card{
    padding: 21px;
  }.tc-wp-content-root .itf14bgx-section-head p, .tc-wp-content-root .itf14bgx-intro{
    font-size: 0.96rem;
  }.tc-wp-content-root .itf14bgx-cta{
    white-space: normal;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .itf14bgx-container{
    width: min(100%, calc(100% - 24px));
  }.tc-wp-content-root .itf14bgx-hero{
    padding: 42px 0 24px;
  }.tc-wp-content-root .itf14bgx-section{
    padding: 40px 0;
  }.tc-wp-content-root .itf14bgx-grid, .tc-wp-content-root .itf14bgx-faq-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .itf14bgx-card, .tc-wp-content-root .itf14bgx-faq-item, .tc-wp-content-root .itf14bgx-seo-copy{
    padding: 19px;
    border-radius: 18px;
  }.tc-wp-content-root .itf14bgx-icon{
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }.tc-wp-content-root .itf14bgx-card h3, .tc-wp-content-root .itf14bgx-faq-item h3{
    font-size: 1rem;
  }.tc-wp-content-root .itf14bgx-card p, .tc-wp-content-root .itf14bgx-faq-item p{
    font-size: 0.92rem;
  }.tc-wp-content-root .itf14bgx-process-card{
    padding-top: 62px;
  }.tc-wp-content-root .itf14bgx-step{
    width: 42px;
    height: 42px;
    top: 18px;
    right: 18px;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .itf14bgx-container{
    width: min(100%, calc(100% - 20px));
  }.tc-wp-content-root .itf14bgx-hero{
    padding: 36px 0 22px;
  }.tc-wp-content-root .itf14bgx-section{
    padding: 34px 0;
  }.tc-wp-content-root .itf14bgx-grid, .tc-wp-content-root .itf14bgx-faq-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .itf14bgx-card, .tc-wp-content-root .itf14bgx-faq-item, .tc-wp-content-root .itf14bgx-seo-copy{
    padding: 16px;
    border-radius: 16px;
  }.tc-wp-content-root .itf14bgx-icon{
    width: 44px;
    height: 44px;
    border-radius: 13px;
    margin-bottom: 16px;
  }.tc-wp-content-root .itf14bgx-icon i{
    font-size: 1.05rem;
  }.tc-wp-content-root .itf14bgx-card h3, .tc-wp-content-root .itf14bgx-faq-item h3{
    font-size: 0.96rem;
  }.tc-wp-content-root .itf14bgx-card p, .tc-wp-content-root .itf14bgx-faq-item p, .tc-wp-content-root .itf14bgx-section-head p, .tc-wp-content-root .itf14bgx-intro{
    font-size: 0.9rem;
  }.tc-wp-content-root .itf14bgx-process-card{
    padding-top: 58px;
  }.tc-wp-content-root .itf14bgx-step{
    width: 38px;
    height: 38px;
    top: 16px;
    right: 16px;
    font-size: 0.82rem;
  }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .itf14bgx-wrapper *, .tc-wp-content-root .itf14bgx-wrapper *::before, .tc-wp-content-root .itf14bgx-wrapper *::after{
    animation: none !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }.tc-wp-content-root .itf14bgx-card, .tc-wp-content-root .itf14bgx-faq-item{
    opacity: 1;
    transform: none !important;
  }}.wpc-scope-146 .tc-wp-content-root .itf14bgx-process-grid{}.wpc-scope-146 .tc-wp-content-root .itf14bgx-tilt-grid{}.wpc-scope-146 .tc-wp-content-root .itf14bgx-what-grid{}