@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-114 .tc-wp-content-root img, .wpc-scope-114 .tc-wp-content-root video, .wpc-scope-114 .tc-wp-content-root svg, .wpc-scope-114 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-114 .tc-wp-content-root .wfg-editorial-sections{
  width: 100%;
  overflow-x: hidden;
  color: #17131f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  background: #ffffff;
}.wpc-scope-114 .tc-wp-content-root .wfg-editorial-sections, .wpc-scope-114 .tc-wp-content-root .wfg-editorial-sections div, .wpc-scope-114 .tc-wp-content-root .wfg-editorial-sections section, .wpc-scope-114 .tc-wp-content-root .wfg-editorial-sections article{
  box-sizing: border-box;
}.wpc-scope-114 .tc-wp-content-root .wfg-editorial-sections .wfg-section{
  position: relative;
  width: 100%;
}.wpc-scope-114 .tc-wp-content-root .wfg-editorial-sections .wfg-section-white{
  background: #ffffff;
}.wpc-scope-114 .tc-wp-content-root .wfg-editorial-sections .wfg-section-soft{
  background: linear-gradient(180deg, #fbfafc 0%, #f7f4fa 100%);
}.wpc-scope-114 .tc-wp-content-root .wfg-editorial-sections .wfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-114 .tc-wp-content-root .wfg-editorial-sections .wfg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-114 .tc-wp-content-root .wfg-editorial-sections .wfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(139, 46, 246, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(139, 46, 246, 0.1), rgba(234, 54, 126, 0.1));
  color: #7b25d3;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}.wpc-scope-114 .tc-wp-content-root .wfg-editorial-sections .wfg-section-head h2{
  margin: 0;
  color: #17131f;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-114 .tc-wp-content-root .wfg-editorial-sections .wfg-section-head p{
  margin: 16px auto 0;
  max-width: 680px;
  color: #5f586b;
  font-weight: 450;
}.wpc-scope-114 .tc-wp-content-root .wfg-editorial-sections .wfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-114 .tc-wp-content-root .wfg-editorial-sections .wfg-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(42, 33, 56, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(25, 18, 38, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-114 .tc-wp-content-root .wfg-editorial-sections .wfg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(139, 46, 246, 0.18), rgba(234, 54, 126, 0.12));
  opacity: 0;
  transition: opacity 260ms ease;
}.wpc-scope-114 .tc-wp-content-root .wfg-editorial-sections .wfg-card:hover{
  transform: translateY(-6px);
  border-color: rgba(139, 46, 246, 0.28);
  box-shadow: 0 24px 58px rgba(70, 35, 118, 0.14);
}.wpc-scope-114 .tc-wp-content-root .wfg-editorial-sections .wfg-card:hover::before{
  opacity: 1;
}.wpc-scope-114 .tc-wp-content-root .wfg-editorial-sections .wfg-card h3{
  position: relative;
  margin: 18px 0 0;
  color: #1d1727;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}.wpc-scope-114 .tc-wp-content-root .wfg-editorial-sections .wfg-card p{
  position: relative;
  margin: 10px 0 0;
  color: #625b6e;
  font-weight: 430;
}.wpc-scope-114 .tc-wp-content-root .wfg-editorial-sections .wfg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(135deg, #7c2df2 0%, #ec3476 100%);
  box-shadow: 0 14px 28px rgba(139, 46, 246, 0.24);
  transition: transform 260ms ease;
}.wpc-scope-114 .tc-wp-content-root .wfg-editorial-sections .wfg-card:hover .wfg-icon{
  transform: translateY(-2px) rotate(-3deg);
}.wpc-scope-114 .tc-wp-content-root .wfg-editorial-sections .wfg-icon::before, .wpc-scope-114 .tc-wp-content-root .wfg-editorial-sections .wfg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-114 .tc-wp-content-root .wfg-editorial-sections .wfg-icon-preview::before{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 15px;
  border: 2px solid #ffffff;
  border-radius: 999px;
  background: transparent;
}.wpc-scope-114 .tc-wp-content-root .wfg-editorial-sections .wfg-icon-preview::after{
  width: 6px;
  height: 6px;
  left: 20px;
  top: 21px;
  border-radius: 50%;
}.wpc-scope-114 .tc-wp-content-root .wfg-editorial-sections .wfg-icon-copy::before{
  width: 15px;
  height: 18px;
  left: 17px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-114 .tc-wp-content-root .wfg-editorial-sections .wfg-icon-copy::after{
  width: 15px;
  height: 18px;
  left: 12px;
  top: 17px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-114 .tc-wp-content-root .wfg-editorial-sections .wfg-icon-spark::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  clip-path: polygon(50% 0%, 60% 38%, 100% 50%, 60% 62%, 50% 100%, 40% 62%, 0% 50%, 40% 38%);
}.wpc-scope-114 .tc-wp-content-root .wfg-editorial-sections .wfg-icon-unicode::before{
  width: 24px;
  height: 18px;
  left: 11px;
  top: 14px;
  border: 2px solid #ffffff;
  border-radius: 7px;
  background: transparent;
}.wpc-scope-114 .tc-wp-content-root .wfg-editorial-sections .wfg-icon-unicode::after{
  width: 12px;
  height: 2px;
  left: 17px;
  top: 23px;
  border-radius: 999px;
}.wpc-scope-114 .tc-wp-content-root .wfg-editorial-sections .wfg-icon-clean::before{
  width: 22px;
  height: 10px;
  left: 12px;
  top: 17px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
  background: transparent;
}.wpc-scope-114 .tc-wp-content-root .wfg-editorial-sections .wfg-icon-fast::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.wpc-scope-114 .tc-wp-content-root .wfg-editorial-sections .wfg-icon-fast::after{
  width: 9px;
  height: 3px;
  left: 23px;
  top: 22px;
  border-radius: 999px;
  transform-origin: left center;
  transform: rotate(-35deg);
}.wpc-scope-114 .tc-wp-content-root .wfg-editorial-sections .wfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-114 .tc-wp-content-root .wfg-editorial-sections .wfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(42, 33, 56, 0.1);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(31, 24, 42, 0.08);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-114 .tc-wp-content-root .wfg-editorial-sections .wfg-step-card::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(180deg, #7c2df2, #ec3476);
}.wpc-scope-114 .tc-wp-content-root .wfg-editorial-sections .wfg-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(139, 46, 246, 0.26);
  box-shadow: 0 24px 58px rgba(70, 35, 118, 0.13);
}.wpc-scope-114 .tc-wp-content-root .wfg-editorial-sections .wfg-step-number{
  display: grid;
  place-items: center;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  border-radius: 18px;
  background: linear-gradient(135deg, #241535 0%, #7c2df2 56%, #ec3476 100%);
  box-shadow: 0 16px 30px rgba(139, 46, 246, 0.24);
}.wpc-scope-114 .tc-wp-content-root .wfg-editorial-sections .wfg-step-copy h3{
  margin: 0;
  color: #1d1727;
  font-weight: 820;
  line-height: 1.2;
  letter-spacing: 0;
}.wpc-scope-114 .tc-wp-content-root .wfg-editorial-sections .wfg-step-copy p{
  margin: 8px 0 0;
  color: #625b6e;
}.wpc-scope-114 .tc-wp-content-root .wfg-editorial-sections .wfg-badge{
  position: relative;
  display: inline-flex;
  width: fit-content;
  padding: 7px 11px;
  border-radius: 999px;
  background: #f4eefc;
  color: #7b25d3;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-114 .tc-wp-content-root .wfg-editorial-sections .wfg-use-card{
  background:
    radial-gradient(circle at top right, rgba(236, 52, 118, 0.08), transparent 34%),
    #ffffff;
}.wpc-scope-114 .tc-wp-content-root .wfg-editorial-sections .wfg-benefit-card{
  text-align: center;
}.wpc-scope-114 .tc-wp-content-root .wfg-editorial-sections .wfg-benefit-card .wfg-icon{
  margin-left: auto;
  margin-right: auto;
}.wpc-scope-114 .tc-wp-content-root .wfg-editorial-sections .wfg-icon-free::before{
  width: 21px;
  height: 21px;
  left: 12px;
  top: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.wpc-scope-114 .tc-wp-content-root .wfg-editorial-sections .wfg-icon-free::after{
  width: 12px;
  height: 3px;
  left: 17px;
  top: 22px;
  border-radius: 999px;
}.wpc-scope-114 .tc-wp-content-root .wfg-editorial-sections .wfg-icon-mobile::before{
  width: 17px;
  height: 26px;
  left: 15px;
  top: 10px;
  border: 2px solid #ffffff;
  border-radius: 6px;
  background: transparent;
}.wpc-scope-114 .tc-wp-content-root .wfg-editorial-sections .wfg-icon-mobile::after{
  width: 5px;
  height: 2px;
  left: 21px;
  top: 31px;
  border-radius: 999px;
}.wpc-scope-114 .tc-wp-content-root .wfg-editorial-sections .wfg-icon-privacy::before{
  width: 22px;
  height: 17px;
  left: 12px;
  top: 20px;
  border-radius: 5px;
}.wpc-scope-114 .tc-wp-content-root .wfg-editorial-sections .wfg-icon-privacy::after{
  width: 14px;
  height: 13px;
  left: 16px;
  top: 10px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  background: transparent;
}.wpc-scope-114 .tc-wp-content-root .wfg-editorial-sections .wfg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-114 .tc-wp-content-root .wfg-editorial-sections .wfg-reveal.wfg-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .wfg-editorial-sections .wfg-section{
    padding: 46px 0;
  }.tc-wp-content-root .wfg-editorial-sections .wfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .wfg-editorial-sections .wfg-section-head h2{
    font-size: 25px;
  }.tc-wp-content-root .wfg-editorial-sections .wfg-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .wfg-editorial-sections .wfg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .wfg-editorial-sections .wfg-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .wfg-editorial-sections .wfg-card h3{
    font-size: 18px;
  }.tc-wp-content-root .wfg-editorial-sections .wfg-card p{
    font-size: 14px;
  }.tc-wp-content-root .wfg-editorial-sections .wfg-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .wfg-editorial-sections .wfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .wfg-editorial-sections .wfg-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }.tc-wp-content-root .wfg-editorial-sections .wfg-step-copy h3{
    font-size: 18px;
  }.tc-wp-content-root .wfg-editorial-sections .wfg-step-copy p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .wfg-editorial-sections .wfg-section{
    padding: 52px 0;
  }.tc-wp-content-root .wfg-editorial-sections .wfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .wfg-editorial-sections .wfg-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .wfg-editorial-sections .wfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .wfg-editorial-sections .wfg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .wfg-editorial-sections .wfg-card{
    padding: 24px;
  }.tc-wp-content-root .wfg-editorial-sections .wfg-card h3{
    font-size: 19px;
  }.tc-wp-content-root .wfg-editorial-sections .wfg-card p{
    font-size: 15px;
  }.tc-wp-content-root .wfg-editorial-sections .wfg-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .wfg-editorial-sections .wfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .wfg-editorial-sections .wfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }.tc-wp-content-root .wfg-editorial-sections .wfg-step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .wfg-editorial-sections .wfg-step-copy p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .wfg-editorial-sections .wfg-section{
    padding: 58px 0;
  }.tc-wp-content-root .wfg-editorial-sections .wfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .wfg-editorial-sections .wfg-section-head h2{
    font-size: 31px;
  }.tc-wp-content-root .wfg-editorial-sections .wfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .wfg-editorial-sections .wfg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .wfg-editorial-sections .wfg-card{
    padding: 26px;
  }.tc-wp-content-root .wfg-editorial-sections .wfg-card h3{
    font-size: 20px;
  }.tc-wp-content-root .wfg-editorial-sections .wfg-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .wfg-editorial-sections .wfg-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .wfg-editorial-sections .wfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .wfg-editorial-sections .wfg-step-number{
    width: 62px;
    height: 62px;
    font-size: 20px;
  }.tc-wp-content-root .wfg-editorial-sections .wfg-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .wfg-editorial-sections .wfg-step-copy p{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .wfg-editorial-sections .wfg-section{
    padding: 76px 0;
  }.tc-wp-content-root .wfg-editorial-sections .wfg-container{
    padding: 0 30px;
  }.tc-wp-content-root .wfg-editorial-sections .wfg-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .wfg-editorial-sections .wfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .wfg-editorial-sections .wfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .wfg-editorial-sections .wfg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .wfg-editorial-sections .wfg-card{
    padding: 28px;
  }.tc-wp-content-root .wfg-editorial-sections .wfg-card h3{
    font-size: 21px;
  }.tc-wp-content-root .wfg-editorial-sections .wfg-card p{
    font-size: 16px;
  }.tc-wp-content-root .wfg-editorial-sections .wfg-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .wfg-editorial-sections .wfg-step-card{
    grid-template-columns: 82px 1fr;
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .wfg-editorial-sections .wfg-step-number{
    width: 70px;
    height: 70px;
    font-size: 22px;
  }.tc-wp-content-root .wfg-editorial-sections .wfg-step-copy h3{
    font-size: 22px;
  }.tc-wp-content-root .wfg-editorial-sections .wfg-step-copy p{
    font-size: 16px;
  }}@media (min-width: 1024px){.tc-wp-content-root .wfg-editorial-sections .wfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .wfg-editorial-sections .wfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .wfg-editorial-sections .wfg-section-head h2{
    font-size: 44px;
  }.tc-wp-content-root .wfg-editorial-sections .wfg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .wfg-editorial-sections .wfg-grid-three, .tc-wp-content-root .wfg-editorial-sections .wfg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .wfg-editorial-sections .wfg-grid{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .wfg-editorial-sections .wfg-card{
    padding: 30px;
  }.tc-wp-content-root .wfg-editorial-sections .wfg-card h3{
    font-size: 22px;
  }.tc-wp-content-root .wfg-editorial-sections .wfg-card p{
    font-size: 16px;
  }.tc-wp-content-root .wfg-editorial-sections .wfg-steps{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .wfg-editorial-sections .wfg-step-card{
    grid-template-columns: 94px 1fr;
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .wfg-editorial-sections .wfg-step-number{
    width: 76px;
    height: 76px;
    font-size: 24px;
  }.tc-wp-content-root .wfg-editorial-sections .wfg-step-copy h3{
    font-size: 24px;
  }.tc-wp-content-root .wfg-editorial-sections .wfg-step-copy p{
    font-size: 17px;
  }}