@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-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-300 .tc-wp-content-root img, .wpc-scope-300 .tc-wp-content-root video, .wpc-scope-300 .tc-wp-content-root svg, .wpc-scope-300 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-300 .tc-wp-content-root .font-content-section-wrapper{
  --ifg-bg-blue: #f0f7ff;
  --ifg-card-blue: #f0f7ff;
  --ifg-white: #fff;
  --ifg-text: #172033;
  --ifg-muted: #5d6880;
  --ifg-border: rgba(102, 126, 234, 0.16);
  --ifg-border-strong: rgba(118, 75, 162, 0.25);
  --ifg-accent: #667eea;
  --ifg-accent-deep: #764ba2;
  --ifg-shadow: 0 14px 34px rgba(39, 52, 92, 0.08);
  --ifg-shadow-hover: 0 20px 46px rgba(39, 52, 92, 0.14);
  --ifg-radius: 10px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--ifg-text);
  width: 100%;
  box-sizing: border-box;
}.wpc-scope-300 .tc-wp-content-root .font-content-section-wrapper *, .wpc-scope-300 .tc-wp-content-root .font-content-section-wrapper *::before, .wpc-scope-300 .tc-wp-content-root .font-content-section-wrapper *::after{
  box-sizing: border-box;
}.wpc-scope-300 .tc-wp-content-root .font-content-section-wrapper .ifg-section{
  width: 100%;
  padding: 72px 18px;
  overflow: hidden;
}.wpc-scope-300 .tc-wp-content-root .font-content-section-wrapper .ifg-section-one, .wpc-scope-300 .tc-wp-content-root .font-content-section-wrapper .ifg-section-three{
  background: #fff;
}.wpc-scope-300 .tc-wp-content-root .font-content-section-wrapper .ifg-section-two{
  background: #f0f7ff;
}.wpc-scope-300 .tc-wp-content-root .font-content-section-wrapper .ifg-container{
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}.wpc-scope-300 .tc-wp-content-root .font-content-section-wrapper h2{
  margin: 0 auto 34px;
  max-width: 880px;
  text-align: center;
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  line-height: 1.18;
  letter-spacing: 0;
  color: var(--ifg-text);
}.wpc-scope-300 .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-300 .tc-wp-content-root .font-content-section-wrapper .ifg-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}.wpc-scope-300 .tc-wp-content-root .font-content-section-wrapper .ifg-card{
  position: relative;
  width: 100%;
  min-width: 0;
  border-radius: 10px;
  border: 1px solid var(--ifg-border);
  box-shadow: var(--ifg-shadow);
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease, filter 240ms ease;
}.wpc-scope-300 .tc-wp-content-root .font-content-section-wrapper .ifg-section-one .ifg-card, .wpc-scope-300 .tc-wp-content-root .font-content-section-wrapper .ifg-section-three .ifg-card{
  background: #f0f7ff;
}.wpc-scope-300 .tc-wp-content-root .font-content-section-wrapper .ifg-section-two .ifg-card{
  background: #fff;
}.wpc-scope-300 .tc-wp-content-root .font-content-section-wrapper .ifg-card-icon, .wpc-scope-300 .tc-wp-content-root .font-content-section-wrapper .ifg-badge-icon{
  display: inline-grid;
  place-items: center;
  color: var(--ifg-accent-deep);
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.13), rgba(118, 75, 162, 0.13));
  border: 1px solid rgba(102, 126, 234, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
}.wpc-scope-300 .tc-wp-content-root .font-content-section-wrapper .ifg-top-card{
  padding: 26px 22px 24px;
  min-height: 242px;
}.wpc-scope-300 .tc-wp-content-root .font-content-section-wrapper .ifg-top-card .ifg-card-icon{
  width: 52px;
  height: 52px;
  border-radius: 10px;
  margin-bottom: 18px;
  font-size: 1.45rem;
  transition: transform 240ms ease;
}.wpc-scope-300 .tc-wp-content-root .font-content-section-wrapper .ifg-card h3{
  margin: 0 0 10px;
  color: var(--ifg-text);
  font-size: 1.04rem;
  line-height: 1.28;
  letter-spacing: 0;
}.wpc-scope-300 .tc-wp-content-root .font-content-section-wrapper .ifg-card p{
  margin: 0;
  color: var(--ifg-muted);
  font-size: 0.95rem;
  line-height: 1.62;
}.wpc-scope-300 .tc-wp-content-root .font-content-section-wrapper .ifg-hover-lift:hover{
  transform: translateY(-7px);
  box-shadow: 0 10px 18px rgba(39, 52, 92, 0.08), 0 24px 52px rgba(39, 52, 92, 0.13);
}.wpc-scope-300 .tc-wp-content-root .font-content-section-wrapper .ifg-hover-tilt:hover{
  transform: perspective(900px) rotateX(2deg) rotateY(-3deg) translateY(-4px);
  box-shadow: var(--ifg-shadow-hover);
}.wpc-scope-300 .tc-wp-content-root .font-content-section-wrapper .ifg-hover-scale:hover{
  transform: scale(1.025);
  box-shadow: var(--ifg-shadow-hover);
}.wpc-scope-300 .tc-wp-content-root .font-content-section-wrapper .ifg-hover-sweep::after{
  content: "";
  position: absolute;
  top: -35%;
  left: -70%;
  width: 52%;
  height: 170%;
  background: linear-gradient(105deg, transparent, rgba(255, 255, 255, 0.7), transparent);
  transform: rotate(16deg);
  transition: left 520ms ease;
}.wpc-scope-300 .tc-wp-content-root .font-content-section-wrapper .ifg-hover-sweep:hover::after{
  left: 125%;
}.wpc-scope-300 .tc-wp-content-root .font-content-section-wrapper .ifg-hover-border::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  border: 1px solid transparent;
  background: linear-gradient(90deg, #667eea, #764ba2, #667eea) border-box;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  opacity: 0;
  transition: opacity 240ms ease;
}.wpc-scope-300 .tc-wp-content-root .font-content-section-wrapper .ifg-hover-border:hover::before{
  opacity: 1;
}.wpc-scope-300 .tc-wp-content-root .font-content-section-wrapper .ifg-hover-rotate:hover .ifg-card-icon{
  transform: rotate(-8deg) scale(1.05);
}.wpc-scope-300 .tc-wp-content-root .font-content-section-wrapper .ifg-hover-shadow:hover{
  box-shadow: 0 0 0 6px rgba(102, 126, 234, 0.06), var(--ifg-shadow-hover);
  transform: translateY(-4px);
}.wpc-scope-300 .tc-wp-content-root .font-content-section-wrapper .ifg-hover-press:hover{
  transform: translateY(2px);
  box-shadow: inset 0 6px 18px rgba(39, 52, 92, 0.08), 0 8px 22px rgba(39, 52, 92, 0.08);
}.wpc-scope-300 .tc-wp-content-root .font-content-section-wrapper .ifg-side-card{
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 15px;
  align-items: start;
  padding: 22px;
  min-height: 210px;
}.wpc-scope-300 .tc-wp-content-root .font-content-section-wrapper .ifg-side-card .ifg-card-icon{
  width: 44px;
  height: 44px;
  border-radius: 10px;
  font-size: 1.35rem;
  transition: transform 260ms ease;
}.wpc-scope-300 .tc-wp-content-root .font-content-section-wrapper .ifg-card-copy{
  min-width: 0;
}.wpc-scope-300 .tc-wp-content-root .font-content-section-wrapper .ifg-hover-slide .ifg-card-copy{
  transition: transform 240ms ease, opacity 240ms ease;
}.wpc-scope-300 .tc-wp-content-root .font-content-section-wrapper .ifg-hover-slide:hover .ifg-card-copy{
  transform: translateY(-5px);
}.wpc-scope-300 .tc-wp-content-root .font-content-section-wrapper .ifg-hover-spotlight::before{
  content: "";
  position: absolute;
  inset: -20%;
  background: radial-gradient(circle at 50% 0%, rgba(102, 126, 234, 0.18), transparent 42%);
  opacity: 0;
  transition: opacity 240ms ease;
}.wpc-scope-300 .tc-wp-content-root .font-content-section-wrapper .ifg-hover-spotlight:hover::before{
  opacity: 1;
}.wpc-scope-300 .tc-wp-content-root .font-content-section-wrapper .ifg-hover-shimmer:hover{
  border-color: var(--ifg-border-strong);
  box-shadow: inset 0 1px 0 rgba(102, 126, 234, 0.25), var(--ifg-shadow-hover);
}.wpc-scope-300 .tc-wp-content-root .font-content-section-wrapper .ifg-hover-flip:hover .ifg-card-icon{
  transform: rotateY(180deg);
}.wpc-scope-300 .tc-wp-content-root .font-content-section-wrapper .ifg-hover-ring::after{
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 10px;
  border: 1px solid rgba(102, 126, 234, 0.28);
  opacity: 0;
  transform: scale(0.95);
  transition: transform 260ms ease, opacity 260ms ease;
}.wpc-scope-300 .tc-wp-content-root .font-content-section-wrapper .ifg-hover-ring:hover::after{
  opacity: 1;
  transform: scale(1);
}.wpc-scope-300 .tc-wp-content-root .font-content-section-wrapper .ifg-hover-pivot:hover{
  transform: perspective(900px) rotateX(3deg) translateY(-4px);
  box-shadow: var(--ifg-shadow-hover);
}.wpc-scope-300 .tc-wp-content-root .font-content-section-wrapper .ifg-hover-nudge:hover .ifg-card-icon{
  transform: translateX(4px) rotate(4deg);
}.wpc-scope-300 .tc-wp-content-root .font-content-section-wrapper .ifg-hover-uncover::after{
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 4px;
  background: linear-gradient(90deg, #667eea, #764ba2);
  clip-path: inset(0 100% 0 0);
  transition: clip-path 260ms ease;
}.wpc-scope-300 .tc-wp-content-root .font-content-section-wrapper .ifg-hover-uncover:hover::after{
  clip-path: inset(0 0 0 0);
}.wpc-scope-300 .tc-wp-content-root .font-content-section-wrapper .ifg-badge-card{
  padding: 23px 22px 24px;
  min-height: 214px;
}.wpc-scope-300 .tc-wp-content-root .font-content-section-wrapper .ifg-card-head{
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
}.wpc-scope-300 .tc-wp-content-root .font-content-section-wrapper .ifg-badge-icon{
  width: 40px;
  height: 40px;
  border-radius: 10px;
  font-size: 1.2rem;
  transition: transform 240ms ease;
}.wpc-scope-300 .tc-wp-content-root .font-content-section-wrapper .ifg-hover-underline h3{
  display: inline;
  background: linear-gradient(90deg, var(--ifg-accent), var(--ifg-accent-deep)) 0 100% / 0 2px no-repeat;
  transition: background-size 240ms ease;
}.wpc-scope-300 .tc-wp-content-root .font-content-section-wrapper .ifg-hover-underline:hover h3{
  background-size: 100% 2px;
}.wpc-scope-300 .tc-wp-content-root .font-content-section-wrapper .ifg-hover-pop:hover{
  transform: translateY(-4px) scale(1.018);
  box-shadow: var(--ifg-shadow-hover);
}.wpc-scope-300 .tc-wp-content-root .font-content-section-wrapper .ifg-hover-glass::before{
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.35);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 240ms ease, transform 240ms ease;
}.wpc-scope-300 .tc-wp-content-root .font-content-section-wrapper .ifg-hover-glass:hover::before{
  opacity: 1;
  transform: translateY(0);
}.wpc-scope-300 .tc-wp-content-root .font-content-section-wrapper .ifg-hover-echo:hover{
  box-shadow: 0 0 0 8px rgba(118, 75, 162, 0.06), 0 18px 40px rgba(39, 52, 92, 0.13);
}.wpc-scope-300 .tc-wp-content-root .font-content-section-wrapper .ifg-hover-radius:hover{
  border-radius: 16px;
  box-shadow: var(--ifg-shadow-hover);
}.wpc-scope-300 .tc-wp-content-root .font-content-section-wrapper .ifg-hover-mask::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(102, 126, 234, 0.12), transparent 52%);
  transform: translateX(-100%);
  transition: transform 300ms ease;
}.wpc-scope-300 .tc-wp-content-root .font-content-section-wrapper .ifg-hover-mask:hover::after{
  transform: translateX(0);
}.wpc-scope-300 .tc-wp-content-root .font-content-section-wrapper .ifg-hover-parallax:hover .ifg-badge-icon{
  transform: translate(4px, -4px);
}.wpc-scope-300 .tc-wp-content-root .font-content-section-wrapper .ifg-hover-tactile:hover{
  transform: translateY(3px) scale(0.995);
  box-shadow: inset 0 5px 16px rgba(39, 52, 92, 0.08), 0 8px 20px rgba(39, 52, 92, 0.08);
}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .font-content-section-wrapper .ifg-grid{
    grid-template-columns: repeat(2, 1fr) !important;
    width: 100% !important;
  }.tc-wp-content-root .font-content-section-wrapper .ifg-card{
    width: 100% !important;
    min-width: 0 !important;
  }}@media (min-width: 1024px){.tc-wp-content-root .font-content-section-wrapper .ifg-grid{
    grid-template-columns: repeat(4, 1fr) !important;
    width: 100% !important;
  }.tc-wp-content-root .font-content-section-wrapper .ifg-card{
    width: 100% !important;
    min-width: 0 !important;
  }}@media (max-width: 767px){.tc-wp-content-root .font-content-section-wrapper .ifg-section{
    padding: 52px 14px;
  }.tc-wp-content-root .font-content-section-wrapper h2{
    margin-bottom: 26px;
    font-size: 1.55rem;
  }.tc-wp-content-root .font-content-section-wrapper .ifg-grid{
    grid-template-columns: 1fr !important;
    width: 100% !important;
    gap: 16px;
  }.tc-wp-content-root .font-content-section-wrapper .ifg-card{
    width: 100% !important;
    min-width: 0 !important;
  }.tc-wp-content-root .font-content-section-wrapper .ifg-top-card, .tc-wp-content-root .font-content-section-wrapper .ifg-side-card, .tc-wp-content-root .font-content-section-wrapper .ifg-badge-card{
    padding: 20px;
    min-height: auto;
  }.tc-wp-content-root .font-content-section-wrapper .ifg-side-card{
    grid-template-columns: 42px 1fr;
    gap: 13px;
  }.tc-wp-content-root .font-content-section-wrapper .ifg-side-card .ifg-card-icon{
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
  }.tc-wp-content-root .font-content-section-wrapper .ifg-card h3{
    font-size: 1rem;
  }.tc-wp-content-root .font-content-section-wrapper .ifg-card p{
    font-size: 0.93rem;
  }}.wpc-scope-300 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .ifg-grid-one{}.wpc-scope-300 .tc-wp-content-root .ifg-grid-three{}.wpc-scope-300 .tc-wp-content-root .ifg-grid-two{}