@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-98 .tc-wp-content-root img, .wpc-scope-98 .tc-wp-content-root video, .wpc-scope-98 .tc-wp-content-root svg, .wpc-scope-98 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-98 .tc-wp-content-root .sfg-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-98 .tc-wp-content-root .sfg-editorial-wrap .sfg-section{
  position: relative;
}.wpc-scope-98 .tc-wp-content-root .sfg-editorial-wrap .sfg-section-white{
  background: #ffffff;
}.wpc-scope-98 .tc-wp-content-root .sfg-editorial-wrap .sfg-section-soft{
  background: linear-gradient(180deg, #fbfcff 0%, #f6f8fb 100%);
}.wpc-scope-98 .tc-wp-content-root .sfg-editorial-wrap .sfg-container{
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-98 .tc-wp-content-root .sfg-editorial-wrap .sfg-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-98 .tc-wp-content-root .sfg-editorial-wrap .sfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(111, 76, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(111, 76, 255, 0.1), rgba(0, 194, 168, 0.1));
  color: #5a3ff0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.wpc-scope-98 .tc-wp-content-root .sfg-editorial-wrap .sfg-heading h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-98 .tc-wp-content-root .sfg-editorial-wrap .sfg-heading p{
  margin: 16px auto 0;
  color: #5c667a;
  line-height: 1.7;
}.wpc-scope-98 .tc-wp-content-root .sfg-editorial-wrap .sfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-98 .tc-wp-content-root .sfg-editorial-wrap .sfg-card, .wpc-scope-98 .tc-wp-content-root .sfg-editorial-wrap .sfg-trust-card, .wpc-scope-98 .tc-wp-content-root .sfg-editorial-wrap .sfg-step-card{
  position: relative;
  border: 1px solid rgba(23, 32, 51, 0.08);
  box-shadow: 0 18px 48px rgba(19, 28, 45, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-98 .tc-wp-content-root .sfg-editorial-wrap .sfg-card, .wpc-scope-98 .tc-wp-content-root .sfg-editorial-wrap .sfg-trust-card{
  height: 100%;
  border-radius: 24px;
  background: #ffffff;
}.wpc-scope-98 .tc-wp-content-root .sfg-editorial-wrap .sfg-card::before, .wpc-scope-98 .tc-wp-content-root .sfg-editorial-wrap .sfg-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border-top: 3px solid transparent;
  background: linear-gradient(90deg, #6f4cff, #00c2a8) border-box;
  mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}.wpc-scope-98 .tc-wp-content-root .sfg-editorial-wrap .sfg-card:hover, .wpc-scope-98 .tc-wp-content-root .sfg-editorial-wrap .sfg-trust-card:hover, .wpc-scope-98 .tc-wp-content-root .sfg-editorial-wrap .sfg-step-card:hover{
  transform: translateY(-6px);
  border-color: rgba(111, 76, 255, 0.2);
  box-shadow: 0 24px 60px rgba(19, 28, 45, 0.12);
}.wpc-scope-98 .tc-wp-content-root .sfg-editorial-wrap .sfg-card:hover::before, .wpc-scope-98 .tc-wp-content-root .sfg-editorial-wrap .sfg-trust-card:hover::before{
  opacity: 1;
}.wpc-scope-98 .tc-wp-content-root .sfg-editorial-wrap .sfg-card h3, .wpc-scope-98 .tc-wp-content-root .sfg-editorial-wrap .sfg-trust-card h3, .wpc-scope-98 .tc-wp-content-root .sfg-editorial-wrap .sfg-step-card h3{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-98 .tc-wp-content-root .sfg-editorial-wrap .sfg-card p, .wpc-scope-98 .tc-wp-content-root .sfg-editorial-wrap .sfg-trust-card p, .wpc-scope-98 .tc-wp-content-root .sfg-editorial-wrap .sfg-step-card p{
  margin: 10px 0 0;
  color: #5c667a;
  line-height: 1.68;
}.wpc-scope-98 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon{
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(111, 76, 255, 0.13), rgba(0, 194, 168, 0.13));
  position: relative;
}.wpc-scope-98 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon::before, .wpc-scope-98 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon::after{
  content: "";
  position: absolute;
  background: linear-gradient(135deg, #6f4cff, #00c2a8);
}.wpc-scope-98 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-preview::before{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border-radius: 999px;
}.wpc-scope-98 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-preview::after{
  width: 8px;
  height: 8px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #ffffff;
}.wpc-scope-98 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-copy::before{
  width: 17px;
  height: 20px;
  left: 18px;
  top: 12px;
  border-radius: 5px;
}.wpc-scope-98 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-copy::after{
  width: 17px;
  height: 20px;
  left: 11px;
  top: 17px;
  border-radius: 5px;
  opacity: 0.55;
}.wpc-scope-98 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-spark::before, .wpc-scope-98 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-brand::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  clip-path: polygon(50% 0%, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0% 50%, 38% 36%);
}.wpc-scope-98 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-clean::before{
  width: 24px;
  height: 4px;
  left: 11px;
  top: 15px;
  border-radius: 999px;
  box-shadow: 0 8px 0 rgba(111, 76, 255, 0.65), 0 16px 0 rgba(0, 194, 168, 0.75);
}.wpc-scope-98 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-device::before{
  width: 18px;
  height: 26px;
  left: 14px;
  top: 10px;
  border-radius: 6px;
}.wpc-scope-98 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-device::after{
  width: 5px;
  height: 5px;
  left: 21px;
  top: 29px;
  border-radius: 50%;
  background: #ffffff;
}.wpc-scope-98 .tc-wp-content-root .sfg-editorial-wrap .sfg-badge{
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f1efff;
  color: #5a3ff0;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-98 .tc-wp-content-root .sfg-editorial-wrap .sfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-98 .tc-wp-content-root .sfg-editorial-wrap .sfg-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 26px;
  background: linear-gradient(135deg, #ffffff 0%, #fbfcff 100%);
}.wpc-scope-98 .tc-wp-content-root .sfg-editorial-wrap .sfg-step-card::after{
  content: "";
  position: absolute;
  left: 36px;
  top: 100%;
  width: 2px;
  height: 22px;
  background: linear-gradient(180deg, rgba(111, 76, 255, 0.36), rgba(0, 194, 168, 0.08));
}.wpc-scope-98 .tc-wp-content-root .sfg-editorial-wrap .sfg-step-card:last-child::after{
  display: none;
}.wpc-scope-98 .tc-wp-content-root .sfg-editorial-wrap .sfg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #6f4cff, #00c2a8);
  color: #ffffff;
  font-weight: 850;
  box-shadow: 0 14px 30px rgba(111, 76, 255, 0.22);
}.wpc-scope-98 .tc-wp-content-root .sfg-editorial-wrap .sfg-trust-card{
  text-align: center;
}.wpc-scope-98 .tc-wp-content-root .sfg-editorial-wrap .sfg-trust-mark{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #6f4cff, #00c2a8);
  color: #ffffff;
  font-weight: 850;
  box-shadow: 0 14px 30px rgba(0, 194, 168, 0.2);
}.wpc-scope-98 .tc-wp-content-root .sfg-editorial-wrap .sfg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-98 .tc-wp-content-root .sfg-editorial-wrap .sfg-reveal.sfg-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 620ms ease, transform 620ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .sfg-editorial-wrap .sfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-heading h2{
    font-size: 26px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-heading p{
    font-size: 15px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card, .tc-wp-content-root .sfg-editorial-wrap .sfg-trust-card{
    padding: 22px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card h3, .tc-wp-content-root .sfg-editorial-wrap .sfg-trust-card h3, .tc-wp-content-root .sfg-editorial-wrap .sfg-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card p, .tc-wp-content-root .sfg-editorial-wrap .sfg-trust-card p, .tc-wp-content-root .sfg-editorial-wrap .sfg-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-steps{
    gap: 18px;
    margin-top: 28px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-card::after{
    display: none;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-number, .tc-wp-content-root .sfg-editorial-wrap .sfg-trust-mark{
    width: 54px;
    height: 54px;
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .sfg-editorial-wrap .sfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-heading h2{
    font-size: 29px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card, .tc-wp-content-root .sfg-editorial-wrap .sfg-trust-card{
    padding: 24px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card h3, .tc-wp-content-root .sfg-editorial-wrap .sfg-trust-card h3, .tc-wp-content-root .sfg-editorial-wrap .sfg-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card p, .tc-wp-content-root .sfg-editorial-wrap .sfg-trust-card p, .tc-wp-content-root .sfg-editorial-wrap .sfg-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-card::after{
    display: none;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-number, .tc-wp-content-root .sfg-editorial-wrap .sfg-trust-mark{
    width: 56px;
    height: 56px;
    font-size: 14px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .sfg-editorial-wrap .sfg-section{
    padding: 66px 0;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-heading h2{
    font-size: 32px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-heading p{
    font-size: 16px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card, .tc-wp-content-root .sfg-editorial-wrap .sfg-trust-card{
    padding: 26px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card h3, .tc-wp-content-root .sfg-editorial-wrap .sfg-trust-card h3, .tc-wp-content-root .sfg-editorial-wrap .sfg-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card p, .tc-wp-content-root .sfg-editorial-wrap .sfg-trust-card p, .tc-wp-content-root .sfg-editorial-wrap .sfg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-card::after{
    display: none;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-number, .tc-wp-content-root .sfg-editorial-wrap .sfg-trust-mark{
    width: 58px;
    height: 58px;
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .sfg-editorial-wrap .sfg-section{
    padding: 82px 0;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-container{
    padding: 0 28px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-heading p{
    font-size: 17px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card, .tc-wp-content-root .sfg-editorial-wrap .sfg-trust-card{
    padding: 28px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card h3, .tc-wp-content-root .sfg-editorial-wrap .sfg-trust-card h3, .tc-wp-content-root .sfg-editorial-wrap .sfg-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card p, .tc-wp-content-root .sfg-editorial-wrap .sfg-trust-card p, .tc-wp-content-root .sfg-editorial-wrap .sfg-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-number, .tc-wp-content-root .sfg-editorial-wrap .sfg-trust-mark{
    width: 62px;
    height: 62px;
    font-size: 15px;
  }}@media (min-width: 1024px){.tc-wp-content-root .sfg-editorial-wrap .sfg-section{
    padding: 96px 0;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-heading h2{
    font-size: 48px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-heading p{
    font-size: 18px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-grid-three, .tc-wp-content-root .sfg-editorial-wrap .sfg-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card, .tc-wp-content-root .sfg-editorial-wrap .sfg-trust-card{
    padding: 32px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card h3, .tc-wp-content-root .sfg-editorial-wrap .sfg-trust-card h3, .tc-wp-content-root .sfg-editorial-wrap .sfg-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card p, .tc-wp-content-root .sfg-editorial-wrap .sfg-trust-card p, .tc-wp-content-root .sfg-editorial-wrap .sfg-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-card{
    gap: 26px;
    padding: 34px 38px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-number, .tc-wp-content-root .sfg-editorial-wrap .sfg-trust-mark{
    width: 66px;
    height: 66px;
    font-size: 16px;
  }}.wpc-scope-98 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .sfg-step-content{}