@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;
}
.tc-wp-content-root img,
.tc-wp-content-root video,
.tc-wp-content-root svg,
.tc-wp-content-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-content-root .fx9750gp-content-wrap, .tc-wp-content-root .fx9750gp-content-wrap *{
  box-sizing: border-box;
}.tc-wp-content-root .fx9750gp-content-wrap{
  --fx9750gp-ink: #162033;
  --fx9750gp-muted: #5e6c82;
  --fx9750gp-line: rgba(42, 91, 153, 0.14);
  --fx9750gp-blue: #2563eb;
  --fx9750gp-cyan: #0ea5e9;
  --fx9750gp-gold: #f59e0b;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--fx9750gp-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}.tc-wp-content-root .fx9750gp-section{
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 92px 24px;
}.tc-wp-content-root .fx9750gp-section-white{
  background: #fff;
}.tc-wp-content-root .fx9750gp-section-blue{
  background:
    radial-gradient(circle at 12% 12%, rgba(14, 165, 233, 0.13), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(245, 158, 11, 0.12), transparent 30%),
    #f0f7ff;
}.tc-wp-content-root .fx9750gp-container{
  width: min(1320px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .fx9750gp-heading-block{
  width: min(820px, 100%);
  max-width: 100%;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .fx9750gp-heading-block h2{
  margin: 0;
  color: #142033;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .fx9750gp-heading-block h2 span{
  background: linear-gradient(135deg, #1d4ed8 0%, #0ea5e9 48%, #f59e0b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .fx9750gp-heading-block p{
  max-width: 720px;
  margin: 14px auto 0;
  color: var(--fx9750gp-muted);
  font-size: 1.04rem;
  line-height: 1.75;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .fx9750gp-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  max-width: 100%;
  gap: 24px;
}.tc-wp-content-root .fx9750gp-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --fx-card-a: #2563eb;
  --fx-card-b: #0ea5e9;
  --fx-card-soft: rgba(37, 99, 235, 0.09);
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 268px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--fx9750gp-line);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.78)),
    linear-gradient(135deg, var(--fx-card-soft), rgba(255, 255, 255, 0));
  box-shadow: 0 18px 48px rgba(20, 32, 51, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(22px);
  opacity: 0;
  transition: transform 420ms ease, opacity 520ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
}.tc-wp-content-root .fx9750gp-card:nth-child(1){ --fx-card-a: #2563eb; --fx-card-b: #0ea5e9; --fx-card-soft: rgba(37, 99, 235, 0.1); }.tc-wp-content-root .fx9750gp-card:nth-child(2){ --fx-card-a: #7c3aed; --fx-card-b: #2563eb; --fx-card-soft: rgba(124, 58, 237, 0.1); }.tc-wp-content-root .fx9750gp-card:nth-child(3){ --fx-card-a: #0891b2; --fx-card-b: #14b8a6; --fx-card-soft: rgba(20, 184, 166, 0.1); }.tc-wp-content-root .fx9750gp-card:nth-child(4){ --fx-card-a: #ea580c; --fx-card-b: #f59e0b; --fx-card-soft: rgba(245, 158, 11, 0.12); }.tc-wp-content-root .fx9750gp-card:nth-child(5){ --fx-card-a: #0f766e; --fx-card-b: #22c55e; --fx-card-soft: rgba(34, 197, 94, 0.1); }.tc-wp-content-root .fx9750gp-card:nth-child(6){ --fx-card-a: #be123c; --fx-card-b: #fb7185; --fx-card-soft: rgba(244, 63, 94, 0.1); }.tc-wp-content-root .fx9750gp-card:nth-child(7){ --fx-card-a: #4338ca; --fx-card-b: #06b6d4; --fx-card-soft: rgba(67, 56, 202, 0.1); }.tc-wp-content-root .fx9750gp-card:nth-child(8){ --fx-card-a: #b45309; --fx-card-b: #0ea5e9; --fx-card-soft: rgba(180, 83, 9, 0.1); }.tc-wp-content-root .fx9750gp-card.fx9750gp-inview{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .fx9750gp-shine{
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.9), transparent 22%),
    linear-gradient(135deg, var(--fx-card-soft), transparent 58%);
  opacity: 0;
  transition: opacity 280ms ease;
  pointer-events: none;
}.tc-wp-content-root .fx9750gp-card::after{
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 4px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--fx-card-a), var(--fx-card-b));
  transform: scaleX(0.28);
  transform-origin: left;
  opacity: 0.7;
  transition: transform 320ms ease, opacity 320ms ease;
}.tc-wp-content-root .fx9750gp-card:hover{
  border-color: color-mix(in srgb, var(--fx-card-a) 44%, white);
  box-shadow: 0 26px 70px rgba(20, 32, 51, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-8px);
}.tc-wp-content-root .fx9750gp-card:hover .fx9750gp-shine{
  opacity: 1;
}.tc-wp-content-root .fx9750gp-card:hover::after{
  transform: scaleX(1);
  opacity: 1;
}.tc-wp-content-root .fx9750gp-icon{
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin: 0 0 20px;
  border-radius: 18px;
  color: var(--fx-card-a);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), var(--fx-card-soft));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75), 0 12px 26px rgba(20, 32, 51, 0.08);
  transition: transform 320ms ease, color 320ms ease, background 320ms ease;
}.tc-wp-content-root .fx9750gp-icon i{
  font-size: 1.35rem;
  line-height: 1;
}.tc-wp-content-root .fx9750gp-card:hover .fx9750gp-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--fx-card-a), var(--fx-card-b));
  transform: translateY(-3px) rotate(-4deg) scale(1.04);
}.tc-wp-content-root .fx9750gp-card h3{
  position: relative;
  display: inline;
  margin: 0;
  color: #142033;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  background-image: linear-gradient(90deg, var(--fx-card-a), var(--fx-card-b));
  background-size: 0 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 300ms ease;
}.tc-wp-content-root .fx9750gp-card:hover h3{
  background-size: 100% 2px;
}.tc-wp-content-root .fx9750gp-card p{
  margin: 14px 0 0;
  color: var(--fx9750gp-muted);
  font-size: 0.96rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .fx9750gp-cta{
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--fx-card-a);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.3;
  overflow-wrap: anywhere;
  word-break: break-word;
  opacity: 0.18;
  transform: translateY(10px);
  transition: opacity 300ms ease, transform 300ms ease, color 300ms ease;
}.tc-wp-content-root .fx9750gp-card:hover .fx9750gp-cta{
  color: var(--fx-card-b);
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .fx9750gp-benefit{
  transform-style: preserve-3d;
}.tc-wp-content-root .fx9750gp-benefit .fx9750gp-icon, .tc-wp-content-root .fx9750gp-benefit h3, .tc-wp-content-root .fx9750gp-benefit p{
  transform: translateZ(18px);
}.tc-wp-content-root .fx9750gp-process{
  min-height: 292px;
}.tc-wp-content-root .fx9750gp-step{
  position: absolute;
  top: 18px;
  right: 22px;
  z-index: -1;
  max-width: 100%;
  color: color-mix(in srgb, var(--fx-card-a) 18%, transparent);
  font-size: 4.4rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  pointer-events: none;
  transition: transform 340ms ease, color 340ms ease;
}.tc-wp-content-root .fx9750gp-process:hover .fx9750gp-step{
  color: color-mix(in srgb, var(--fx-card-a) 28%, transparent);
  transform: translateY(-6px) scale(1.06);
}@media (min-width: 1200px) {.tc-wp-content-root .fx9750gp-section{
    padding: 96px 28px;
  }.tc-wp-content-root .fx9750gp-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
  }.tc-wp-content-root .fx9750gp-card{
    padding: 30px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .fx9750gp-section{
    padding: 82px 22px;
  }.tc-wp-content-root .fx9750gp-container{
    width: min(1120px, 100%);
  }.tc-wp-content-root .fx9750gp-heading-block{
    margin-bottom: 34px;
  }.tc-wp-content-root .fx9750gp-heading-block p{
    font-size: 1rem;
  }.tc-wp-content-root .fx9750gp-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-content-root .fx9750gp-card{
    min-height: 284px;
    padding: 22px;
    border-radius: 22px;
  }.tc-wp-content-root .fx9750gp-card h3{
    font-size: 1rem;
  }.tc-wp-content-root .fx9750gp-card p{
    font-size: 0.92rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .fx9750gp-section{
    padding: 68px 20px;
  }.tc-wp-content-root .fx9750gp-heading-block{
    margin-bottom: 30px;
  }.tc-wp-content-root .fx9750gp-heading-block p{
    font-size: 0.98rem;
  }.tc-wp-content-root .fx9750gp-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-content-root .fx9750gp-card{
    min-height: 244px;
    padding: 24px;
  }.tc-wp-content-root .fx9750gp-card h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .fx9750gp-card p{
    font-size: 0.93rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .fx9750gp-content-wrap{
    overflow-x: hidden;
  }.tc-wp-content-root .fx9750gp-section{
    padding: 54px 16px;
  }.tc-wp-content-root .fx9750gp-heading-block{
    margin-bottom: 24px;
  }.tc-wp-content-root .fx9750gp-heading-block h2{
    font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  }.tc-wp-content-root .fx9750gp-heading-block p{
    font-size: 0.94rem;
    line-height: 1.65;
  }.tc-wp-content-root .fx9750gp-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .fx9750gp-card{
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: auto;
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .fx9750gp-cta{
    width: 100%;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .fx9750gp-section{
    padding: 46px 14px;
  }.tc-wp-content-root .fx9750gp-heading-block{
    margin-bottom: 22px;
  }.tc-wp-content-root .fx9750gp-heading-block h2{
    font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  }.tc-wp-content-root .fx9750gp-heading-block p{
    font-size: 0.9rem;
    line-height: 1.6;
  }.tc-wp-content-root .fx9750gp-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .fx9750gp-card{
    min-height: auto;
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .fx9750gp-icon{
    width: 48px;
    height: 48px;
    border-radius: 16px;
    margin-bottom: 16px;
  }.tc-wp-content-root .fx9750gp-icon i{
    font-size: 1.14rem;
  }.tc-wp-content-root .fx9750gp-card h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .fx9750gp-card p, .tc-wp-content-root .fx9750gp-cta{
    font-size: 0.88rem;
  }.tc-wp-content-root .fx9750gp-step{
    top: 16px;
    right: 16px;
    font-size: 3.4rem;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .fx9750gp-section{
    padding: 38px 10px;
  }.tc-wp-content-root .fx9750gp-heading-block{
    margin-bottom: 18px;
  }.tc-wp-content-root .fx9750gp-heading-block h2{
    font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
    line-height: 1.2;
  }.tc-wp-content-root .fx9750gp-heading-block p{
    font-size: 0.86rem;
    line-height: 1.56;
  }.tc-wp-content-root .fx9750gp-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .fx9750gp-card{
    min-height: auto;
    padding: 17px;
    border-radius: 16px;
  }.tc-wp-content-root .fx9750gp-icon{
    width: 42px;
    height: 42px;
    border-radius: 14px;
    margin-bottom: 14px;
  }.tc-wp-content-root .fx9750gp-icon i{
    font-size: 1rem;
  }.tc-wp-content-root .fx9750gp-card h3{
    font-size: 0.94rem;
    line-height: 1.3;
  }.tc-wp-content-root .fx9750gp-card p, .tc-wp-content-root .fx9750gp-cta{
    font-size: 0.84rem;
    line-height: 1.55;
  }.tc-wp-content-root .fx9750gp-step{
    top: 14px;
    right: 14px;
    font-size: 2.9rem;
  }}@media (max-width: 319px) {.tc-wp-content-root .fx9750gp-section{
    padding: 34px 8px;
  }.tc-wp-content-root .fx9750gp-grid{
    grid-template-columns: 1fr !important;
    gap: 10px;
  }.tc-wp-content-root .fx9750gp-card{
    min-width: 0;
    max-width: 100%;
    padding: 15px;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .fx9750gp-content-wrap *, .tc-wp-content-root .fx9750gp-content-wrap *::before, .tc-wp-content-root .fx9750gp-content-wrap *::after{
    animation: none !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }.tc-wp-content-root .fx9750gp-card, .tc-wp-content-root .fx9750gp-card.fx9750gp-inview, .tc-wp-content-root .fx9750gp-card:hover{
    transform: none !important;
    opacity: 1 !important;
  }}

.tc-wp-content-root .fx9750gp-process-grid {}
.tc-wp-content-root .fx9750gp-reveal {}
.tc-wp-content-root .fx9750gp-tilt-grid {}