@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-628 .tc-wp-content-root img, .wpc-scope-628 .tc-wp-content-root video, .wpc-scope-628 .tc-wp-content-root svg, .wpc-scope-628 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-628 .tc-wp-content-root .wfg-editorial-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.wpc-scope-628 .tc-wp-content-root .wfg-editorial-content .wfg-section{
  position: relative;
}.wpc-scope-628 .tc-wp-content-root .wfg-editorial-content .wfg-section-white{
  background: #ffffff;
}.wpc-scope-628 .tc-wp-content-root .wfg-editorial-content .wfg-section-soft{
  background: #f7f9fc;
}.wpc-scope-628 .tc-wp-content-root .wfg-editorial-content .wfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-628 .tc-wp-content-root .wfg-editorial-content .wfg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-628 .tc-wp-content-root .wfg-editorial-content .wfg-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 7px 14px;
  border: 1px solid rgba(98, 84, 243, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(98, 84, 243, 0.1), rgba(0, 188, 212, 0.1));
  color: #4f46e5;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.wpc-scope-628 .tc-wp-content-root .wfg-editorial-content .wfg-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6658f6, #00bcd4);
  box-shadow: 0 0 18px rgba(0, 188, 212, 0.45);
}.wpc-scope-628 .tc-wp-content-root .wfg-editorial-content h2, .wpc-scope-628 .tc-wp-content-root .wfg-editorial-content h3, .wpc-scope-628 .tc-wp-content-root .wfg-editorial-content p{
  margin: 0;
}.wpc-scope-628 .tc-wp-content-root .wfg-editorial-content h2{
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-628 .tc-wp-content-root .wfg-editorial-content .wfg-section-head p{
  margin-top: 14px;
  color: #5b6475;
  font-weight: 450;
}.wpc-scope-628 .tc-wp-content-root .wfg-editorial-content .wfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-628 .tc-wp-content-root .wfg-editorial-content .wfg-card, .wpc-scope-628 .tc-wp-content-root .wfg-editorial-content .wfg-benefit-card, .wpc-scope-628 .tc-wp-content-root .wfg-editorial-content .wfg-step-card{
  position: relative;
  border: 1px solid rgba(132, 146, 166, 0.22);
  box-shadow: 0 18px 50px rgba(18, 32, 64, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-628 .tc-wp-content-root .wfg-editorial-content .wfg-card{
  height: 100%;
  overflow: hidden;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}.wpc-scope-628 .tc-wp-content-root .wfg-editorial-content .wfg-card::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(98, 84, 243, 0.1), rgba(0, 188, 212, 0.08));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}.wpc-scope-628 .tc-wp-content-root .wfg-editorial-content .wfg-card:hover, .wpc-scope-628 .tc-wp-content-root .wfg-editorial-content .wfg-benefit-card:hover, .wpc-scope-628 .tc-wp-content-root .wfg-editorial-content .wfg-step-card:hover{
  transform: translateY(-6px);
  border-color: rgba(98, 84, 243, 0.34);
  box-shadow: 0 24px 70px rgba(18, 32, 64, 0.13);
}.wpc-scope-628 .tc-wp-content-root .wfg-editorial-content .wfg-card:hover::after{
  opacity: 1;
}.wpc-scope-628 .tc-wp-content-root .wfg-editorial-content .wfg-card h3, .wpc-scope-628 .tc-wp-content-root .wfg-editorial-content .wfg-benefit-card h3, .wpc-scope-628 .tc-wp-content-root .wfg-editorial-content .wfg-step-content h3{
  position: relative;
  z-index: 1;
  color: #121a2c;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-628 .tc-wp-content-root .wfg-editorial-content .wfg-card p, .wpc-scope-628 .tc-wp-content-root .wfg-editorial-content .wfg-benefit-card p, .wpc-scope-628 .tc-wp-content-root .wfg-editorial-content .wfg-step-content p{
  position: relative;
  z-index: 1;
  margin-top: 10px;
  color: #5f6878;
  font-weight: 450;
}.wpc-scope-628 .tc-wp-content-root .wfg-editorial-content .wfg-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #6658f6, #00bcd4);
  box-shadow: 0 14px 30px rgba(79, 70, 229, 0.22);
}.wpc-scope-628 .tc-wp-content-root .wfg-editorial-content .wfg-icon::before, .wpc-scope-628 .tc-wp-content-root .wfg-editorial-content .wfg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
  opacity: 0.95;
}.wpc-scope-628 .tc-wp-content-root .wfg-editorial-content .wfg-icon-preview::before{
  width: 22px;
  height: 12px;
  left: 13px;
  top: 18px;
  border: 2px solid #ffffff;
  border-radius: 999px;
  background: transparent;
}.wpc-scope-628 .tc-wp-content-root .wfg-editorial-content .wfg-icon-preview::after{
  width: 6px;
  height: 6px;
  left: 21px;
  top: 21px;
  border-radius: 50%;
}.wpc-scope-628 .tc-wp-content-root .wfg-editorial-content .wfg-icon-copy::before{
  width: 17px;
  height: 21px;
  left: 18px;
  top: 13px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  background: transparent;
}.wpc-scope-628 .tc-wp-content-root .wfg-editorial-content .wfg-icon-copy::after{
  width: 17px;
  height: 21px;
  left: 12px;
  top: 18px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  background: transparent;
  opacity: 0.55;
}.wpc-scope-628 .tc-wp-content-root .wfg-editorial-content .wfg-icon-text::before{
  width: 24px;
  height: 3px;
  left: 12px;
  top: 15px;
  border-radius: 6px;
}.wpc-scope-628 .tc-wp-content-root .wfg-editorial-content .wfg-icon-text::after{
  width: 18px;
  height: 3px;
  left: 15px;
  top: 28px;
  border-radius: 6px;
}.wpc-scope-628 .tc-wp-content-root .wfg-editorial-content .wfg-icon-device::before{
  width: 20px;
  height: 28px;
  left: 14px;
  top: 10px;
  border: 2px solid #ffffff;
  border-radius: 7px;
  background: transparent;
}.wpc-scope-628 .tc-wp-content-root .wfg-editorial-content .wfg-icon-device::after{
  width: 5px;
  height: 5px;
  left: 22px;
  bottom: 13px;
  border-radius: 50%;
}.wpc-scope-628 .tc-wp-content-root .wfg-editorial-content .wfg-icon-brand::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  clip-path: polygon(50% 0, 62% 35%, 100% 35%, 68% 56%, 80% 95%, 50% 70%, 20% 95%, 32% 56%, 0 35%, 38% 35%);
}.wpc-scope-628 .tc-wp-content-root .wfg-editorial-content .wfg-icon-speed::before{
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.wpc-scope-628 .tc-wp-content-root .wfg-editorial-content .wfg-icon-speed::after{
  width: 12px;
  height: 3px;
  left: 24px;
  top: 22px;
  border-radius: 4px;
  transform: rotate(-38deg);
  transform-origin: left center;
}.wpc-scope-628 .tc-wp-content-root .wfg-editorial-content .wfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-628 .tc-wp-content-root .wfg-editorial-content .wfg-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border-radius: 24px;
  background: #ffffff;
}.wpc-scope-628 .tc-wp-content-root .wfg-editorial-content .wfg-step-card::before{
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #6658f6, #00bcd4);
}.wpc-scope-628 .tc-wp-content-root .wfg-editorial-content .wfg-step-number{
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  border-radius: 22px;
  background: linear-gradient(135deg, #6658f6, #00bcd4);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 36px rgba(79, 70, 229, 0.24);
}.wpc-scope-628 .tc-wp-content-root .wfg-editorial-content .wfg-use-card{
  background: #ffffff;
}.wpc-scope-628 .tc-wp-content-root .wfg-editorial-content .wfg-badge{
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(0, 188, 212, 0.1);
  color: #0f7f91;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-628 .tc-wp-content-root .wfg-editorial-content .wfg-benefit-card{
  height: 100%;
  overflow: hidden;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff, #fbfcff);
}.wpc-scope-628 .tc-wp-content-root .wfg-editorial-content .wfg-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #6658f6, #00bcd4);
}.wpc-scope-628 .tc-wp-content-root .wfg-editorial-content .wfg-benefit-mark{
  display: inline-flex;
  position: relative;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: rgba(98, 84, 243, 0.1);
}.wpc-scope-628 .tc-wp-content-root .wfg-editorial-content .wfg-benefit-mark::before{
  content: "";
  position: absolute;
  width: 18px;
  height: 10px;
  left: 11px;
  top: 13px;
  border-left: 3px solid #4f46e5;
  border-bottom: 3px solid #4f46e5;
  transform: rotate(-45deg);
}.wpc-scope-628 .tc-wp-content-root .wfg-editorial-content .wfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.wpc-scope-628 .tc-wp-content-root .wfg-editorial-content .wfg-reveal.wfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .wfg-editorial-content .wfg-section{
    padding: 50px 0;
  }.tc-wp-content-root .wfg-editorial-content .wfg-container{
    padding: 0 16px;
  }.tc-wp-content-root .wfg-editorial-content h2{
    font-size: 27px;
  }.tc-wp-content-root .wfg-editorial-content .wfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .wfg-editorial-content .wfg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .wfg-editorial-content .wfg-card, .tc-wp-content-root .wfg-editorial-content .wfg-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .wfg-editorial-content .wfg-card h3, .tc-wp-content-root .wfg-editorial-content .wfg-benefit-card h3, .tc-wp-content-root .wfg-editorial-content .wfg-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .wfg-editorial-content .wfg-card p, .tc-wp-content-root .wfg-editorial-content .wfg-benefit-card p, .tc-wp-content-root .wfg-editorial-content .wfg-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .wfg-editorial-content .wfg-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .wfg-editorial-content .wfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .wfg-editorial-content .wfg-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .wfg-editorial-content .wfg-section{
    padding: 56px 0;
  }.tc-wp-content-root .wfg-editorial-content .wfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .wfg-editorial-content h2{
    font-size: 30px;
  }.tc-wp-content-root .wfg-editorial-content .wfg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .wfg-editorial-content .wfg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .wfg-editorial-content .wfg-card, .tc-wp-content-root .wfg-editorial-content .wfg-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .wfg-editorial-content .wfg-card h3, .tc-wp-content-root .wfg-editorial-content .wfg-benefit-card h3, .tc-wp-content-root .wfg-editorial-content .wfg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .wfg-editorial-content .wfg-card p, .tc-wp-content-root .wfg-editorial-content .wfg-benefit-card p, .tc-wp-content-root .wfg-editorial-content .wfg-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .wfg-editorial-content .wfg-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .wfg-editorial-content .wfg-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
  }.tc-wp-content-root .wfg-editorial-content .wfg-step-number{
    width: 66px;
    height: 66px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .wfg-editorial-content .wfg-section{
    padding: 62px 0;
  }.tc-wp-content-root .wfg-editorial-content .wfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .wfg-editorial-content h2{
    font-size: 34px;
  }.tc-wp-content-root .wfg-editorial-content .wfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .wfg-editorial-content .wfg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .wfg-editorial-content .wfg-card, .tc-wp-content-root .wfg-editorial-content .wfg-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .wfg-editorial-content .wfg-card h3, .tc-wp-content-root .wfg-editorial-content .wfg-benefit-card h3, .tc-wp-content-root .wfg-editorial-content .wfg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .wfg-editorial-content .wfg-card p, .tc-wp-content-root .wfg-editorial-content .wfg-benefit-card p, .tc-wp-content-root .wfg-editorial-content .wfg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .wfg-editorial-content .wfg-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .wfg-editorial-content .wfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .wfg-editorial-content .wfg-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .wfg-editorial-content .wfg-section{
    padding: 76px 0;
  }.tc-wp-content-root .wfg-editorial-content .wfg-container{
    padding: 0 28px;
  }.tc-wp-content-root .wfg-editorial-content h2{
    font-size: 42px;
  }.tc-wp-content-root .wfg-editorial-content .wfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .wfg-editorial-content .wfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .wfg-editorial-content .wfg-card, .tc-wp-content-root .wfg-editorial-content .wfg-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .wfg-editorial-content .wfg-card h3, .tc-wp-content-root .wfg-editorial-content .wfg-benefit-card h3, .tc-wp-content-root .wfg-editorial-content .wfg-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .wfg-editorial-content .wfg-card p, .tc-wp-content-root .wfg-editorial-content .wfg-benefit-card p, .tc-wp-content-root .wfg-editorial-content .wfg-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .wfg-editorial-content .wfg-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .wfg-editorial-content .wfg-step-card{
    grid-template-columns: auto 1fr;
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .wfg-editorial-content .wfg-step-number{
    width: 72px;
    height: 72px;
    font-size: 21px;
  }}@media (min-width: 1024px){.tc-wp-content-root .wfg-editorial-content .wfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .wfg-editorial-content .wfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .wfg-editorial-content h2{
    font-size: 48px;
  }.tc-wp-content-root .wfg-editorial-content .wfg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .wfg-editorial-content .wfg-grid-three, .tc-wp-content-root .wfg-editorial-content .wfg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .wfg-editorial-content .wfg-grid{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .wfg-editorial-content .wfg-card, .tc-wp-content-root .wfg-editorial-content .wfg-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .wfg-editorial-content .wfg-card h3, .tc-wp-content-root .wfg-editorial-content .wfg-benefit-card h3, .tc-wp-content-root .wfg-editorial-content .wfg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .wfg-editorial-content .wfg-card p, .tc-wp-content-root .wfg-editorial-content .wfg-benefit-card p, .tc-wp-content-root .wfg-editorial-content .wfg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .wfg-editorial-content .wfg-steps{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .wfg-editorial-content .wfg-step-card{
    grid-template-columns: auto 1fr;
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .wfg-editorial-content .wfg-step-number{
    width: 74px;
    height: 74px;
    font-size: 22px;
  }}