@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-wp-content-root{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}.wpc-scope-186 .tc-wp-content-root img, .wpc-scope-186 .tc-wp-content-root video, .wpc-scope-186 .tc-wp-content-root svg, .wpc-scope-186 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-186 #tc-wp-content-island.tc-wp-content-root h1, .wpc-scope-186 #tc-wp-content-island.tc-wp-content-root h2, .wpc-scope-186 #tc-wp-content-island.tc-wp-content-root h3, .wpc-scope-186 #tc-wp-content-island.tc-wp-content-root h4, .wpc-scope-186 #tc-wp-content-island.tc-wp-content-root h5, .wpc-scope-186 #tc-wp-content-island.tc-wp-content-root h6, .wpc-scope-186 #tc-wp-content-island.tc-wp-content-root p, .wpc-scope-186 #tc-wp-content-island.tc-wp-content-root li, .wpc-scope-186 #tc-wp-content-island.tc-wp-content-root label, .wpc-scope-186 #tc-wp-content-island.tc-wp-content-root small, .wpc-scope-186 #tc-wp-content-island.tc-wp-content-root blockquote, .wpc-scope-186 #tc-wp-content-island.tc-wp-content-root figcaption, .wpc-scope-186 #tc-wp-content-island.tc-wp-content-root a{
  color: inherit !important;
}.wpc-scope-186 .tc-wp-content-root .fgiv-wrap, .wpc-scope-186 .tc-wp-content-root .fgiv-wrap *{
  box-sizing: border-box;
}.wpc-scope-186 #tc-wp-content-island.tc-wp-content-root .fgiv-wrap{
  --fgiv-ink: #1f2430;
  --fgiv-muted: #667085;
  --fgiv-line: rgba(42, 50, 66, 0.1);
  --fgiv-soft: #fff7f0;
  --fgiv-grad-a: #f05a7e;
  --fgiv-grad-b: #ff9f45;
  --fgiv-grad-c: #7c5cff;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--fgiv-ink) !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-186 .tc-wp-content-root .fgiv-section{
  width: 100%;
  max-width: 100%;
  padding: 86px 20px;
  overflow: hidden;
}.wpc-scope-186 .tc-wp-content-root .fgiv-section-white{
  background: #fff;
}.wpc-scope-186 .tc-wp-content-root .fgiv-section-warm{
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 159, 69, 0.16), transparent 32%),
    radial-gradient(circle at 86% 20%, rgba(240, 90, 126, 0.13), transparent 34%),
    linear-gradient(180deg, #fff8f2 0%, #fff2ea 100%);
}.wpc-scope-186 .tc-wp-content-root .fgiv-container{
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}.wpc-scope-186 .tc-wp-content-root .fgiv-heading{
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}.wpc-scope-186 #tc-wp-content-island.tc-wp-content-root .fgiv-heading h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.16;
  letter-spacing: 0;
  font-weight: 800;
  color: var(--fgiv-ink) !important;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-186 #tc-wp-content-island.tc-wp-content-root .fgiv-heading h2 span{
  background: linear-gradient(135deg, var(--fgiv-grad-a), var(--fgiv-grad-b) 52%, var(--fgiv-grad-c));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
}.wpc-scope-186 #tc-wp-content-island.tc-wp-content-root .fgiv-heading p{
  margin: 14px auto 0;
  color: var(--fgiv-muted) !important;
  font-size: 1rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-186 .tc-wp-content-root .fgiv-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}.wpc-scope-186 .tc-wp-content-root .fgiv-card{
  --fgiv-card-a: #fff3f6;
  --fgiv-card-b: #fffaf4;
  --fgiv-accent: #f05a7e;
  --fgiv-accent-2: #ff9f45;
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 248px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid var(--fgiv-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx, 50%) var(--fg-my, 0%), rgba(255, 255, 255, 0.95), transparent 34%),
    linear-gradient(145deg, var(--fgiv-card-a), #fff 54%, var(--fgiv-card-b));
  box-shadow: 0 16px 40px rgba(31, 36, 48, 0.08);
  transform: translate3d(0, 18px, 0) rotateX(var(--fg-tilt-x, 0deg)) rotateY(var(--fg-tilt-y, 0deg));
  opacity: 0;
  transition:
    opacity 0.7s ease,
    transform 0.7s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-186 .tc-wp-content-root .fgiv-card:nth-child(2){ --fgiv-card-a: #f4f0ff; --fgiv-card-b: #fff6fb; --fgiv-accent: #7c5cff; --fgiv-accent-2: #f05a7e; }.wpc-scope-186 .tc-wp-content-root .fgiv-card:nth-child(3){ --fgiv-card-a: #effaf7; --fgiv-card-b: #fff8ed; --fgiv-accent: #1aa37a; --fgiv-accent-2: #ff9f45; }.wpc-scope-186 .tc-wp-content-root .fgiv-card:nth-child(4){ --fgiv-card-a: #fff6e7; --fgiv-card-b: #f6f2ff; --fgiv-accent: #ff9f45; --fgiv-accent-2: #7c5cff; }.wpc-scope-186 .tc-wp-content-root .fgiv-card:nth-child(5){ --fgiv-card-a: #eef6ff; --fgiv-card-b: #fff5f8; --fgiv-accent: #3388e8; --fgiv-accent-2: #f05a7e; }.wpc-scope-186 .tc-wp-content-root .fgiv-card:nth-child(6){ --fgiv-card-a: #fff1ed; --fgiv-card-b: #f1fbff; --fgiv-accent: #f06a3d; --fgiv-accent-2: #2b9fd8; }.wpc-scope-186 .tc-wp-content-root .fgiv-card:nth-child(7){ --fgiv-card-a: #f5fff2; --fgiv-card-b: #fff6ef; --fgiv-accent: #56a64b; --fgiv-accent-2: #ff9f45; }.wpc-scope-186 .tc-wp-content-root .fgiv-card:nth-child(8){ --fgiv-card-a: #f7f3ff; --fgiv-card-b: #fff7f1; --fgiv-accent: #8b5cf6; --fgiv-accent-2: #f97316; }.wpc-scope-186 .tc-wp-content-root .fgiv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at var(--fg-mx, 50%) var(--fg-my, 0%), color-mix(in srgb, var(--fgiv-accent) 22%, transparent), transparent 36%);
  opacity: 0;
  transition: opacity 0.3s ease;
}.wpc-scope-186 .tc-wp-content-root .fgiv-card::after{
  content: "";
  position: absolute;
  inset: auto 22px 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--fgiv-accent), var(--fgiv-accent-2));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}.wpc-scope-186 .tc-wp-content-root .fgiv-card.is-visible{
  opacity: 1;
  transform: translate3d(0, 0, 0) rotateX(var(--fg-tilt-x, 0deg)) rotateY(var(--fg-tilt-y, 0deg));
}.wpc-scope-186 .tc-wp-content-root .fgiv-card:hover{
  border-color: color-mix(in srgb, var(--fgiv-accent) 34%, transparent);
  box-shadow: 0 22px 56px rgba(31, 36, 48, 0.14);
  transform: translate3d(0, -7px, 0) rotateX(var(--fg-tilt-x, 0deg)) rotateY(var(--fg-tilt-y, 0deg));
}.wpc-scope-186 .tc-wp-content-root .fgiv-card:hover::before{
  opacity: 1;
}.wpc-scope-186 .tc-wp-content-root .fgiv-card:hover::after{
  transform: scaleX(1);
}.wpc-scope-186 #tc-wp-content-island.tc-wp-content-root .fgiv-icon{
  display: grid;
  width: 52px;
  height: 52px;
  max-width: 100%;
  place-items: center;
  margin: 0 0 20px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--fgiv-accent) !important;
  box-shadow: inset 0 0 0 1px rgba(31, 36, 48, 0.07), 0 10px 24px rgba(31, 36, 48, 0.08);
  transition: transform 0.28s ease, color 0.28s ease, background 0.28s ease;
}.wpc-scope-186 .tc-wp-content-root .fgiv-icon i{
  font-size: 1.18rem;
  line-height: 1;
}.wpc-scope-186 #tc-wp-content-island.tc-wp-content-root .fgiv-card:hover .fgiv-icon{
  color: #fff !important;
  background: linear-gradient(135deg, var(--fgiv-accent), var(--fgiv-accent-2));
  transform: translateY(-3px) rotate(-4deg) scale(1.04);
}.wpc-scope-186 #tc-wp-content-island.tc-wp-content-root .fgiv-card h3{
  position: relative;
  display: inline;
  margin: 0;
  color: var(--fgiv-ink) !important;
  font-size: 1.08rem;
  line-height: 1.35;
  letter-spacing: 0;
  font-weight: 760;
  overflow-wrap: anywhere;
  word-break: break-word;
  background-image: linear-gradient(90deg, var(--fgiv-accent), var(--fgiv-accent-2));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.3s ease;
}.wpc-scope-186 .tc-wp-content-root .fgiv-card:hover h3{
  background-size: 100% 2px;
}.wpc-scope-186 #tc-wp-content-island.tc-wp-content-root .fgiv-card p{
  margin: 14px 0 0;
  color: var(--fgiv-muted) !important;
  font-size: 0.95rem;
  line-height: 1.65;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-186 #tc-wp-content-island.tc-wp-content-root .fgiv-cta{
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin-top: 18px;
  color: var(--fgiv-accent) !important;
  font-size: 0.9rem;
  font-weight: 760;
  line-height: 1.35;
  opacity: 0.28;
  transform: translateY(8px);
  transition: opacity 0.28s ease, transform 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-186 .tc-wp-content-root .fgiv-card:hover .fgiv-cta{
  opacity: 1;
  transform: translateY(0);
}.wpc-scope-186 .tc-wp-content-root .fgiv-tilt-grid .fgiv-card{
  transform-style: preserve-3d;
}.wpc-scope-186 .tc-wp-content-root .fgiv-tilt-grid .fgiv-card .fgiv-icon, .wpc-scope-186 .tc-wp-content-root .fgiv-tilt-grid .fgiv-card h3, .wpc-scope-186 .tc-wp-content-root .fgiv-tilt-grid .fgiv-card p{
  transform: translateZ(1px);
}.wpc-scope-186 .tc-wp-content-root .fgiv-step{
  min-height: 270px;
}.wpc-scope-186 #tc-wp-content-island.tc-wp-content-root .fgiv-step::before{
  content: attr(data-step);
  position: absolute;
  top: 12px;
  right: 18px;
  z-index: -1;
  color: color-mix(in srgb, var(--fgiv-accent) 13%, transparent) !important;
  font-size: 5.8rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  transition: transform 0.32s ease, opacity 0.32s ease;
}.wpc-scope-186 .tc-wp-content-root .fgiv-step:hover::before{
  transform: translateY(-5px) scale(1.04);
  opacity: 0.95;
}.wpc-scope-186 #tc-wp-content-island.tc-wp-content-root .fgiv-step-no{
  display: inline-block;
  max-width: 100%;
  margin-bottom: 14px;
  color: var(--fgiv-accent) !important;
  font-size: 0.84rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1;
}@media (min-width: 1200px){.tc-wp-content-root .fgiv-section{
    padding: 92px 28px;
  }.tc-wp-content-root .fgiv-container{
    max-width: 1240px;
  }.tc-wp-content-root .fgiv-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 22px;
  }.tc-wp-content-root .fgiv-heading{
    margin-bottom: 44px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-content-root .fgiv-section{
    padding: 78px 24px;
  }.tc-wp-content-root .fgiv-container{
    max-width: 1040px;
  }.tc-wp-content-root .fgiv-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 20px;
  }.tc-wp-content-root .fgiv-heading p{
    font-size: 0.98rem;
  }.tc-wp-content-root .fgiv-card{
    padding: 24px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .fgiv-section{
    padding: 66px 20px;
  }.tc-wp-content-root .fgiv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px;
  }.tc-wp-content-root .fgiv-heading{
    margin-bottom: 34px;
  }.tc-wp-content-root .fgiv-card{
    min-height: 230px;
    padding: 22px;
  }.tc-wp-content-root .fgiv-card h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .fgiv-card p{
    font-size: 0.93rem;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .fgiv-section{
    padding: 52px 16px;
  }.tc-wp-content-root .fgiv-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .fgiv-heading{
    margin-bottom: 28px;
  }.tc-wp-content-root .fgiv-heading p{
    font-size: 0.94rem;
  }.tc-wp-content-root .fgiv-card{
    min-height: auto;
    padding: 21px;
    border-radius: 20px;
  }.tc-wp-content-root .fgiv-cta{
    width: 100%;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .fgiv-section{
    padding: 46px 14px;
  }.tc-wp-content-root .fgiv-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .fgiv-heading{
    margin-bottom: 24px;
  }.tc-wp-content-root .fgiv-heading p{
    font-size: 0.91rem;
    line-height: 1.6;
  }.tc-wp-content-root .fgiv-card{
    min-height: auto;
    padding: 19px;
    border-radius: 18px;
  }.tc-wp-content-root .fgiv-icon{
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }.tc-wp-content-root .fgiv-step::before{
    font-size: 4.7rem;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .fgiv-section{
    padding: 40px 12px;
  }.tc-wp-content-root .fgiv-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .fgiv-heading{
    margin-bottom: 22px;
  }.tc-wp-content-root .fgiv-heading p{
    font-size: 0.88rem;
    line-height: 1.58;
  }.tc-wp-content-root .fgiv-card{
    min-height: auto;
    padding: 17px;
    border-radius: 16px;
  }.tc-wp-content-root .fgiv-card h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .fgiv-card p{
    font-size: 0.88rem;
  }.tc-wp-content-root .fgiv-icon{
    width: 42px;
    height: 42px;
    border-radius: 13px;
    margin-bottom: 16px;
  }.tc-wp-content-root .fgiv-icon i{
    font-size: 1rem;
  }.tc-wp-content-root .fgiv-step::before{
    right: 12px;
    font-size: 4.1rem;
  }}@media (max-width: 319px){.tc-wp-content-root .fgiv-section{
    padding: 34px 10px;
  }.tc-wp-content-root .fgiv-grid{
    grid-template-columns: 1fr !important;
    gap: 10px;
  }.tc-wp-content-root .fgiv-card{
    min-width: 0;
    padding: 15px;
  }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .fgiv-card, .tc-wp-content-root .fgiv-card::before, .tc-wp-content-root .fgiv-card::after, .tc-wp-content-root .fgiv-icon, .tc-wp-content-root .fgiv-cta, .tc-wp-content-root .fgiv-step::before{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .fgiv-card{
    opacity: 1;
    transform: none !important;
  }}.wpc-scope-186 .tc-wp-content-root .fgiv-process-grid{}