@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-393 .tc-wp-content-root img, .wpc-scope-393 .tc-wp-content-root video, .wpc-scope-393 .tc-wp-content-root svg, .wpc-scope-393 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-393 .tc-wp-content-root .stg-editorial-wrap{
  width: 100%;
  overflow: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.wpc-scope-393 .tc-wp-content-root .stg-editorial-wrap, .wpc-scope-393 .tc-wp-content-root .stg-editorial-wrap section, .wpc-scope-393 .tc-wp-content-root .stg-editorial-wrap div, .wpc-scope-393 .tc-wp-content-root .stg-editorial-wrap article{
  box-sizing: border-box;
}.wpc-scope-393 .tc-wp-content-root .stg-editorial-wrap .stg-section{
  position: relative;
}.wpc-scope-393 .tc-wp-content-root .stg-editorial-wrap .stg-section-white{
  background: #ffffff;
}.wpc-scope-393 .tc-wp-content-root .stg-editorial-wrap .stg-section-soft{
  background: linear-gradient(180deg, #fbfcff 0%, #f6f8fb 100%);
}.wpc-scope-393 .tc-wp-content-root .stg-editorial-wrap .stg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-393 .tc-wp-content-root .stg-editorial-wrap .stg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-393 .tc-wp-content-root .stg-editorial-wrap .stg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin-bottom: 14px;
  padding: 7px 14px;
  border: 1px solid rgba(125, 82, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(125, 82, 255, 0.1), rgba(0, 194, 168, 0.1));
  color: #6043d8;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}.wpc-scope-393 .tc-wp-content-root .stg-editorial-wrap .stg-section-head h2{
  margin: 0;
  color: #101828;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}.wpc-scope-393 .tc-wp-content-root .stg-editorial-wrap .stg-section-head p{
  margin: 16px auto 0;
  color: #5a6475;
  line-height: 1.72;
}.wpc-scope-393 .tc-wp-content-root .stg-editorial-wrap .stg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-393 .tc-wp-content-root .stg-editorial-wrap .stg-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 45px rgba(16, 24, 40, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-393 .tc-wp-content-root .stg-editorial-wrap .stg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(125, 82, 255, 0.45), rgba(0, 194, 168, 0.28), rgba(255, 183, 77, 0.22));
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}.wpc-scope-393 .tc-wp-content-root .stg-editorial-wrap .stg-card:hover{
  transform: translateY(-6px);
  border-color: rgba(125, 82, 255, 0.2);
  box-shadow: 0 24px 60px rgba(16, 24, 40, 0.12);
}.wpc-scope-393 .tc-wp-content-root .stg-editorial-wrap .stg-card:hover::before{
  opacity: 1;
}.wpc-scope-393 .tc-wp-content-root .stg-editorial-wrap .stg-card h3{
  margin: 0;
  color: #151c2f;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-393 .tc-wp-content-root .stg-editorial-wrap .stg-card p{
  margin: 12px 0 0;
  color: #667085;
  line-height: 1.7;
}.wpc-scope-393 .tc-wp-content-root .stg-editorial-wrap .stg-icon{
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #7d52ff 0%, #00c2a8 100%);
  box-shadow: 0 12px 24px rgba(125, 82, 255, 0.22);
  transition: transform 260ms ease;
}.wpc-scope-393 .tc-wp-content-root .stg-editorial-wrap .stg-card:hover .stg-icon{
  transform: translateY(-2px) rotate(-2deg);
}.wpc-scope-393 .tc-wp-content-root .stg-editorial-wrap .stg-icon::before, .wpc-scope-393 .tc-wp-content-root .stg-editorial-wrap .stg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-393 .tc-wp-content-root .stg-editorial-wrap .stg-icon-spark::before{
  width: 16px;
  height: 16px;
  left: 14px;
  top: 14px;
  clip-path: polygon(50% 0, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0 50%, 38% 36%);
}.wpc-scope-393 .tc-wp-content-root .stg-editorial-wrap .stg-icon-copy::before{
  width: 15px;
  height: 18px;
  left: 17px;
  top: 12px;
  border-radius: 4px;
}.wpc-scope-393 .tc-wp-content-root .stg-editorial-wrap .stg-icon-copy::after{
  width: 15px;
  height: 18px;
  left: 12px;
  top: 17px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-393 .tc-wp-content-root .stg-editorial-wrap .stg-icon-type::before{
  width: 22px;
  height: 4px;
  left: 11px;
  top: 13px;
  border-radius: 4px;
}.wpc-scope-393 .tc-wp-content-root .stg-editorial-wrap .stg-icon-type::after{
  width: 6px;
  height: 19px;
  left: 19px;
  top: 13px;
  border-radius: 4px;
}.wpc-scope-393 .tc-wp-content-root .stg-editorial-wrap .stg-icon-speed::before{
  width: 21px;
  height: 21px;
  left: 12px;
  top: 12px;
  border: 3px solid #ffffff;
  border-top-color: transparent;
  border-radius: 50%;
  background: transparent;
}.wpc-scope-393 .tc-wp-content-root .stg-editorial-wrap .stg-icon-speed::after{
  width: 11px;
  height: 3px;
  left: 22px;
  top: 20px;
  border-radius: 4px;
  transform: rotate(-28deg);
}.wpc-scope-393 .tc-wp-content-root .stg-editorial-wrap .stg-icon-clean::before{
  width: 20px;
  height: 14px;
  left: 12px;
  top: 17px;
  border: 3px solid #ffffff;
  border-top: 0;
  border-right: 0;
  background: transparent;
  transform: rotate(-45deg);
}.wpc-scope-393 .tc-wp-content-root .stg-editorial-wrap .stg-icon-global::before{
  width: 22px;
  height: 22px;
  left: 11px;
  top: 11px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.wpc-scope-393 .tc-wp-content-root .stg-editorial-wrap .stg-icon-global::after{
  width: 3px;
  height: 22px;
  left: 21px;
  top: 11px;
  border-radius: 4px;
}.wpc-scope-393 .tc-wp-content-root .stg-editorial-wrap .stg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-393 .tc-wp-content-root .stg-editorial-wrap .stg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 20px;
  background: linear-gradient(135deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 20px 50px rgba(16, 24, 40, 0.08);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease;
}.wpc-scope-393 .tc-wp-content-root .stg-editorial-wrap .stg-step-card::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, #7d52ff, #00c2a8);
}.wpc-scope-393 .tc-wp-content-root .stg-editorial-wrap .stg-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 26px 62px rgba(16, 24, 40, 0.12);
}.wpc-scope-393 .tc-wp-content-root .stg-editorial-wrap .stg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  border-radius: 18px;
  background: linear-gradient(135deg, #7d52ff 0%, #00c2a8 100%);
  box-shadow: 0 16px 32px rgba(125, 82, 255, 0.22);
}.wpc-scope-393 .tc-wp-content-root .stg-editorial-wrap .stg-step-content h3{
  margin: 0;
  color: #151c2f;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-393 .tc-wp-content-root .stg-editorial-wrap .stg-step-content p{
  margin: 10px 0 0;
  color: #667085;
  line-height: 1.7;
}.wpc-scope-393 .tc-wp-content-root .stg-editorial-wrap .stg-use-card{
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}.wpc-scope-393 .tc-wp-content-root .stg-editorial-wrap .stg-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  margin-bottom: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(0, 194, 168, 0.1);
  color: #087c70;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-393 .tc-wp-content-root .stg-editorial-wrap .stg-benefit-card{
  background: #ffffff;
}.wpc-scope-393 .tc-wp-content-root .stg-editorial-wrap .stg-icon-free::before{
  width: 20px;
  height: 20px;
  left: 12px;
  top: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.wpc-scope-393 .tc-wp-content-root .stg-editorial-wrap .stg-icon-free::after{
  width: 4px;
  height: 14px;
  left: 20px;
  top: 15px;
  border-radius: 4px;
}.wpc-scope-393 .tc-wp-content-root .stg-editorial-wrap .stg-icon-mobile::before{
  width: 16px;
  height: 24px;
  left: 14px;
  top: 10px;
  border: 3px solid #ffffff;
  border-radius: 5px;
  background: transparent;
}.wpc-scope-393 .tc-wp-content-root .stg-editorial-wrap .stg-icon-mobile::after{
  width: 5px;
  height: 3px;
  left: 20px;
  top: 28px;
  border-radius: 4px;
}.wpc-scope-393 .tc-wp-content-root .stg-editorial-wrap .stg-icon-private::before{
  width: 20px;
  height: 15px;
  left: 12px;
  top: 19px;
  border-radius: 5px;
}.wpc-scope-393 .tc-wp-content-root .stg-editorial-wrap .stg-icon-private::after{
  width: 14px;
  height: 12px;
  left: 15px;
  top: 10px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 9px 9px 0 0;
  background: transparent;
}.wpc-scope-393 .tc-wp-content-root .stg-editorial-wrap .stg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}.wpc-scope-393 .tc-wp-content-root .stg-editorial-wrap .stg-reveal.stg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .stg-editorial-wrap .stg-section{
    padding: 48px 0;
  }.tc-wp-content-root .stg-editorial-wrap .stg-container{
    padding: 0 14px;
  }.tc-wp-content-root .stg-editorial-wrap .stg-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .stg-editorial-wrap .stg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .stg-editorial-wrap .stg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .stg-editorial-wrap .stg-card{
    padding: 22px;
    border-radius: 16px;
  }.tc-wp-content-root .stg-editorial-wrap .stg-card h3, .tc-wp-content-root .stg-editorial-wrap .stg-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .stg-editorial-wrap .stg-card p, .tc-wp-content-root .stg-editorial-wrap .stg-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .stg-editorial-wrap .stg-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .stg-editorial-wrap .stg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 22px 24px 24px;
  }.tc-wp-content-root .stg-editorial-wrap .stg-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .stg-editorial-wrap .stg-section{
    padding: 54px 0;
  }.tc-wp-content-root .stg-editorial-wrap .stg-container{
    padding: 0 18px;
  }.tc-wp-content-root .stg-editorial-wrap .stg-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .stg-editorial-wrap .stg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .stg-editorial-wrap .stg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .stg-editorial-wrap .stg-card{
    padding: 24px;
    border-radius: 17px;
  }.tc-wp-content-root .stg-editorial-wrap .stg-card h3, .tc-wp-content-root .stg-editorial-wrap .stg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .stg-editorial-wrap .stg-card p, .tc-wp-content-root .stg-editorial-wrap .stg-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .stg-editorial-wrap .stg-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .stg-editorial-wrap .stg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 24px 26px 26px;
  }.tc-wp-content-root .stg-editorial-wrap .stg-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .stg-editorial-wrap .stg-section{
    padding: 62px 0;
  }.tc-wp-content-root .stg-editorial-wrap .stg-container{
    padding: 0 22px;
  }.tc-wp-content-root .stg-editorial-wrap .stg-section-head h2{
    font-size: 33px;
  }.tc-wp-content-root .stg-editorial-wrap .stg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .stg-editorial-wrap .stg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .stg-editorial-wrap .stg-card{
    padding: 26px;
  }.tc-wp-content-root .stg-editorial-wrap .stg-card h3, .tc-wp-content-root .stg-editorial-wrap .stg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .stg-editorial-wrap .stg-card p, .tc-wp-content-root .stg-editorial-wrap .stg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .stg-editorial-wrap .stg-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .stg-editorial-wrap .stg-step-card{
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 28px 26px 28px 28px;
  }.tc-wp-content-root .stg-editorial-wrap .stg-step-number{
    width: 60px;
    height: 60px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .stg-editorial-wrap .stg-section{
    padding: 74px 0;
  }.tc-wp-content-root .stg-editorial-wrap .stg-container{
    padding: 0 32px;
  }.tc-wp-content-root .stg-editorial-wrap .stg-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .stg-editorial-wrap .stg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .stg-editorial-wrap .stg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .stg-editorial-wrap .stg-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .stg-editorial-wrap .stg-card{
    padding: 28px;
  }.tc-wp-content-root .stg-editorial-wrap .stg-card h3, .tc-wp-content-root .stg-editorial-wrap .stg-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .stg-editorial-wrap .stg-card p, .tc-wp-content-root .stg-editorial-wrap .stg-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .stg-editorial-wrap .stg-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .stg-editorial-wrap .stg-step-card{
    gap: 24px;
    padding: 30px 32px;
  }.tc-wp-content-root .stg-editorial-wrap .stg-step-number{
    width: 66px;
    height: 66px;
    font-size: 20px;
  }}@media (min-width: 1024px){.tc-wp-content-root .stg-editorial-wrap .stg-section{
    padding: 88px 0;
  }.tc-wp-content-root .stg-editorial-wrap .stg-container{
    padding: 0 34px;
  }.tc-wp-content-root .stg-editorial-wrap .stg-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .stg-editorial-wrap .stg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .stg-editorial-wrap .stg-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .stg-editorial-wrap .stg-grid{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .stg-editorial-wrap .stg-card{
    padding: 30px;
  }.tc-wp-content-root .stg-editorial-wrap .stg-card h3, .tc-wp-content-root .stg-editorial-wrap .stg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .stg-editorial-wrap .stg-card p, .tc-wp-content-root .stg-editorial-wrap .stg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .stg-editorial-wrap .stg-steps{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .stg-editorial-wrap .stg-step-card{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .stg-editorial-wrap .stg-step-number{
    width: 72px;
    height: 72px;
    font-size: 22px;
  }}