@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.0/css/all.min.css");

 

.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-32 .tc-wp-content-root img, .wpc-scope-32 .tc-wp-content-root video, .wpc-scope-32 .tc-wp-content-root svg, .wpc-scope-32 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-32 .tc-wp-content-root .font-content-section-wrapper{
  --fc-bg-white: #fff;
  --fc-bg-blue: #f0f7ff;
  --fc-text: #172033;
  --fc-muted: #5f6f89;
  --fc-border: rgba(102, 126, 234, 0.16);
  --fc-accent: #667eea;
  --fc-accent-2: #764ba2;
  --fc-shadow: 0 14px 35px rgba(31, 45, 78, 0.08);
  --fc-shadow-strong: 0 22px 45px rgba(31, 45, 78, 0.13);
  --fc-radius: 10px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--fc-text);
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}.wpc-scope-32 .tc-wp-content-root .font-content-section-wrapper *, .wpc-scope-32 .tc-wp-content-root .font-content-section-wrapper *::before, .wpc-scope-32 .tc-wp-content-root .font-content-section-wrapper *::after{
  box-sizing: border-box;
}.wpc-scope-32 .tc-wp-content-root .font-content-section-wrapper .fc-section{
  padding: 72px 18px;
  width: 100%;
  overflow: hidden;
}.wpc-scope-32 .tc-wp-content-root .font-content-section-wrapper .fc-section-white{
  background: #fff;
}.wpc-scope-32 .tc-wp-content-root .font-content-section-wrapper .fc-section-blue{
  background: #f0f7ff;
}.wpc-scope-32 .tc-wp-content-root .font-content-section-wrapper .fc-container{
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}.wpc-scope-32 .tc-wp-content-root .font-content-section-wrapper .fc-heading{
  margin: 0 auto 34px;
  max-width: 860px;
  text-align: center;
  font-size: clamp(1.75rem, 3vw, 2.7rem);
  line-height: 1.16;
  letter-spacing: 0;
  color: var(--fc-text);
}.wpc-scope-32 .tc-wp-content-root .font-content-section-wrapper .gradient-keyword{
  background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}.wpc-scope-32 .tc-wp-content-root .font-content-section-wrapper .fc-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}.wpc-scope-32 .tc-wp-content-root .font-content-section-wrapper .fc-card{
  position: relative;
  width: 100%;
  min-width: 0;
  border-radius: 10px;
  border: 1px solid var(--fc-border);
  box-shadow: var(--fc-shadow);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease, filter 240ms ease;
  overflow: hidden;
}.wpc-scope-32 .tc-wp-content-root .font-content-section-wrapper .fc-card h3{
  margin: 0 0 10px;
  font-size: 1.03rem;
  line-height: 1.25;
  letter-spacing: 0;
  color: var(--fc-text);
}.wpc-scope-32 .tc-wp-content-root .font-content-section-wrapper .fc-card p{
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.65;
  color: var(--fc-muted);
}.wpc-scope-32 .tc-wp-content-root .font-content-section-wrapper .fc-card-one{
  background: #f0f7ff;
  min-height: 230px;
  padding: 24px 22px;
}.wpc-scope-32 .tc-wp-content-root .font-content-section-wrapper .fc-icon-top{
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 10px;
  color: #fff;
  font-size: 1.35rem;
  background: linear-gradient(135deg, var(--fc-accent), var(--fc-accent-2));
  box-shadow: 0 10px 22px rgba(102, 126, 234, 0.25);
  transition: transform 240ms ease;
}.wpc-scope-32 .tc-wp-content-root .font-content-section-wrapper .fc-hover-lift:hover{
  transform: translateY(-7px);
  box-shadow: var(--fc-shadow-strong);
}.wpc-scope-32 .tc-wp-content-root .font-content-section-wrapper .fc-hover-sweep::after{
  content: "";
  position: absolute;
  inset: -40% auto auto -70%;
  width: 45%;
  height: 180%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.75), transparent);
  transform: rotate(18deg);
  transition: left 520ms ease;
}.wpc-scope-32 .tc-wp-content-root .font-content-section-wrapper .fc-hover-sweep:hover::after{
  left: 130%;
}.wpc-scope-32 .tc-wp-content-root .font-content-section-wrapper .fc-hover-tilt:hover{
  transform: perspective(800px) rotateX(2deg) rotateY(-4deg) translateY(-4px);
  box-shadow: var(--fc-shadow-strong);
}.wpc-scope-32 .tc-wp-content-root .font-content-section-wrapper .fc-hover-pulse:hover{
  box-shadow: 0 0 0 6px rgba(102, 126, 234, 0.06), var(--fc-shadow-strong);
}.wpc-scope-32 .tc-wp-content-root .font-content-section-wrapper .fc-hover-scale:hover{
  transform: scale(1.025);
  box-shadow: var(--fc-shadow-strong);
}.wpc-scope-32 .tc-wp-content-root .font-content-section-wrapper .fc-hover-border::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  border: 1px solid transparent;
  background: linear-gradient(90deg, var(--fc-accent), var(--fc-accent-2)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 240ms ease;
}.wpc-scope-32 .tc-wp-content-root .font-content-section-wrapper .fc-hover-border:hover::before{
  opacity: 1;
}.wpc-scope-32 .tc-wp-content-root .font-content-section-wrapper .fc-hover-slide:hover h3, .wpc-scope-32 .tc-wp-content-root .font-content-section-wrapper .fc-hover-slide:hover p{
  transform: translateY(-3px);
  opacity: 0.96;
}.wpc-scope-32 .tc-wp-content-root .font-content-section-wrapper .fc-hover-slide h3, .wpc-scope-32 .tc-wp-content-root .font-content-section-wrapper .fc-hover-slide p{
  transition: transform 240ms ease, opacity 240ms ease;
}.wpc-scope-32 .tc-wp-content-root .font-content-section-wrapper .fc-hover-rotate:hover .fc-icon-top{
  transform: rotate(7deg) scale(1.04);
}.wpc-scope-32 .tc-wp-content-root .font-content-section-wrapper .fc-card-two{
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  align-items: start;
  background: #fff;
  padding: 22px;
  min-height: 174px;
}.wpc-scope-32 .tc-wp-content-root .font-content-section-wrapper .fc-icon-left{
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 10px;
  color: var(--fc-accent-2);
  font-size: 1.28rem;
  background: rgba(102, 126, 234, 0.1);
  transition: transform 240ms ease, box-shadow 240ms ease;
}.wpc-scope-32 .tc-wp-content-root .font-content-section-wrapper .fc-card-copy{
  min-width: 0;
}.wpc-scope-32 .tc-wp-content-root .font-content-section-wrapper .fc-hover-press:hover{
  transform: translateY(2px);
  box-shadow: inset 0 4px 16px rgba(31, 45, 78, 0.08), var(--fc-shadow);
}.wpc-scope-32 .tc-wp-content-root .font-content-section-wrapper .fc-hover-underline h3::after{
  content: "";
  display: block;
  width: 0;
  height: 2px;
  margin-top: 8px;
  background: linear-gradient(90deg, var(--fc-accent), var(--fc-accent-2));
  transition: width 240ms ease;
}.wpc-scope-32 .tc-wp-content-root .font-content-section-wrapper .fc-hover-underline:hover h3::after{
  width: 52px;
}.wpc-scope-32 .tc-wp-content-root .font-content-section-wrapper .fc-hover-nudge:hover .fc-icon-left{
  transform: translateX(4px) rotate(-3deg);
}.wpc-scope-32 .tc-wp-content-root .font-content-section-wrapper .fc-hover-glow:hover{
  filter: drop-shadow(0 10px 16px rgba(118, 75, 162, 0.12));
}.wpc-scope-32 .tc-wp-content-root .font-content-section-wrapper .fc-hover-float:hover .fc-icon-left{
  transform: translateY(-5px);
}.wpc-scope-32 .tc-wp-content-root .font-content-section-wrapper .fc-hover-flip:hover .fc-icon-left{
  transform: rotateY(180deg);
}.wpc-scope-32 .tc-wp-content-root .font-content-section-wrapper .fc-hover-ring::before{
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 10px;
  border: 1px solid rgba(102, 126, 234, 0);
  transform: scale(0.96);
  transition: transform 240ms ease, border-color 240ms ease;
}.wpc-scope-32 .tc-wp-content-root .font-content-section-wrapper .fc-hover-ring:hover::before{
  border-color: rgba(102, 126, 234, 0.22);
  transform: scale(1);
}.wpc-scope-32 .tc-wp-content-root .font-content-section-wrapper .fc-hover-shadow:hover{
  box-shadow: 0 18px 34px rgba(102, 126, 234, 0.16);
}.wpc-scope-32 .tc-wp-content-root .font-content-section-wrapper .fc-card-three{
  background: #f0f7ff;
  padding: 24px;
  min-height: 214px;
}.wpc-scope-32 .tc-wp-content-root .font-content-section-wrapper .fc-card-three::before{
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 240ms ease, transform 240ms ease;
}.wpc-scope-32 .tc-wp-content-root .font-content-section-wrapper .fc-card-badge{
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 999px;
  color: #fff;
  font-size: 1.2rem;
  background: linear-gradient(135deg, var(--fc-accent), var(--fc-accent-2));
  transition: transform 240ms ease;
}.wpc-scope-32 .tc-wp-content-root .font-content-section-wrapper .fc-hover-spotlight::before{
  background: radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.85), transparent 42%);
}.wpc-scope-32 .tc-wp-content-root .font-content-section-wrapper .fc-hover-spotlight:hover::before{
  opacity: 1;
}.wpc-scope-32 .tc-wp-content-root .font-content-section-wrapper .fc-hover-pop:hover{
  transform: scale(1.02);
  box-shadow: var(--fc-shadow-strong);
}.wpc-scope-32 .tc-wp-content-root .font-content-section-wrapper .fc-hover-reveal::before{
  background: linear-gradient(90deg, rgba(102, 126, 234, 0.12), transparent);
  transform: translateX(-100%);
  opacity: 1;
}.wpc-scope-32 .tc-wp-content-root .font-content-section-wrapper .fc-hover-reveal:hover::before{
  transform: translateX(0);
}.wpc-scope-32 .tc-wp-content-root .font-content-section-wrapper .fc-hover-pivot:hover{
  transform: perspective(900px) rotateY(3deg);
}.wpc-scope-32 .tc-wp-content-root .font-content-section-wrapper .fc-hover-morph:hover{
  border-radius: 18px;
}.wpc-scope-32 .tc-wp-content-root .font-content-section-wrapper .fc-hover-depth:hover{
  transform: translateY(-5px);
  box-shadow: 0 20px 30px rgba(31, 45, 78, 0.12), 0 2px 0 rgba(255, 255, 255, 0.9) inset;
}.wpc-scope-32 .tc-wp-content-root .font-content-section-wrapper .fc-hover-edge::before{
  background: linear-gradient(90deg, transparent, rgba(102, 126, 234, 0.25), transparent);
  height: 2px;
  inset: 0 auto auto -60%;
  width: 60%;
  opacity: 1;
}.wpc-scope-32 .tc-wp-content-root .font-content-section-wrapper .fc-hover-edge:hover::before{
  transform: translateX(270%);
}.wpc-scope-32 .tc-wp-content-root .font-content-section-wrapper .fc-hover-mask::before{
  background: linear-gradient(135deg, rgba(118, 75, 162, 0.12), transparent 58%);
  clip-path: inset(0 100% 0 0);
  opacity: 1;
}.wpc-scope-32 .tc-wp-content-root .font-content-section-wrapper .fc-hover-mask:hover::before{
  clip-path: inset(0 0 0 0);
}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .font-content-section-wrapper .fc-grid{
    grid-template-columns: repeat(2, 1fr) !important;
    width: 100% !important;
  }.tc-wp-content-root .font-content-section-wrapper .fc-card{
    width: 100% !important;
    min-width: 0 !important;
  }}@media (min-width: 1024px){.tc-wp-content-root .font-content-section-wrapper .fc-grid{
    grid-template-columns: repeat(4, 1fr) !important;
    width: 100% !important;
  }.tc-wp-content-root .font-content-section-wrapper .fc-card{
    width: 100% !important;
    min-width: 0 !important;
  }}@media (max-width: 767px){.tc-wp-content-root .font-content-section-wrapper .fc-section{
    padding: 52px 14px;
  }.tc-wp-content-root .font-content-section-wrapper .fc-heading{
    margin-bottom: 24px;
    font-size: 1.65rem;
  }.tc-wp-content-root .font-content-section-wrapper .fc-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
    width: 100% !important;
  }.tc-wp-content-root .font-content-section-wrapper .fc-card{
    width: 100% !important;
    min-width: 0 !important;
  }.tc-wp-content-root .font-content-section-wrapper .fc-card-one, .tc-wp-content-root .font-content-section-wrapper .fc-card-two, .tc-wp-content-root .font-content-section-wrapper .fc-card-three{
    padding: 20px;
    min-height: auto;
  }.tc-wp-content-root .font-content-section-wrapper .fc-card-two{
    grid-template-columns: 42px 1fr;
    gap: 14px;
  }.tc-wp-content-root .font-content-section-wrapper .fc-icon-left{
    width: 42px;
    height: 42px;
    font-size: 1.2rem;
  }}.wpc-scope-32 .tc-wp-content-root .fc-grid-one{}.wpc-scope-32 .tc-wp-content-root .fc-grid-three{}.wpc-scope-32 .tc-wp-content-root .fc-grid-two{}