@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-133 .tc-wp-content-root img, .wpc-scope-133 .tc-wp-content-root video, .wpc-scope-133 .tc-wp-content-root svg, .wpc-scope-133 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-133 .tc-wp-content-root .ibg-editorial-block, .wpc-scope-133 .tc-wp-content-root .ibg-editorial-block *{
  box-sizing: border-box;
}.wpc-scope-133 .tc-wp-content-root .ibg-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: #202124;
  background: #fff;
}.wpc-scope-133 .tc-wp-content-root .ibg-editorial-block .ibg-section{
  width: 100%;
  max-width: 100%;
  padding: 86px 22px;
  overflow-x: hidden;
}.wpc-scope-133 .tc-wp-content-root .ibg-editorial-block .ibg-section-white{
  background: #fff;
}.wpc-scope-133 .tc-wp-content-root .ibg-editorial-block .ibg-section-warm{
  background:
    radial-gradient(circle at 15% 8%, rgba(255, 184, 108, 0.22), transparent 34%),
    linear-gradient(135deg, #fff7ef 0%, #fffaf6 48%, #f7fbff 100%);
}.wpc-scope-133 .tc-wp-content-root .ibg-editorial-block .ibg-container{
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}.wpc-scope-133 .tc-wp-content-root .ibg-editorial-block .ibg-section-header{
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}.wpc-scope-133 .tc-wp-content-root .ibg-editorial-block .ibg-section-header h2{
  margin: 0;
  color: #15171a;
  font-size: clamp(1.2rem, 4vw, 2.2rem);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-133 .tc-wp-content-root .ibg-editorial-block .ibg-section-header p{
  margin: 14px auto 0;
  color: #5e6570;
  font-size: 1.02rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-133 .tc-wp-content-root .ibg-editorial-block .ibg-card-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.wpc-scope-133 .tc-wp-content-root .ibg-editorial-block .ibg-card{
  --ibg-accent: #2563eb;
  --ibg-accent-soft: rgba(37, 99, 235, 0.12);
  --ibg-accent-border: rgba(37, 99, 235, 0.22);
  --fg-mx: 50%;
  --fg-my: 0%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 268px;
  padding: 28px;
  border: 1px solid rgba(25, 30, 38, 0.09);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.95), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.78));
  box-shadow: 0 16px 46px rgba(25, 30, 38, 0.08);
  transform: translateY(24px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
  opacity: 0;
  transition:
    opacity 600ms ease,
    transform 600ms ease,
    border-color 240ms ease,
    box-shadow 240ms ease,
    background 240ms ease;
  overflow: hidden;
  isolation: isolate;
}.wpc-scope-133 .tc-wp-content-root .ibg-editorial-block .ibg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, var(--ibg-accent-soft), transparent 42%),
    radial-gradient(circle at var(--fg-mx) var(--fg-my), var(--ibg-accent-soft), transparent 34%);
  opacity: 0;
  transition: opacity 260ms ease;
  z-index: -1;
}.wpc-scope-133 .tc-wp-content-root .ibg-editorial-block .ibg-card::after{
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 3px;
  border-radius: 99px 99px 0 0;
  background: linear-gradient(90deg, var(--ibg-accent), transparent);
  transform: scaleX(0.18);
  transform-origin: left;
  opacity: 0.4;
  transition: transform 260ms ease, opacity 260ms ease;
}.wpc-scope-133 .tc-wp-content-root .ibg-editorial-block .ibg-card.is-visible{
  opacity: 1;
  transform: translateY(0) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}.wpc-scope-133 .tc-wp-content-root .ibg-editorial-block .ibg-card:hover{
  border-color: var(--ibg-accent-border);
  box-shadow: 0 24px 66px rgba(25, 30, 38, 0.14);
  transform: translateY(-7px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}.wpc-scope-133 .tc-wp-content-root .ibg-editorial-block .ibg-card:hover::before{
  opacity: 1;
}.wpc-scope-133 .tc-wp-content-root .ibg-editorial-block .ibg-card:hover::after{
  transform: scaleX(1);
  opacity: 1;
}.wpc-scope-133 .tc-wp-content-root .ibg-editorial-block .ibg-icon-box{
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin-bottom: 22px;
  border: 1px solid var(--ibg-accent-border);
  border-radius: 16px;
  background: var(--ibg-accent-soft);
  color: var(--ibg-accent);
  font-size: 1.35rem;
  transition: transform 260ms ease, background 260ms ease, color 260ms ease, border-color 260ms ease;
}.wpc-scope-133 .tc-wp-content-root .ibg-editorial-block .ibg-card:hover .ibg-icon-box{
  transform: translateY(-3px) scale(1.05) rotate(-3deg);
  background: var(--ibg-accent);
  color: #fff;
  border-color: var(--ibg-accent);
}.wpc-scope-133 .tc-wp-content-root .ibg-editorial-block .ibg-card h3{
  position: relative;
  display: inline;
  margin: 0;
  color: #171a1f;
  font-size: 1.15rem;
  line-height: 1.35;
  font-weight: 760;
  letter-spacing: 0;
  background-image: linear-gradient(var(--ibg-accent), var(--ibg-accent));
  background-repeat: no-repeat;
  background-size: 0% 2px;
  background-position: 0 100%;
  transition: background-size 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-133 .tc-wp-content-root .ibg-editorial-block .ibg-card:hover h3{
  background-size: 100% 2px;
}.wpc-scope-133 .tc-wp-content-root .ibg-editorial-block .ibg-card p{
  margin: 14px 0 0;
  color: #626a76;
  font-size: 0.96rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-133 .tc-wp-content-root .ibg-editorial-block .ibg-card-cta{
  display: inline-flex;
  max-width: 100%;
  margin-top: 20px;
  color: var(--ibg-accent);
  font-size: 0.9rem;
  font-weight: 760;
  line-height: 1.35;
  opacity: 0.28;
  transform: translateY(8px);
  transition: opacity 260ms ease, transform 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-133 .tc-wp-content-root .ibg-editorial-block .ibg-card:hover .ibg-card-cta{
  opacity: 1;
  transform: translateY(0);
}.wpc-scope-133 .tc-wp-content-root .ibg-editorial-block .ibg-tilt-card{
  transform-style: preserve-3d;
}.wpc-scope-133 .tc-wp-content-root .ibg-editorial-block .ibg-process-card{
  padding-top: 74px;
}.wpc-scope-133 .tc-wp-content-root .ibg-editorial-block .ibg-step-badge{
  position: absolute;
  top: 24px;
  left: 24px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--ibg-accent), color-mix(in srgb, var(--ibg-accent) 70%, #111 30%));
  color: #fff;
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 12px 28px var(--ibg-accent-soft);
  transition: transform 260ms ease, box-shadow 260ms ease;
}.wpc-scope-133 .tc-wp-content-root .ibg-editorial-block .ibg-process-card:hover .ibg-step-badge{
  transform: translateY(-3px) scale(1.08);
  box-shadow: 0 18px 38px var(--ibg-accent-soft);
}.wpc-scope-133 .tc-wp-content-root .ibg-editorial-block .ibg-card:nth-child(1){ --ibg-accent: #2563eb; --ibg-accent-soft: rgba(37, 99, 235, 0.12); --ibg-accent-border: rgba(37, 99, 235, 0.26); }.wpc-scope-133 .tc-wp-content-root .ibg-editorial-block .ibg-card:nth-child(2){ --ibg-accent: #0f9f8f; --ibg-accent-soft: rgba(15, 159, 143, 0.13); --ibg-accent-border: rgba(15, 159, 143, 0.28); }.wpc-scope-133 .tc-wp-content-root .ibg-editorial-block .ibg-card:nth-child(3){ --ibg-accent: #d97706; --ibg-accent-soft: rgba(217, 119, 6, 0.13); --ibg-accent-border: rgba(217, 119, 6, 0.28); }.wpc-scope-133 .tc-wp-content-root .ibg-editorial-block .ibg-card:nth-child(4){ --ibg-accent: #7c3aed; --ibg-accent-soft: rgba(124, 58, 237, 0.12); --ibg-accent-border: rgba(124, 58, 237, 0.26); }.wpc-scope-133 .tc-wp-content-root .ibg-editorial-block .ibg-card:nth-child(5){ --ibg-accent: #e11d48; --ibg-accent-soft: rgba(225, 29, 72, 0.11); --ibg-accent-border: rgba(225, 29, 72, 0.24); }.wpc-scope-133 .tc-wp-content-root .ibg-editorial-block .ibg-card:nth-child(6){ --ibg-accent: #2f6f4e; --ibg-accent-soft: rgba(47, 111, 78, 0.13); --ibg-accent-border: rgba(47, 111, 78, 0.27); }@media (min-width: 1200px){.tc-wp-content-root .ibg-editorial-block .ibg-section{ padding: 96px 28px; }.tc-wp-content-root .ibg-editorial-block .ibg-container{ max-width: 1220px; }.tc-wp-content-root .ibg-editorial-block .ibg-card-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-content-root .ibg-editorial-block .ibg-section{ padding: 78px 22px; }.tc-wp-content-root .ibg-editorial-block .ibg-container{ max-width: 1000px; }.tc-wp-content-root .ibg-editorial-block .ibg-card-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }.tc-wp-content-root .ibg-editorial-block .ibg-card{ padding: 24px; }.tc-wp-content-root .ibg-editorial-block .ibg-section-header p{ font-size: 0.99rem; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .ibg-editorial-block .ibg-section{ padding: 66px 20px; }.tc-wp-content-root .ibg-editorial-block .ibg-card-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }.tc-wp-content-root .ibg-editorial-block .ibg-card{ padding: 23px; min-height: 250px; }.tc-wp-content-root .ibg-editorial-block .ibg-card h3{ font-size: 1.08rem; }.tc-wp-content-root .ibg-editorial-block .ibg-card p{ font-size: 0.94rem; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .ibg-editorial-block .ibg-section{ padding: 54px 16px; }.tc-wp-content-root .ibg-editorial-block .ibg-section-header{ margin-bottom: 28px; }.tc-wp-content-root .ibg-editorial-block .ibg-section-header p{ font-size: 0.95rem; }.tc-wp-content-root .ibg-editorial-block .ibg-card-grid{ grid-template-columns: 1fr !important; gap: 16px; }.tc-wp-content-root .ibg-editorial-block .ibg-card{ padding: 22px; min-height: 0; border-radius: 18px; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .ibg-editorial-block .ibg-section{ padding: 46px 14px; }.tc-wp-content-root .ibg-editorial-block .ibg-section-header{ margin-bottom: 24px; }.tc-wp-content-root .ibg-editorial-block .ibg-section-header p{ font-size: 0.92rem; }.tc-wp-content-root .ibg-editorial-block .ibg-card-grid{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-content-root .ibg-editorial-block .ibg-card{ padding: 20px; min-height: 0; border-radius: 17px; }.tc-wp-content-root .ibg-editorial-block .ibg-icon-box{ width: 48px; height: 48px; font-size: 1.15rem; border-radius: 14px; }.tc-wp-content-root .ibg-editorial-block .ibg-process-card{ padding-top: 66px; }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .ibg-editorial-block .ibg-section{ padding: 40px 12px; }.tc-wp-content-root .ibg-editorial-block .ibg-section-header{ margin-bottom: 22px; }.tc-wp-content-root .ibg-editorial-block .ibg-section-header p{ font-size: 0.88rem; line-height: 1.6; }.tc-wp-content-root .ibg-editorial-block .ibg-card-grid{ grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-content-root .ibg-editorial-block .ibg-card{ padding: 18px; min-height: 0; border-radius: 16px; }.tc-wp-content-root .ibg-editorial-block .ibg-card h3{ font-size: 1rem; }.tc-wp-content-root .ibg-editorial-block .ibg-card p{ font-size: 0.88rem; line-height: 1.58; }.tc-wp-content-root .ibg-editorial-block .ibg-icon-box{ width: 44px; height: 44px; font-size: 1.05rem; border-radius: 13px; margin-bottom: 18px; }.tc-wp-content-root .ibg-editorial-block .ibg-step-badge{ width: 38px; height: 38px; top: 18px; left: 18px; border-radius: 12px; }.tc-wp-content-root .ibg-editorial-block .ibg-process-card{ padding-top: 62px; }}@media (max-width: 319px){.tc-wp-content-root .ibg-editorial-block .ibg-card-grid{ grid-template-columns: 1fr !important; }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .ibg-editorial-block .ibg-card, .tc-wp-content-root .ibg-editorial-block .ibg-card::before, .tc-wp-content-root .ibg-editorial-block .ibg-card::after, .tc-wp-content-root .ibg-editorial-block .ibg-icon-box, .tc-wp-content-root .ibg-editorial-block .ibg-card-cta, .tc-wp-content-root .ibg-editorial-block .ibg-step-badge, .tc-wp-content-root .ibg-editorial-block .ibg-card h3{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .ibg-editorial-block .ibg-card{
    opacity: 1;
    transform: none !important;
  }}.wpc-scope-133 .tc-wp-content-root .ibg-grid-how{}.wpc-scope-133 .tc-wp-content-root .ibg-grid-what{}.wpc-scope-133 .tc-wp-content-root .ibg-grid-why{}.wpc-scope-133 .tc-wp-content-root .ibg-reveal{}