@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;
}.wpc-scope-52 .tc-wp-content-root img, .wpc-scope-52 .tc-wp-content-root video, .wpc-scope-52 .tc-wp-content-root svg, .wpc-scope-52 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-52 .tc-wp-content-root .c39bg-editorial-block, .wpc-scope-52 .tc-wp-content-root .c39bg-editorial-block *{
  box-sizing: border-box;
}.wpc-scope-52 .tc-wp-content-root .c39bg-editorial-block{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #19202a;
  background: #fff;
}.wpc-scope-52 .tc-wp-content-root .c39bg-editorial-block .c39bg-section, .wpc-scope-52 .tc-wp-content-root .c39bg-editorial-block .c39bg-container, .wpc-scope-52 .tc-wp-content-root .c39bg-editorial-block .c39bg-card-grid{
  width: 100%;
  max-width: 100%;
}.wpc-scope-52 .tc-wp-content-root .c39bg-editorial-block .c39bg-section{
  position: relative;
  padding: 86px 18px;
  overflow: hidden;
}.wpc-scope-52 .tc-wp-content-root .c39bg-editorial-block .c39bg-section-intro, .wpc-scope-52 .tc-wp-content-root .c39bg-editorial-block .c39bg-section-process{
  background: #fff;
}.wpc-scope-52 .tc-wp-content-root .c39bg-editorial-block .c39bg-section-benefits{
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 184, 122, 0.26), transparent 30%),
    radial-gradient(circle at 86% 8%, rgba(120, 170, 255, 0.18), transparent 28%),
    linear-gradient(180deg, #fff7ef 0%, #fffaf4 48%, #fff 100%);
}.wpc-scope-52 .tc-wp-content-root .c39bg-editorial-block .c39bg-container{
  max-width: 1240px;
  margin: 0 auto;
}.wpc-scope-52 .tc-wp-content-root .c39bg-editorial-block .c39bg-heading-wrap{
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}.wpc-scope-52 .tc-wp-content-root .c39bg-editorial-block h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem);
  line-height: 1.16;
  letter-spacing: 0;
  color: #141922;
}.wpc-scope-52 .tc-wp-content-root .c39bg-editorial-block .c39bg-heading-wrap p{
  margin: 14px auto 0;
  max-width: 700px;
  color: #667085;
  font-size: 1.04rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-52 .tc-wp-content-root .c39bg-editorial-block .c39bg-card-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}.wpc-scope-52 .tc-wp-content-root .c39bg-editorial-block .c39bg-card{
  --fg-hue: 24;
  --fg-accent: hsl(var(--fg-hue), 86%, 54%);
  --fg-accent-soft: hsl(var(--fg-hue), 88%, 95%);
  --fg-accent-line: hsl(var(--fg-hue), 80%, 76%);
  --fg-mx: 50%;
  --fg-my: 20%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 245px;
  padding: 28px;
  border: 1px solid rgba(25, 32, 42, 0.09);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.92), transparent 34%),
    linear-gradient(145deg, #ffffff 0%, var(--fg-accent-soft) 100%);
  box-shadow: 0 16px 42px rgba(20, 25, 34, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(24px);
  opacity: 0;
  transition:
    opacity 0.7s ease,
    transform 0.7s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
  isolation: isolate;
}.wpc-scope-52 .tc-wp-content-root .c39bg-editorial-block .c39bg-card:nth-child(2){ --fg-hue: 202; }.wpc-scope-52 .tc-wp-content-root .c39bg-editorial-block .c39bg-card:nth-child(3){ --fg-hue: 146; }.wpc-scope-52 .tc-wp-content-root .c39bg-editorial-block .c39bg-card:nth-child(4){ --fg-hue: 274; }.wpc-scope-52 .tc-wp-content-root .c39bg-editorial-block .c39bg-card:nth-child(5){ --fg-hue: 355; }.wpc-scope-52 .tc-wp-content-root .c39bg-editorial-block .c39bg-card:nth-child(6){ --fg-hue: 48; }.wpc-scope-52 .tc-wp-content-root .c39bg-editorial-block .c39bg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--fg-accent) 26%, transparent), transparent 36%);
  opacity: 0;
  transition: opacity 0.28s ease;
}.wpc-scope-52 .tc-wp-content-root .c39bg-editorial-block .c39bg-card::after{
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--fg-accent), transparent);
  opacity: 0.42;
}.wpc-scope-52 .tc-wp-content-root .c39bg-editorial-block .c39bg-card.c39bg-is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.wpc-scope-52 .tc-wp-content-root .c39bg-editorial-block .c39bg-card:hover{
  border-color: color-mix(in srgb, var(--fg-accent) 42%, rgba(25, 32, 42, 0.12));
  box-shadow: 0 24px 58px rgba(20, 25, 34, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.wpc-scope-52 .tc-wp-content-root .c39bg-editorial-block .c39bg-card:hover::before{
  opacity: 1;
}.wpc-scope-52 .tc-wp-content-root .c39bg-editorial-block .c39bg-icon{
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin-bottom: 22px;
  border: 1px solid color-mix(in srgb, var(--fg-accent) 28%, white);
  border-radius: 18px;
  color: var(--fg-accent);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 28px color-mix(in srgb, var(--fg-accent) 16%, transparent);
  transition: transform 0.28s ease, color 0.28s ease, background 0.28s ease, border-color 0.28s ease;
}.wpc-scope-52 .tc-wp-content-root .c39bg-editorial-block .c39bg-icon i{
  font-size: 1.35rem;
  line-height: 1;
}.wpc-scope-52 .tc-wp-content-root .c39bg-editorial-block .c39bg-card:hover .c39bg-icon{
  color: #fff;
  background: var(--fg-accent);
  border-color: var(--fg-accent);
  transform: translateY(-3px) scale(1.05) rotate(-3deg);
}.wpc-scope-52 .tc-wp-content-root .c39bg-editorial-block h3{
  position: relative;
  margin: 0 0 12px;
  padding-bottom: 12px;
  color: #171c25;
  font-size: 1.16rem;
  line-height: 1.3;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-52 .tc-wp-content-root .c39bg-editorial-block h3::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: var(--fg-accent);
  transition: width 0.28s ease;
}.wpc-scope-52 .tc-wp-content-root .c39bg-editorial-block .c39bg-card:hover h3::after{
  width: 82px;
}.wpc-scope-52 .tc-wp-content-root .c39bg-editorial-block .c39bg-card p{
  margin: 0;
  color: #5f6877;
  font-size: 0.98rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-52 .tc-wp-content-root .c39bg-editorial-block .c39bg-card-link{
  display: inline-block;
  max-width: 100%;
  margin-top: 20px;
  color: var(--fg-accent);
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.35;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.28s ease, transform 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-52 .tc-wp-content-root .c39bg-editorial-block .c39bg-card:hover .c39bg-card-link{
  opacity: 1;
  transform: translateY(0);
}.wpc-scope-52 .tc-wp-content-root .c39bg-editorial-block .c39bg-tilt-grid .c39bg-card{
  transform-style: preserve-3d;
}.wpc-scope-52 .tc-wp-content-root .c39bg-editorial-block .c39bg-tilt-grid .c39bg-card .c39bg-icon, .wpc-scope-52 .tc-wp-content-root .c39bg-editorial-block .c39bg-tilt-grid .c39bg-card h3, .wpc-scope-52 .tc-wp-content-root .c39bg-editorial-block .c39bg-tilt-grid .c39bg-card p{
  transform: translateZ(12px);
}.wpc-scope-52 .tc-wp-content-root .c39bg-editorial-block .c39bg-process-card{
  padding-top: 72px;
}.wpc-scope-52 .tc-wp-content-root .c39bg-editorial-block .c39bg-step-badge{
  position: absolute;
  top: 22px;
  right: 22px;
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  max-width: calc(100% - 44px);
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--fg-accent), color-mix(in srgb, var(--fg-accent) 72%, #111827));
  box-shadow: 0 14px 30px color-mix(in srgb, var(--fg-accent) 22%, transparent);
  font-size: 0.86rem;
  font-weight: 850;
  letter-spacing: 0;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}.wpc-scope-52 .tc-wp-content-root .c39bg-editorial-block .c39bg-process-card:hover .c39bg-step-badge{
  transform: translateY(-4px) scale(1.06);
  box-shadow: 0 18px 38px color-mix(in srgb, var(--fg-accent) 32%, transparent);
}@media (min-width: 1200px){.tc-wp-content-root .c39bg-editorial-block .c39bg-section{
    padding: 96px 28px;
  }.tc-wp-content-root .c39bg-editorial-block .c39bg-container{
    max-width: 1240px;
  }.tc-wp-content-root .c39bg-editorial-block .c39bg-card-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-content-root .c39bg-editorial-block .c39bg-section{
    padding: 82px 24px;
  }.tc-wp-content-root .c39bg-editorial-block .c39bg-container{
    max-width: 1040px;
  }.tc-wp-content-root .c39bg-editorial-block .c39bg-heading-wrap p{
    font-size: 1rem;
  }.tc-wp-content-root .c39bg-editorial-block .c39bg-card-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .c39bg-editorial-block .c39bg-card{
    padding: 24px;
  }.tc-wp-content-root .c39bg-editorial-block .c39bg-process-card{
    padding-top: 68px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .c39bg-editorial-block .c39bg-section{
    padding: 70px 22px;
  }.tc-wp-content-root .c39bg-editorial-block .c39bg-heading-wrap{
    margin-bottom: 30px;
  }.tc-wp-content-root .c39bg-editorial-block .c39bg-heading-wrap p{
    font-size: 0.98rem;
  }.tc-wp-content-root .c39bg-editorial-block .c39bg-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .c39bg-editorial-block .c39bg-card{
    min-height: 230px;
    padding: 23px;
  }.tc-wp-content-root .c39bg-editorial-block h3{
    font-size: 1.08rem;
  }.tc-wp-content-root .c39bg-editorial-block .c39bg-card p{
    font-size: 0.95rem;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .c39bg-editorial-block .c39bg-section{
    padding: 56px 16px;
  }.tc-wp-content-root .c39bg-editorial-block .c39bg-heading-wrap{
    margin-bottom: 26px;
  }.tc-wp-content-root .c39bg-editorial-block .c39bg-heading-wrap p{
    font-size: 0.95rem;
    line-height: 1.62;
  }.tc-wp-content-root .c39bg-editorial-block .c39bg-card-grid{
    grid-template-columns: 1fr !important;
    gap: 18px;
  }.tc-wp-content-root .c39bg-editorial-block .c39bg-card{
    min-width: 0;
    min-height: 0;
    padding: 22px;
  }.tc-wp-content-root .c39bg-editorial-block .c39bg-icon{
    width: 50px;
    height: 50px;
    border-radius: 16px;
  }.tc-wp-content-root .c39bg-editorial-block .c39bg-card-link{
    opacity: 1;
    transform: none;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .c39bg-editorial-block .c39bg-section{
    padding: 48px 14px;
  }.tc-wp-content-root .c39bg-editorial-block .c39bg-heading-wrap{
    margin-bottom: 24px;
  }.tc-wp-content-root .c39bg-editorial-block .c39bg-heading-wrap p{
    font-size: 0.92rem;
    line-height: 1.58;
  }.tc-wp-content-root .c39bg-editorial-block .c39bg-card-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .c39bg-editorial-block .c39bg-card{
    min-width: 0;
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .c39bg-editorial-block .c39bg-icon{
    width: 46px;
    height: 46px;
    margin-bottom: 18px;
    border-radius: 15px;
  }.tc-wp-content-root .c39bg-editorial-block .c39bg-step-badge{
    width: 44px;
    height: 44px;
    top: 18px;
    right: 18px;
  }.tc-wp-content-root .c39bg-editorial-block .c39bg-process-card{
    padding-top: 64px;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .c39bg-editorial-block .c39bg-section{
    padding: 42px 12px;
  }.tc-wp-content-root .c39bg-editorial-block .c39bg-heading-wrap{
    margin-bottom: 22px;
  }.tc-wp-content-root .c39bg-editorial-block .c39bg-heading-wrap p{
    font-size: 0.88rem;
    line-height: 1.55;
  }.tc-wp-content-root .c39bg-editorial-block .c39bg-card-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .c39bg-editorial-block .c39bg-card{
    min-width: 0;
    padding: 18px;
    border-radius: 16px;
  }.tc-wp-content-root .c39bg-editorial-block .c39bg-icon{
    width: 42px;
    height: 42px;
    margin-bottom: 16px;
    border-radius: 14px;
  }.tc-wp-content-root .c39bg-editorial-block .c39bg-icon i{
    font-size: 1.08rem;
  }.tc-wp-content-root .c39bg-editorial-block h3{
    font-size: 1rem;
  }.tc-wp-content-root .c39bg-editorial-block .c39bg-card p{
    font-size: 0.9rem;
    line-height: 1.56;
  }.tc-wp-content-root .c39bg-editorial-block .c39bg-step-badge{
    width: 40px;
    height: 40px;
    top: 16px;
    right: 16px;
    border-radius: 13px;
    font-size: 0.78rem;
  }.tc-wp-content-root .c39bg-editorial-block .c39bg-process-card{
    padding-top: 60px;
  }}@media (max-width: 319px){.tc-wp-content-root .c39bg-editorial-block .c39bg-card-grid{
    grid-template-columns: 1fr !important;
  }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .c39bg-editorial-block .c39bg-card, .tc-wp-content-root .c39bg-editorial-block .c39bg-card::before, .tc-wp-content-root .c39bg-editorial-block .c39bg-icon, .tc-wp-content-root .c39bg-editorial-block h3::after, .tc-wp-content-root .c39bg-editorial-block .c39bg-card-link, .tc-wp-content-root .c39bg-editorial-block .c39bg-step-badge{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .c39bg-editorial-block .c39bg-card, .tc-wp-content-root .c39bg-editorial-block .c39bg-card.c39bg-is-visible, .tc-wp-content-root .c39bg-editorial-block .c39bg-card:hover{
    opacity: 1;
    transform: none !important;
  }}.wpc-scope-52 .tc-wp-content-root .c39bg-card-cta{}.wpc-scope-52 .tc-wp-content-root .c39bg-process-grid{}