@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-318 .tc-wp-content-root img, .wpc-scope-318 .tc-wp-content-root video, .wpc-scope-318 .tc-wp-content-root svg, .wpc-scope-318 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-318 .tc-wp-content-root .font-content-section-wrapper{
  --gfg-primary: #667eea;
  --gfg-secondary: #764ba2;
  --gfg-ink: #162033;
  --gfg-muted: #5f6d83;
  --gfg-line: rgba(102, 126, 234, 0.18);
  --gfg-card-blue: #f0f7ff;
  --gfg-white: #fff;
  --gfg-shadow: 0 14px 34px rgba(22, 32, 51, 0.08);
  --gfg-soft-shadow: 0 10px 24px rgba(102, 126, 234, 0.1);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--gfg-ink);
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}.wpc-scope-318 .tc-wp-content-root .font-content-section-wrapper *{
  box-sizing: border-box;
}.wpc-scope-318 .tc-wp-content-root .font-content-section-wrapper .gfg-section{
  width: 100%;
  padding: 72px 18px;
  overflow: hidden;
}.wpc-scope-318 .tc-wp-content-root .font-content-section-wrapper .gfg-section-one, .wpc-scope-318 .tc-wp-content-root .font-content-section-wrapper .gfg-section-three{
  background: #fff;
}.wpc-scope-318 .tc-wp-content-root .font-content-section-wrapper .gfg-section-two{
  background: #f0f7ff;
}.wpc-scope-318 .tc-wp-content-root .font-content-section-wrapper .gfg-container{
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}.wpc-scope-318 .tc-wp-content-root .font-content-section-wrapper .gfg-section h2{
  max-width: 880px;
  margin: 0 auto 34px;
  text-align: center;
  font-size: clamp(1.75rem, 3vw, 2.55rem);
  line-height: 1.16;
  letter-spacing: 0;
  color: var(--gfg-ink);
}.wpc-scope-318 .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-318 .tc-wp-content-root .font-content-section-wrapper .gfg-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}.wpc-scope-318 .tc-wp-content-root .font-content-section-wrapper .gfg-card{
  position: relative;
  width: 100%;
  min-width: 0;
  border-radius: 10px;
  border: 1px solid var(--gfg-line);
  box-sizing: border-box;
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-318 .tc-wp-content-root .font-content-section-wrapper .gfg-card h3{
  margin: 0;
  color: var(--gfg-ink);
  font-size: 1.02rem;
  line-height: 1.28;
  letter-spacing: 0;
}.wpc-scope-318 .tc-wp-content-root .font-content-section-wrapper .gfg-card p{
  margin: 10px 0 0;
  color: var(--gfg-muted);
  font-size: 0.95rem;
  line-height: 1.62;
}.wpc-scope-318 .tc-wp-content-root .font-content-section-wrapper .gfg-card-one{
  min-height: 238px;
  padding: 24px 22px;
  background: #f0f7ff;
  box-shadow: 0 8px 22px rgba(22, 32, 51, 0.045);
}.wpc-scope-318 .tc-wp-content-root .font-content-section-wrapper .gfg-card-one::after{
  content: "";
  position: absolute;
  inset: -40% auto auto -80%;
  width: 70%;
  height: 180%;
  background: linear-gradient(115deg, transparent 20%, rgba(255, 255, 255, 0.74) 50%, transparent 78%);
  transform: rotate(10deg);
  transition: transform 520ms ease;
  pointer-events: none;
}.wpc-scope-318 .tc-wp-content-root .font-content-section-wrapper .gfg-card-one:hover{
  transform: translateY(-7px);
  box-shadow: var(--gfg-shadow), 0 22px 44px rgba(102, 126, 234, 0.1);
  border-color: rgba(118, 75, 162, 0.26);
}.wpc-scope-318 .tc-wp-content-root .font-content-section-wrapper .gfg-card-one:hover::after{
  transform: translateX(260%) rotate(10deg);
}.wpc-scope-318 .tc-wp-content-root .font-content-section-wrapper .gfg-card-one:hover .gfg-icon-top{
  transform: rotate(7deg) scale(1.04);
}.wpc-scope-318 .tc-wp-content-root .font-content-section-wrapper .gfg-icon-top{
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: var(--gfg-primary);
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.13), rgba(118, 75, 162, 0.1));
  font-size: 1.45rem;
  transition: transform 260ms ease;
}.wpc-scope-318 .tc-wp-content-root .font-content-section-wrapper .gfg-card-two{
  min-height: 214px;
  padding: 22px;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  align-items: start;
  background: #fff;
  box-shadow: 0 8px 22px rgba(22, 32, 51, 0.05);
  transform-style: preserve-3d;
}.wpc-scope-318 .tc-wp-content-root .font-content-section-wrapper .gfg-card-two::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  border: 1px solid transparent;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.55), rgba(118, 75, 162, 0.34)) border-box;
  -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}.wpc-scope-318 .tc-wp-content-root .font-content-section-wrapper .gfg-card-two:hover{
  transform: perspective(800px) rotateX(1.8deg) rotateY(-2.2deg) translateY(-4px);
  box-shadow: 0 18px 34px rgba(22, 32, 51, 0.09);
}.wpc-scope-318 .tc-wp-content-root .font-content-section-wrapper .gfg-card-two:hover::before{
  opacity: 1;
}.wpc-scope-318 .tc-wp-content-root .font-content-section-wrapper .gfg-card-two:hover .gfg-side-icon{
  transform: translateY(-3px) rotateY(180deg);
}.wpc-scope-318 .tc-wp-content-root .font-content-section-wrapper .gfg-side-icon{
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: var(--gfg-secondary);
  background: rgba(240, 247, 255, 0.95);
  box-shadow: inset 0 0 0 1px rgba(102, 126, 234, 0.12);
  font-size: 1.35rem;
  transition: transform 360ms ease;
}.wpc-scope-318 .tc-wp-content-root .font-content-section-wrapper .gfg-card-copy{
  min-width: 0;
}.wpc-scope-318 .tc-wp-content-root .font-content-section-wrapper .gfg-card-three{
  min-height: 230px;
  padding: 20px;
  background: #f0f7ff;
  box-shadow: 0 8px 22px rgba(22, 32, 51, 0.045);
}.wpc-scope-318 .tc-wp-content-root .font-content-section-wrapper .gfg-card-three::before{
  content: "";
  position: absolute;
  inset: auto 18px 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gfg-primary), var(--gfg-secondary));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 260ms ease;
}.wpc-scope-318 .tc-wp-content-root .font-content-section-wrapper .gfg-card-three::after{
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  right: -42px;
  top: -42px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(102, 126, 234, 0.16), transparent 68%);
  opacity: 0;
  transform: scale(0.75);
  transition: opacity 260ms ease, transform 260ms ease;
  pointer-events: none;
}.wpc-scope-318 .tc-wp-content-root .font-content-section-wrapper .gfg-card-three:hover{
  transform: translateY(-3px) scale(1.012);
  box-shadow: var(--gfg-soft-shadow);
}.wpc-scope-318 .tc-wp-content-root .font-content-section-wrapper .gfg-card-three:hover::before{
  transform: scaleX(1);
}.wpc-scope-318 .tc-wp-content-root .font-content-section-wrapper .gfg-card-three:hover::after{
  opacity: 1;
  transform: scale(1);
}.wpc-scope-318 .tc-wp-content-root .font-content-section-wrapper .gfg-card-three:hover .gfg-badge-icon{
  transform: translateX(2px) scale(1.08);
}.wpc-scope-318 .tc-wp-content-root .font-content-section-wrapper .gfg-badge-row{
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}.wpc-scope-318 .tc-wp-content-root .font-content-section-wrapper .gfg-badge-icon{
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(135deg, var(--gfg-primary), var(--gfg-secondary));
  font-size: 1.2rem;
  transition: transform 240ms ease;
}.wpc-scope-318 .tc-wp-content-root .font-content-section-wrapper .gfg-badge-label{
  width: fit-content;
  max-width: 100%;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--gfg-secondary);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(102, 126, 234, 0.16);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .font-content-section-wrapper .gfg-grid{
    grid-template-columns: repeat(2, 1fr) !important;
    width: 100% !important;
  }.tc-wp-content-root .font-content-section-wrapper .gfg-card{
    width: 100% !important;
    min-width: 0 !important;
  }}@media (min-width: 1024px){.tc-wp-content-root .font-content-section-wrapper .gfg-grid{
    grid-template-columns: repeat(4, 1fr) !important;
    width: 100% !important;
  }.tc-wp-content-root .font-content-section-wrapper .gfg-card{
    width: 100% !important;
    min-width: 0 !important;
  }}@media (max-width: 767px){.tc-wp-content-root .font-content-section-wrapper .gfg-section{
    padding: 52px 14px;
  }.tc-wp-content-root .font-content-section-wrapper .gfg-section h2{
    margin-bottom: 24px;
    font-size: 1.62rem;
  }.tc-wp-content-root .font-content-section-wrapper .gfg-grid{
    grid-template-columns: 1fr !important;
    width: 100% !important;
    gap: 14px;
  }.tc-wp-content-root .font-content-section-wrapper .gfg-card{
    width: 100% !important;
    min-width: 0 !important;
  }.tc-wp-content-root .font-content-section-wrapper .gfg-card-one, .tc-wp-content-root .font-content-section-wrapper .gfg-card-two, .tc-wp-content-root .font-content-section-wrapper .gfg-card-three{
    min-height: 0;
    padding: 20px;
  }.tc-wp-content-root .font-content-section-wrapper .gfg-card-two{
    grid-template-columns: 46px 1fr;
    gap: 14px;
  }.tc-wp-content-root .font-content-section-wrapper .gfg-side-icon{
    width: 44px;
    height: 44px;
    font-size: 1.24rem;
  }.tc-wp-content-root .font-content-section-wrapper .gfg-card h3{
    font-size: 1rem;
  }.tc-wp-content-root .font-content-section-wrapper .gfg-card p{
    font-size: 0.93rem;
  }}.wpc-scope-318 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .gfg-grid-one{}.wpc-scope-318 .tc-wp-content-root .gfg-grid-three{}.wpc-scope-318 .tc-wp-content-root .gfg-grid-two{}