@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

/* 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-584 .tc-wp-content-root img, .wpc-scope-584 .tc-wp-content-root video, .wpc-scope-584 .tc-wp-content-root svg, .wpc-scope-584 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-584 .tc-wp-content-root .ifg-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.wpc-scope-584 .tc-wp-content-root .ifg-editorial-wrap, .wpc-scope-584 .tc-wp-content-root .ifg-editorial-wrap section, .wpc-scope-584 .tc-wp-content-root .ifg-editorial-wrap div, .wpc-scope-584 .tc-wp-content-root .ifg-editorial-wrap article{
  box-sizing: border-box;
}.wpc-scope-584 .tc-wp-content-root .ifg-editorial-wrap .ifg-section{
  position: relative;
  width: 100%;
}.wpc-scope-584 .tc-wp-content-root .ifg-editorial-wrap .ifg-section-white{
  background: #ffffff;
}.wpc-scope-584 .tc-wp-content-root .ifg-editorial-wrap .ifg-section-soft{
  background:
    radial-gradient(circle at 12% 8%, rgba(65, 127, 255, 0.08), transparent 32%),
    radial-gradient(circle at 86% 18%, rgba(232, 80, 170, 0.08), transparent 34%),
    #f7f9fc;
}.wpc-scope-584 .tc-wp-content-root .ifg-editorial-wrap .ifg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-584 .tc-wp-content-root .ifg-editorial-wrap .ifg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-584 .tc-wp-content-root .ifg-editorial-wrap .ifg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 14px;
  border: 1px solid rgba(65, 127, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(65, 127, 255, 0.1), rgba(232, 80, 170, 0.1));
  color: #365ee8;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}.wpc-scope-584 .tc-wp-content-root .ifg-editorial-wrap h2{
  margin: 16px 0 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-584 .tc-wp-content-root .ifg-editorial-wrap .ifg-section-head p{
  margin: 16px auto 0;
  max-width: 690px;
  color: #5b6475;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0;
}.wpc-scope-584 .tc-wp-content-root .ifg-editorial-wrap .ifg-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-584 .tc-wp-content-root .ifg-editorial-wrap .ifg-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(20, 32, 54, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-584 .tc-wp-content-root .ifg-editorial-wrap .ifg-card::before{
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, #417fff, #8d5cf6, #e850aa);
  opacity: 0;
  transition: opacity 240ms ease;
}.wpc-scope-584 .tc-wp-content-root .ifg-editorial-wrap .ifg-card:hover{
  transform: translateY(-6px);
  border-color: rgba(65, 127, 255, 0.28);
  box-shadow: 0 24px 58px rgba(17, 24, 39, 0.12);
}.wpc-scope-584 .tc-wp-content-root .ifg-editorial-wrap .ifg-card:hover::before{
  opacity: 1;
}.wpc-scope-584 .tc-wp-content-root .ifg-editorial-wrap .ifg-card h3{
  margin: 0;
  color: #141b2d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-584 .tc-wp-content-root .ifg-editorial-wrap .ifg-card p, .wpc-scope-584 .tc-wp-content-root .ifg-editorial-wrap .ifg-step-card p{
  margin: 12px 0 0;
  color: #5c6678;
  font-weight: 400;
  line-height: 1.68;
  letter-spacing: 0;
}.wpc-scope-584 .tc-wp-content-root .ifg-editorial-wrap .ifg-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(65, 127, 255, 0.14), rgba(232, 80, 170, 0.14));
  box-shadow: inset 0 0 0 1px rgba(65, 127, 255, 0.12);
}.wpc-scope-584 .tc-wp-content-root .ifg-editorial-wrap .ifg-icon::before, .wpc-scope-584 .tc-wp-content-root .ifg-editorial-wrap .ifg-icon::after{
  position: absolute;
  content: "";
  transition: transform 240ms ease;
}.wpc-scope-584 .tc-wp-content-root .ifg-editorial-wrap .ifg-card:hover .ifg-icon::before, .wpc-scope-584 .tc-wp-content-root .ifg-editorial-wrap .ifg-card:hover .ifg-icon::after{
  transform: translateY(-2px);
}.wpc-scope-584 .tc-wp-content-root .ifg-editorial-wrap .ifg-icon-preview::before{
  width: 22px;
  height: 15px;
  border: 2px solid #417fff;
  border-radius: 8px;
}.wpc-scope-584 .tc-wp-content-root .ifg-editorial-wrap .ifg-icon-preview::after{
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e850aa;
}.wpc-scope-584 .tc-wp-content-root .ifg-editorial-wrap .ifg-icon-copy::before{
  width: 18px;
  height: 22px;
  border: 2px solid #417fff;
  border-radius: 6px;
  transform: translate(3px, -3px);
}.wpc-scope-584 .tc-wp-content-root .ifg-editorial-wrap .ifg-icon-copy::after{
  width: 18px;
  height: 22px;
  border: 2px solid #e850aa;
  border-radius: 6px;
  transform: translate(-3px, 3px);
}.wpc-scope-584 .tc-wp-content-root .ifg-editorial-wrap .ifg-icon-spark::before{
  width: 22px;
  height: 22px;
  background: linear-gradient(135deg, #417fff, #e850aa);
  clip-path: polygon(50% 0, 61% 37%, 100% 50%, 61% 63%, 50% 100%, 39% 63%, 0 50%, 39% 37%);
}.wpc-scope-584 .tc-wp-content-root .ifg-editorial-wrap .ifg-icon-phone::before{
  width: 18px;
  height: 28px;
  border: 2px solid #417fff;
  border-radius: 7px;
}.wpc-scope-584 .tc-wp-content-root .ifg-editorial-wrap .ifg-icon-phone::after{
  bottom: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #e850aa;
}.wpc-scope-584 .tc-wp-content-root .ifg-editorial-wrap .ifg-icon-clean::before{
  width: 24px;
  height: 14px;
  border-bottom: 3px solid #417fff;
  border-left: 3px solid #417fff;
  transform: rotate(-45deg) translate(1px, -2px);
}.wpc-scope-584 .tc-wp-content-root .ifg-editorial-wrap .ifg-icon-fast::before{
  width: 24px;
  height: 24px;
  border: 2px solid #417fff;
  border-radius: 50%;
}.wpc-scope-584 .tc-wp-content-root .ifg-editorial-wrap .ifg-icon-fast::after{
  width: 10px;
  height: 2px;
  background: #e850aa;
  transform: rotate(-35deg) translate(4px, -2px);
  transform-origin: left center;
}.wpc-scope-584 .tc-wp-content-root .ifg-editorial-wrap .ifg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-584 .tc-wp-content-root .ifg-editorial-wrap .ifg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(65, 127, 255, 0.15);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(247, 250, 255, 0.96));
  box-shadow: 0 18px 46px rgba(17, 24, 39, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-584 .tc-wp-content-root .ifg-editorial-wrap .ifg-step-card::after{
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 100%;
  content: "";
  background: linear-gradient(135deg, rgba(65, 127, 255, 0.11), rgba(232, 80, 170, 0.1));
  clip-path: polygon(34% 0, 100% 0, 100% 100%, 0 100%);
}.wpc-scope-584 .tc-wp-content-root .ifg-editorial-wrap .ifg-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(232, 80, 170, 0.24);
  box-shadow: 0 24px 56px rgba(17, 24, 39, 0.12);
}.wpc-scope-584 .tc-wp-content-root .ifg-editorial-wrap .ifg-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 70px;
  height: 70px;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  background: linear-gradient(135deg, #417fff, #e850aa);
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  box-shadow: 0 16px 30px rgba(65, 127, 255, 0.25);
}.wpc-scope-584 .tc-wp-content-root .ifg-editorial-wrap .ifg-step-content{
  position: relative;
  z-index: 1;
  min-width: 0;
}.wpc-scope-584 .tc-wp-content-root .ifg-editorial-wrap .ifg-step-card h3{
  margin: 0;
  color: #141b2d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-584 .tc-wp-content-root .ifg-editorial-wrap .ifg-badge{
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin-bottom: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(65, 127, 255, 0.1);
  color: #365ee8;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}.wpc-scope-584 .tc-wp-content-root .ifg-editorial-wrap .ifg-use-card:nth-child(2n) .ifg-badge{
  background: rgba(232, 80, 170, 0.1);
  color: #bd2f82;
}.wpc-scope-584 .tc-wp-content-root .ifg-editorial-wrap .ifg-use-card:nth-child(3n) .ifg-badge{
  background: rgba(141, 92, 246, 0.1);
  color: #6841d9;
}.wpc-scope-584 .tc-wp-content-root .ifg-editorial-wrap .ifg-trust-card{
  align-items: flex-start;
}.wpc-scope-584 .tc-wp-content-root .ifg-editorial-wrap .ifg-trust-mark{
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #417fff, #e850aa);
  box-shadow: 0 14px 26px rgba(65, 127, 255, 0.2);
}.wpc-scope-584 .tc-wp-content-root .ifg-editorial-wrap .ifg-trust-mark::before{
  position: absolute;
  left: 13px;
  top: 10px;
  width: 12px;
  height: 18px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  content: "";
  transform: rotate(42deg);
}.wpc-scope-584 .tc-wp-content-root .ifg-editorial-wrap .ifg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}.wpc-scope-584 .tc-wp-content-root .ifg-editorial-wrap .ifg-reveal.ifg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .ifg-editorial-wrap .ifg-section{
    padding: 48px 0;
  }.tc-wp-content-root .ifg-editorial-wrap .ifg-container{
    padding: 0 14px;
  }.tc-wp-content-root .ifg-editorial-wrap h2{
    font-size: 26px;
  }.tc-wp-content-root .ifg-editorial-wrap .ifg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ifg-editorial-wrap .ifg-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ifg-editorial-wrap .ifg-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .ifg-editorial-wrap .ifg-card h3, .tc-wp-content-root .ifg-editorial-wrap .ifg-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .ifg-editorial-wrap .ifg-card p, .tc-wp-content-root .ifg-editorial-wrap .ifg-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .ifg-editorial-wrap .ifg-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ifg-editorial-wrap .ifg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .ifg-editorial-wrap .ifg-step-card::after{
    width: 100px;
  }.tc-wp-content-root .ifg-editorial-wrap .ifg-step-number{
    width: 56px;
    height: 56px;
    border-radius: 18px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .ifg-editorial-wrap .ifg-section{
    padding: 54px 0;
  }.tc-wp-content-root .ifg-editorial-wrap .ifg-container{
    padding: 0 18px;
  }.tc-wp-content-root .ifg-editorial-wrap h2{
    font-size: 29px;
  }.tc-wp-content-root .ifg-editorial-wrap .ifg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .ifg-editorial-wrap .ifg-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ifg-editorial-wrap .ifg-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .ifg-editorial-wrap .ifg-card h3, .tc-wp-content-root .ifg-editorial-wrap .ifg-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .ifg-editorial-wrap .ifg-card p, .tc-wp-content-root .ifg-editorial-wrap .ifg-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .ifg-editorial-wrap .ifg-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ifg-editorial-wrap .ifg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .ifg-editorial-wrap .ifg-step-number{
    width: 60px;
    height: 60px;
    border-radius: 19px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .ifg-editorial-wrap .ifg-section{
    padding: 60px 0;
  }.tc-wp-content-root .ifg-editorial-wrap .ifg-container{
    padding: 0 22px;
  }.tc-wp-content-root .ifg-editorial-wrap h2{
    font-size: 32px;
  }.tc-wp-content-root .ifg-editorial-wrap .ifg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .ifg-editorial-wrap .ifg-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .ifg-editorial-wrap .ifg-card{
    padding: 26px;
  }.tc-wp-content-root .ifg-editorial-wrap .ifg-card h3, .tc-wp-content-root .ifg-editorial-wrap .ifg-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .ifg-editorial-wrap .ifg-card p, .tc-wp-content-root .ifg-editorial-wrap .ifg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .ifg-editorial-wrap .ifg-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .ifg-editorial-wrap .ifg-step-card{
    grid-template-columns: auto 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .ifg-editorial-wrap .ifg-step-number{
    width: 62px;
    height: 62px;
    border-radius: 20px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .ifg-editorial-wrap .ifg-section{
    padding: 76px 0;
  }.tc-wp-content-root .ifg-editorial-wrap .ifg-container{
    padding: 0 32px;
  }.tc-wp-content-root .ifg-editorial-wrap h2{
    font-size: 38px;
  }.tc-wp-content-root .ifg-editorial-wrap .ifg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ifg-editorial-wrap .ifg-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .ifg-editorial-wrap .ifg-card{
    padding: 28px;
  }.tc-wp-content-root .ifg-editorial-wrap .ifg-card h3, .tc-wp-content-root .ifg-editorial-wrap .ifg-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .ifg-editorial-wrap .ifg-card p, .tc-wp-content-root .ifg-editorial-wrap .ifg-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .ifg-editorial-wrap .ifg-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .ifg-editorial-wrap .ifg-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .ifg-editorial-wrap .ifg-step-number{
    width: 68px;
    height: 68px;
    font-size: 19px;
  }}@media (min-width: 1024px){.tc-wp-content-root .ifg-editorial-wrap .ifg-section{
    padding: 92px 0;
  }.tc-wp-content-root .ifg-editorial-wrap .ifg-container{
    padding: 0 32px;
  }.tc-wp-content-root .ifg-editorial-wrap h2{
    font-size: 44px;
  }.tc-wp-content-root .ifg-editorial-wrap .ifg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .ifg-editorial-wrap .ifg-card-grid{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .ifg-editorial-wrap .ifg-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ifg-editorial-wrap .ifg-card{
    padding: 30px;
  }.tc-wp-content-root .ifg-editorial-wrap .ifg-card h3, .tc-wp-content-root .ifg-editorial-wrap .ifg-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .ifg-editorial-wrap .ifg-card p, .tc-wp-content-root .ifg-editorial-wrap .ifg-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .ifg-editorial-wrap .ifg-steps{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .ifg-editorial-wrap .ifg-step-card{
    gap: 28px;
    padding: 34px;
  }}.wpc-scope-584 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .ifg-feature-card{}.wpc-scope-584 .tc-wp-content-root .ifg-trust-grid{}