@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-310 .tc-wp-content-root img, .wpc-scope-310 .tc-wp-content-root video, .wpc-scope-310 .tc-wp-content-root svg, .wpc-scope-310 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap, .wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap div, .wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap section, .wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap article{
  box-sizing: border-box;
}.wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap .cfg-section{
  position: relative;
}.wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap .cfg-section-white{
  background: #ffffff;
}.wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap .cfg-section-soft{
  background: linear-gradient(180deg, #fbfbff 0%, #f6f8fc 100%);
}.wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap .cfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap .cfg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap .cfg-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(105, 77, 255, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(105, 77, 255, 0.09), rgba(0, 194, 203, 0.09));
  color: #5a42d6;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: 0;
}.wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap .cfg-kicker::before{
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, #6d5dfc, #00c2cb);
  box-shadow: 0 0 0 5px rgba(105, 77, 255, 0.1);
}.wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap .cfg-section h2{
  margin: 0;
  color: #121827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap .cfg-section-head p{
  margin: 16px auto 0;
  color: #5f6b80;
  line-height: 1.72;
}.wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap .cfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap .cfg-card, .wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap .cfg-benefit-card, .wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card{
  position: relative;
  border: 1px solid rgba(24, 32, 51, 0.08);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 48px rgba(26, 34, 55, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap .cfg-card{
  min-width: 0;
  height: 100%;
  border-radius: 22px;
}.wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap .cfg-card::after, .wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap .cfg-benefit-card::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(109, 93, 252, 0.12), rgba(0, 194, 203, 0.08));
  opacity: 0;
  transition: opacity 240ms ease;
}.wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap .cfg-card:hover, .wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap .cfg-benefit-card:hover, .wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(105, 77, 255, 0.26);
  box-shadow: 0 24px 70px rgba(26, 34, 55, 0.12);
}.wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap .cfg-card:hover::after, .wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap .cfg-benefit-card:hover::after{
  opacity: 1;
}.wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon{
  display: inline-flex;
  position: relative;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  border-radius: 16px;
  background: linear-gradient(135deg, #6d5dfc, #00c2cb);
  box-shadow: 0 12px 26px rgba(77, 92, 230, 0.24);
}.wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon::before, .wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon::after{
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
}.wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon-preview::before{
  width: 24px;
  height: 24px;
  inset: 12px;
  background: transparent;
  border: 3px solid rgba(255, 255, 255, 0.92);
}.wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon-preview::after{
  width: 8px;
  height: 8px;
  right: 12px;
  bottom: 12px;
}.wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon-copy::before{
  width: 18px;
  height: 22px;
  left: 13px;
  top: 10px;
  border-radius: 6px;
}.wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon-copy::after{
  width: 18px;
  height: 22px;
  right: 12px;
  bottom: 10px;
  border-radius: 6px;
  opacity: 0.72;
}.wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon-spark::before{
  width: 6px;
  height: 28px;
  left: 21px;
  top: 10px;
}.wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon-spark::after{
  width: 28px;
  height: 6px;
  left: 10px;
  top: 21px;
}.wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon-clean::before{
  width: 26px;
  height: 26px;
  left: 11px;
  top: 11px;
  background: transparent;
  border: 3px solid rgba(255, 255, 255, 0.92);
}.wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon-clean::after{
  width: 12px;
  height: 3px;
  left: 18px;
  top: 23px;
}.wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon-fast::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  clip-path: polygon(45% 0, 100% 0, 65% 42%, 100% 42%, 35% 100%, 52% 55%, 14% 55%);
}.wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon-fast::after{
  display: none;
}.wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon-flex::before{
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  background: transparent;
  border: 3px solid rgba(255, 255, 255, 0.92);
}.wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon-flex::after{
  width: 8px;
  height: 8px;
  left: 20px;
  top: 20px;
}.wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap .cfg-card h3, .wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap .cfg-benefit-card h3, .wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #151d2f;
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: 0;
}.wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap .cfg-card p, .wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap .cfg-benefit-card p, .wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card p{
  position: relative;
  z-index: 1;
  margin: 12px 0 0;
  color: #647086;
  line-height: 1.68;
}.wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap .cfg-steps{
  display: grid;
}.wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(109, 93, 252, 0.08), rgba(0, 194, 203, 0.04)),
    #ffffff;
}.wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card::before{
  content: "";
  position: absolute;
  left: 35px;
  top: -18px;
  bottom: -18px;
  width: 2px;
  background: linear-gradient(180deg, rgba(109, 93, 252, 0), rgba(109, 93, 252, 0.26), rgba(0, 194, 203, 0));
}.wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card:first-child::before{
  top: 50%;
}.wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card:last-child::before{
  bottom: 50%;
}.wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap .cfg-step-number{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  border-radius: 22px;
  background: linear-gradient(135deg, #6d5dfc, #00c2cb);
  color: #ffffff;
  font-size: 20px;
  font-weight: 850;
  box-shadow: 0 16px 34px rgba(77, 92, 230, 0.24);
}.wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap .cfg-step-content{
  position: relative;
  z-index: 1;
  min-width: 0;
}.wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap .cfg-use-card{
  overflow: hidden;
}.wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap .cfg-badge{
  display: inline-flex;
  margin-bottom: 20px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(0, 194, 203, 0.1);
  color: #087b83;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap .cfg-benefit-card{
  height: 100%;
  min-width: 0;
  border-radius: 22px;
  overflow: hidden;
}.wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap .cfg-benefit-mark{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(109, 93, 252, 0.14), rgba(0, 194, 203, 0.14));
  position: relative;
}.wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap .cfg-benefit-mark::before{
  content: "";
  position: absolute;
  width: 18px;
  height: 9px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #5d52e8;
  border-bottom: 3px solid #5d52e8;
  transform: rotate(-45deg);
}.wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap .cfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.wpc-scope-310 .tc-wp-content-root .cfg-editorial-wrap .cfg-reveal.cfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .cfg-editorial-wrap .cfg-section{
    padding: 52px 0;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-section h2{
    font-size: 26px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card, .tc-wp-content-root .cfg-editorial-wrap .cfg-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card h3, .tc-wp-content-root .cfg-editorial-wrap .cfg-benefit-card h3, .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card p, .tc-wp-content-root .cfg-editorial-wrap .cfg-benefit-card p, .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-card::before{
    display: none;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .cfg-editorial-wrap .cfg-section{
    padding: 58px 0;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-section h2{
    font-size: 29px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card, .tc-wp-content-root .cfg-editorial-wrap .cfg-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card h3, .tc-wp-content-root .cfg-editorial-wrap .cfg-benefit-card h3, .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card p, .tc-wp-content-root .cfg-editorial-wrap .cfg-benefit-card p, .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-card::before{
    display: none;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .cfg-editorial-wrap .cfg-section{
    padding: 64px 0;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-section h2{
    font-size: 32px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card, .tc-wp-content-root .cfg-editorial-wrap .cfg-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card h3, .tc-wp-content-root .cfg-editorial-wrap .cfg-benefit-card h3, .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card p, .tc-wp-content-root .cfg-editorial-wrap .cfg-benefit-card p, .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-card::before{
    display: none;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .cfg-editorial-wrap .cfg-section{
    padding: 78px 0;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-container{
    padding: 0 30px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-section h2{
    font-size: 40px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card, .tc-wp-content-root .cfg-editorial-wrap .cfg-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card h3, .tc-wp-content-root .cfg-editorial-wrap .cfg-benefit-card h3, .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card p, .tc-wp-content-root .cfg-editorial-wrap .cfg-benefit-card p, .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-card{
    gap: 24px;
    padding: 28px;
  }}@media (min-width: 1024px){.tc-wp-content-root .cfg-editorial-wrap .cfg-section{
    padding: 96px 0;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-section h2{
    font-size: 46px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card, .tc-wp-content-root .cfg-editorial-wrap .cfg-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card h3, .tc-wp-content-root .cfg-editorial-wrap .cfg-benefit-card h3, .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card p, .tc-wp-content-root .cfg-editorial-wrap .cfg-benefit-card p, .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-steps{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-card{
    gap: 28px;
    padding: 32px;
  }}.wpc-scope-310 .tc-wp-content-root .cfg-grid-3{}