@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-640 .tc-wp-content-root img, .wpc-scope-640 .tc-wp-content-root video, .wpc-scope-640 .tc-wp-content-root svg, .wpc-scope-640 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-640 .tc-wp-content-root .cfg-editorial-content{
  width: 100%;
  overflow-x: hidden;
  color: #182033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.wpc-scope-640 .tc-wp-content-root .cfg-editorial-content, .wpc-scope-640 .tc-wp-content-root .cfg-editorial-content section, .wpc-scope-640 .tc-wp-content-root .cfg-editorial-content div, .wpc-scope-640 .tc-wp-content-root .cfg-editorial-content article{
  box-sizing: border-box;
}.wpc-scope-640 .tc-wp-content-root .cfg-editorial-content .cfg-section{
  position: relative;
  width: 100%;
}.wpc-scope-640 .tc-wp-content-root .cfg-editorial-content .cfg-section-white{
  background: #ffffff;
}.wpc-scope-640 .tc-wp-content-root .cfg-editorial-content .cfg-section-soft{
  background: linear-gradient(180deg, #fbfbff 0%, #f7f8fc 100%);
}.wpc-scope-640 .tc-wp-content-root .cfg-editorial-content .cfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-640 .tc-wp-content-root .cfg-editorial-content .cfg-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-640 .tc-wp-content-root .cfg-editorial-content .cfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(120, 78, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(120, 78, 255, 0.08), rgba(20, 184, 166, 0.08));
  color: #6846d9;
  font-weight: 700;
  letter-spacing: 0;
}.wpc-scope-640 .tc-wp-content-root .cfg-editorial-content .cfg-section-head h2{
  margin: 0;
  color: #121827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-640 .tc-wp-content-root .cfg-editorial-content .cfg-section-head p{
  margin: 16px auto 0;
  max-width: 700px;
  color: #5c6475;
  line-height: 1.75;
}.wpc-scope-640 .tc-wp-content-root .cfg-editorial-content .cfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-640 .tc-wp-content-root .cfg-editorial-content .cfg-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(26, 33, 52, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(31, 39, 66, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-640 .tc-wp-content-root .cfg-editorial-content .cfg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(120, 78, 255, 0.36), rgba(20, 184, 166, 0.24), rgba(255, 122, 89, 0.2));
  opacity: 0;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: opacity 240ms ease;
}.wpc-scope-640 .tc-wp-content-root .cfg-editorial-content .cfg-card:hover{
  transform: translateY(-6px);
  border-color: rgba(120, 78, 255, 0.18);
  box-shadow: 0 24px 60px rgba(31, 39, 66, 0.13);
}.wpc-scope-640 .tc-wp-content-root .cfg-editorial-content .cfg-card:hover::before{
  opacity: 1;
}.wpc-scope-640 .tc-wp-content-root .cfg-editorial-content .cfg-card h3{
  margin: 0;
  color: #151c2e;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-640 .tc-wp-content-root .cfg-editorial-content .cfg-card p{
  margin: 10px 0 0;
  color: #626b7d;
  line-height: 1.72;
}.wpc-scope-640 .tc-wp-content-root .cfg-editorial-content .cfg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #7c4dff, #14b8a6);
  box-shadow: 0 12px 28px rgba(120, 78, 255, 0.22);
}.wpc-scope-640 .tc-wp-content-root .cfg-editorial-content .cfg-icon::before, .wpc-scope-640 .tc-wp-content-root .cfg-editorial-content .cfg-icon::after{
  content: "";
  position: absolute;
  transition: transform 240ms ease;
}.wpc-scope-640 .tc-wp-content-root .cfg-editorial-content .cfg-card:hover .cfg-icon::before, .wpc-scope-640 .tc-wp-content-root .cfg-editorial-content .cfg-card:hover .cfg-icon::after{
  transform: translateY(-2px);
}.wpc-scope-640 .tc-wp-content-root .cfg-editorial-content .cfg-icon-preview::before{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border: 2px solid #ffffff;
  border-radius: 999px;
}.wpc-scope-640 .tc-wp-content-root .cfg-editorial-content .cfg-icon-preview::after{
  width: 6px;
  height: 6px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  background: #ffffff;
}.wpc-scope-640 .tc-wp-content-root .cfg-editorial-content .cfg-icon-copy::before{
  width: 15px;
  height: 18px;
  left: 17px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}.wpc-scope-640 .tc-wp-content-root .cfg-editorial-content .cfg-icon-copy::after{
  width: 15px;
  height: 18px;
  left: 12px;
  top: 17px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 5px;
}.wpc-scope-640 .tc-wp-content-root .cfg-editorial-content .cfg-icon-creative::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  background: conic-gradient(#fff, rgba(255, 255, 255, 0.35), #fff);
}.wpc-scope-640 .tc-wp-content-root .cfg-editorial-content .cfg-icon-creative::after{
  width: 8px;
  height: 8px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #7c4dff;
}.wpc-scope-640 .tc-wp-content-root .cfg-editorial-content .cfg-icon-brand::before{
  width: 22px;
  height: 4px;
  left: 12px;
  top: 16px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 8px 0 rgba(255, 255, 255, 0.78), 0 16px 0 rgba(255, 255, 255, 0.52);
}.wpc-scope-640 .tc-wp-content-root .cfg-editorial-content .cfg-icon-mobile::before{
  width: 18px;
  height: 26px;
  left: 14px;
  top: 10px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}.wpc-scope-640 .tc-wp-content-root .cfg-editorial-content .cfg-icon-mobile::after{
  width: 5px;
  height: 5px;
  left: 21px;
  top: 29px;
  border-radius: 50%;
  background: #ffffff;
}.wpc-scope-640 .tc-wp-content-root .cfg-editorial-content .cfg-icon-clean::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 7px;
  border: 2px solid #ffffff;
}.wpc-scope-640 .tc-wp-content-root .cfg-editorial-content .cfg-icon-clean::after{
  width: 12px;
  height: 6px;
  left: 17px;
  top: 20px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
}.wpc-scope-640 .tc-wp-content-root .cfg-editorial-content .cfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-640 .tc-wp-content-root .cfg-editorial-content .cfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border: 1px solid rgba(26, 33, 52, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(31, 39, 66, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease;
}.wpc-scope-640 .tc-wp-content-root .cfg-editorial-content .cfg-step-card::after{
  content: "";
  position: absolute;
  left: 34px;
  top: 76px;
  bottom: -24px;
  width: 2px;
  background: linear-gradient(180deg, rgba(120, 78, 255, 0.28), rgba(20, 184, 166, 0));
}.wpc-scope-640 .tc-wp-content-root .cfg-editorial-content .cfg-step-card:last-child::after{
  display: none;
}.wpc-scope-640 .tc-wp-content-root .cfg-editorial-content .cfg-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 22px 55px rgba(31, 39, 66, 0.11);
}.wpc-scope-640 .tc-wp-content-root .cfg-editorial-content .cfg-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 20px;
  background: linear-gradient(135deg, #7c4dff, #14b8a6);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 15px 32px rgba(120, 78, 255, 0.22);
}.wpc-scope-640 .tc-wp-content-root .cfg-editorial-content .cfg-step-content h3{
  margin: 0;
  color: #151c2e;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-640 .tc-wp-content-root .cfg-editorial-content .cfg-step-content p{
  margin: 9px 0 0;
  color: #626b7d;
  line-height: 1.72;
}.wpc-scope-640 .tc-wp-content-root .cfg-editorial-content .cfg-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(20, 184, 166, 0.1);
  color: #0f766e;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-640 .tc-wp-content-root .cfg-editorial-content .cfg-benefit-card{
  overflow: hidden;
}.wpc-scope-640 .tc-wp-content-root .cfg-editorial-content .cfg-benefit-card::after{
  content: "";
  position: absolute;
  right: -30px;
  top: -30px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(120, 78, 255, 0.13), rgba(20, 184, 166, 0));
}.wpc-scope-640 .tc-wp-content-root .cfg-editorial-content .cfg-benefit-mark{
  display: inline-block;
  width: 42px;
  height: 6px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, #7c4dff, #14b8a6, #ff7a59);
}.wpc-scope-640 .tc-wp-content-root .cfg-editorial-content .cfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}.wpc-scope-640 .tc-wp-content-root .cfg-editorial-content .cfg-reveal.cfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .cfg-editorial-content .cfg-section{
    padding: 48px 0;
  }.tc-wp-content-root .cfg-editorial-content .cfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-kicker{
    font-size: 12px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-card h3, .tc-wp-content-root .cfg-editorial-content .cfg-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-card p, .tc-wp-content-root .cfg-editorial-content .cfg-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-step-card::after{
    display: none;
  }.tc-wp-content-root .cfg-editorial-content .cfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
    border-radius: 17px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .cfg-editorial-content .cfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .cfg-editorial-content .cfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-kicker{
    font-size: 12.5px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-card{
    padding: 24px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-card h3, .tc-wp-content-root .cfg-editorial-content .cfg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-card p, .tc-wp-content-root .cfg-editorial-content .cfg-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-step-card::after{
    display: none;
  }.tc-wp-content-root .cfg-editorial-content .cfg-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .cfg-editorial-content .cfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .cfg-editorial-content .cfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-kicker{
    font-size: 13px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-card{
    padding: 26px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-card h3, .tc-wp-content-root .cfg-editorial-content .cfg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-card p, .tc-wp-content-root .cfg-editorial-content .cfg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 26px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-step-card::after{
    display: none;
  }.tc-wp-content-root .cfg-editorial-content .cfg-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .cfg-editorial-content .cfg-section{
    padding: 74px 0;
  }.tc-wp-content-root .cfg-editorial-content .cfg-container{
    padding: 0 34px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-kicker{
    font-size: 13px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-grid-three, .tc-wp-content-root .cfg-editorial-content .cfg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-card{
    padding: 28px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-card h3, .tc-wp-content-root .cfg-editorial-content .cfg-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-card p, .tc-wp-content-root .cfg-editorial-content .cfg-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-step-number{
    width: 66px;
    height: 66px;
    font-size: 19px;
  }}@media (min-width: 1024px){.tc-wp-content-root .cfg-editorial-content .cfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .cfg-editorial-content .cfg-container{
    padding: 0 28px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-kicker{
    font-size: 13px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-grid-three, .tc-wp-content-root .cfg-editorial-content .cfg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-card{
    padding: 30px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-card h3, .tc-wp-content-root .cfg-editorial-content .cfg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-card p, .tc-wp-content-root .cfg-editorial-content .cfg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-step-card{
    gap: 26px;
    padding: 34px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }}.wpc-scope-640 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .cfg-feature-card{}.wpc-scope-640 .tc-wp-content-root .cfg-use-card{}