@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-190 .tc-wp-content-root img, .wpc-scope-190 .tc-wp-content-root video, .wpc-scope-190 .tc-wp-content-root svg, .wpc-scope-190 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-190 .tc-wp-content-root .ufg-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  --ufg-bg: #ffffff;
  --ufg-soft: #f7f8fb;
  --ufg-text: #172033;
  --ufg-muted: #5d687a;
  --ufg-border: rgba(30, 42, 70, 0.1);
  --ufg-shadow: 0 18px 45px rgba(18, 31, 56, 0.08);
  --ufg-shadow-hover: 0 24px 60px rgba(18, 31, 56, 0.14);
  --ufg-gradient: linear-gradient(135deg, #6c5ce7 0%, #00c2ff 52%, #20d6a4 100%);
  --ufg-radius: 22px;
}.wpc-scope-190 .tc-wp-content-root .ufg-content-wrap, .wpc-scope-190 .tc-wp-content-root .ufg-content-wrap div, .wpc-scope-190 .tc-wp-content-root .ufg-content-wrap section, .wpc-scope-190 .tc-wp-content-root .ufg-content-wrap article{
  box-sizing: border-box;
}.wpc-scope-190 .tc-wp-content-root .ufg-content-wrap .ufg-section{
  position: relative;
  width: 100%;
}.wpc-scope-190 .tc-wp-content-root .ufg-content-wrap .ufg-section-white{
  background: #ffffff;
}.wpc-scope-190 .tc-wp-content-root .ufg-content-wrap .ufg-section-soft{
  background:
    radial-gradient(circle at 12% 18%, rgba(108, 92, 231, 0.08), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(0, 194, 255, 0.08), transparent 28%),
    #f7f8fb;
}.wpc-scope-190 .tc-wp-content-root .ufg-content-wrap .ufg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-190 .tc-wp-content-root .ufg-content-wrap .ufg-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-190 .tc-wp-content-root .ufg-content-wrap .ufg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 8px 14px;
  border: 1px solid rgba(108, 92, 231, 0.18);
  border-radius: 999px;
  background: rgba(108, 92, 231, 0.07);
  color: #5645d8;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: 0;
}.wpc-scope-190 .tc-wp-content-root .ufg-content-wrap .ufg-heading h2{
  margin: 0;
  color: var(--ufg-text);
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-190 .tc-wp-content-root .ufg-content-wrap .ufg-heading p{
  margin: 16px auto 0;
  color: var(--ufg-muted);
  font-weight: 430;
  line-height: 1.72;
}.wpc-scope-190 .tc-wp-content-root .ufg-content-wrap .ufg-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-190 .tc-wp-content-root .ufg-content-wrap .ufg-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--ufg-border);
  border-radius: var(--ufg-radius);
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    var(--ufg-gradient) border-box;
  box-shadow: var(--ufg-shadow);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-190 .tc-wp-content-root .ufg-content-wrap .ufg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(108, 92, 231, 0.08), rgba(0, 194, 255, 0.04), transparent 58%);
  opacity: 0;
  transition: opacity 220ms ease;
}.wpc-scope-190 .tc-wp-content-root .ufg-content-wrap .ufg-card:hover{
  transform: translateY(-6px);
  box-shadow: var(--ufg-shadow-hover);
  border-color: rgba(108, 92, 231, 0.24);
}.wpc-scope-190 .tc-wp-content-root .ufg-content-wrap .ufg-card:hover::before{
  opacity: 1;
}.wpc-scope-190 .tc-wp-content-root .ufg-content-wrap .ufg-card h3, .wpc-scope-190 .tc-wp-content-root .ufg-content-wrap .ufg-step-card h3{
  position: relative;
  margin: 0;
  color: var(--ufg-text);
  font-weight: 780;
  line-height: 1.28;
  letter-spacing: 0;
}.wpc-scope-190 .tc-wp-content-root .ufg-content-wrap .ufg-card p, .wpc-scope-190 .tc-wp-content-root .ufg-content-wrap .ufg-step-card p{
  position: relative;
  margin: 10px 0 0;
  color: var(--ufg-muted);
  font-weight: 420;
  line-height: 1.68;
}.wpc-scope-190 .tc-wp-content-root .ufg-content-wrap .ufg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: var(--ufg-gradient);
  box-shadow: 0 12px 28px rgba(108, 92, 231, 0.22);
  transition: transform 220ms ease;
}.wpc-scope-190 .tc-wp-content-root .ufg-content-wrap .ufg-card:hover .ufg-icon{
  transform: translateY(-3px) rotate(-2deg);
}.wpc-scope-190 .tc-wp-content-root .ufg-content-wrap .ufg-icon::before, .wpc-scope-190 .tc-wp-content-root .ufg-content-wrap .ufg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-190 .tc-wp-content-root .ufg-content-wrap .ufg-icon-preview::before{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border-radius: 10px;
  opacity: 0.95;
}.wpc-scope-190 .tc-wp-content-root .ufg-content-wrap .ufg-icon-preview::after{
  width: 7px;
  height: 7px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #6c5ce7;
}.wpc-scope-190 .tc-wp-content-root .ufg-content-wrap .ufg-icon-copy::before{
  width: 18px;
  height: 20px;
  left: 17px;
  top: 12px;
  border-radius: 4px;
  opacity: 0.9;
}.wpc-scope-190 .tc-wp-content-root .ufg-content-wrap .ufg-icon-copy::after{
  width: 18px;
  height: 20px;
  left: 11px;
  top: 16px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-190 .tc-wp-content-root .ufg-content-wrap .ufg-icon-spark::before{
  width: 6px;
  height: 26px;
  left: 20px;
  top: 10px;
  border-radius: 8px;
}.wpc-scope-190 .tc-wp-content-root .ufg-content-wrap .ufg-icon-spark::after{
  width: 26px;
  height: 6px;
  left: 10px;
  top: 20px;
  border-radius: 8px;
}.wpc-scope-190 .tc-wp-content-root .ufg-content-wrap .ufg-icon-profile::before{
  width: 12px;
  height: 12px;
  left: 17px;
  top: 11px;
  border-radius: 50%;
}.wpc-scope-190 .tc-wp-content-root .ufg-content-wrap .ufg-icon-profile::after{
  width: 24px;
  height: 12px;
  left: 11px;
  top: 26px;
  border-radius: 14px 14px 8px 8px;
}.wpc-scope-190 .tc-wp-content-root .ufg-content-wrap .ufg-icon-fast::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.wpc-scope-190 .tc-wp-content-root .ufg-content-wrap .ufg-icon-fast::after{
  width: 11px;
  height: 3px;
  left: 23px;
  top: 21px;
  border-radius: 6px;
  transform: rotate(28deg);
}.wpc-scope-190 .tc-wp-content-root .ufg-content-wrap .ufg-icon-clean::before{
  width: 24px;
  height: 3px;
  left: 11px;
  top: 15px;
  border-radius: 8px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.wpc-scope-190 .tc-wp-content-root .ufg-content-wrap .ufg-icon-clean::after{
  display: none;
}.wpc-scope-190 .tc-wp-content-root .ufg-content-wrap .ufg-icon-free::before{
  width: 24px;
  height: 18px;
  left: 11px;
  top: 16px;
  border-radius: 6px;
}.wpc-scope-190 .tc-wp-content-root .ufg-content-wrap .ufg-icon-free::after{
  width: 10px;
  height: 10px;
  left: 18px;
  top: 10px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 9px 9px 0 0;
  background: transparent;
}.wpc-scope-190 .tc-wp-content-root .ufg-content-wrap .ufg-icon-mobile::before{
  width: 18px;
  height: 28px;
  left: 14px;
  top: 9px;
  border-radius: 5px;
}.wpc-scope-190 .tc-wp-content-root .ufg-content-wrap .ufg-icon-mobile::after{
  width: 5px;
  height: 5px;
  left: 21px;
  top: 29px;
  border-radius: 50%;
  background: #6c5ce7;
}.wpc-scope-190 .tc-wp-content-root .ufg-content-wrap .ufg-icon-privacy::before{
  width: 24px;
  height: 17px;
  left: 11px;
  top: 19px;
  border-radius: 5px;
}.wpc-scope-190 .tc-wp-content-root .ufg-content-wrap .ufg-icon-privacy::after{
  width: 12px;
  height: 11px;
  left: 17px;
  top: 10px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  background: transparent;
}.wpc-scope-190 .tc-wp-content-root .ufg-content-wrap .ufg-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-190 .tc-wp-content-root .ufg-content-wrap .ufg-step-card{
  position: relative;
  display: grid;
  min-width: 0;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(30, 42, 70, 0.1);
  border-radius: var(--ufg-radius);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 42px rgba(18, 31, 56, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease;
}.wpc-scope-190 .tc-wp-content-root .ufg-content-wrap .ufg-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 5px;
  border-radius: 0 999px 999px 0;
  background: var(--ufg-gradient);
}.wpc-scope-190 .tc-wp-content-root .ufg-content-wrap .ufg-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 22px 54px rgba(18, 31, 56, 0.12);
}.wpc-scope-190 .tc-wp-content-root .ufg-content-wrap .ufg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: var(--ufg-gradient);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 32px rgba(108, 92, 231, 0.24);
}.wpc-scope-190 .tc-wp-content-root .ufg-content-wrap .ufg-badge{
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin: 0 0 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(0, 194, 255, 0.1);
  color: #176f9d;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}.wpc-scope-190 .tc-wp-content-root .ufg-content-wrap .ufg-use-card{
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%) padding-box,
    linear-gradient(135deg, rgba(108, 92, 231, 0.22), rgba(0, 194, 255, 0.24)) border-box;
}.wpc-scope-190 .tc-wp-content-root .ufg-content-wrap .ufg-benefit-card{
  text-align: left;
}.wpc-scope-190 .tc-wp-content-root .ufg-content-wrap .ufg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-190 .tc-wp-content-root .ufg-content-wrap .ufg-reveal.ufg-is-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 220ms ease, border-color 220ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .ufg-content-wrap .ufg-section{
    padding: 46px 0;
  }.tc-wp-content-root .ufg-content-wrap .ufg-container{
    padding: 0 14px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-heading{
    margin-bottom: 26px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-heading h2{
    font-size: 25px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-heading p{
    font-size: 14px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-card h3, .tc-wp-content-root .ufg-content-wrap .ufg-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-card p, .tc-wp-content-root .ufg-content-wrap .ufg-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-step-list{
    gap: 16px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .ufg-content-wrap .ufg-section{
    padding: 54px 0;
  }.tc-wp-content-root .ufg-content-wrap .ufg-container{
    padding: 0 18px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-heading{
    margin-bottom: 30px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-heading h2{
    font-size: 29px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-heading p{
    font-size: 15px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-card{
    padding: 24px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-card h3, .tc-wp-content-root .ufg-content-wrap .ufg-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-card p, .tc-wp-content-root .ufg-content-wrap .ufg-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-step-list{
    gap: 18px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .ufg-content-wrap .ufg-section{
    padding: 62px 0;
  }.tc-wp-content-root .ufg-content-wrap .ufg-container{
    padding: 0 22px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-heading{
    margin-bottom: 34px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-heading h2{
    font-size: 32px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-card{
    padding: 26px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-card h3, .tc-wp-content-root .ufg-content-wrap .ufg-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-card p, .tc-wp-content-root .ufg-content-wrap .ufg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-step-list{
    gap: 20px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .ufg-content-wrap .ufg-section{
    padding: 78px 0;
  }.tc-wp-content-root .ufg-content-wrap .ufg-container{
    padding: 0 32px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-heading{
    margin-bottom: 42px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-heading p{
    font-size: 16.5px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-card{
    padding: 28px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-card h3, .tc-wp-content-root .ufg-content-wrap .ufg-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-card p, .tc-wp-content-root .ufg-content-wrap .ufg-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-step-list{
    gap: 22px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-step-card{
    grid-template-columns: auto 1fr;
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }}@media (min-width: 1024px){.tc-wp-content-root .ufg-content-wrap .ufg-section{
    padding: 96px 0;
  }.tc-wp-content-root .ufg-content-wrap .ufg-container{
    padding: 0 32px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-heading{
    margin-bottom: 48px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-heading p{
    font-size: 17px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-card{
    padding: 30px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-card h3, .tc-wp-content-root .ufg-content-wrap .ufg-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-card p, .tc-wp-content-root .ufg-content-wrap .ufg-step-card p{
    font-size: 15.8px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-step-list{
    gap: 22px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-step-card{
    grid-template-columns: auto 1fr;
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-step-number{
    width: 74px;
    height: 74px;
    font-size: 21px;
  }}.wpc-scope-190 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .ufg-step-copy{}