@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-364 .tc-wp-content-root img, .wpc-scope-364 .tc-wp-content-root video, .wpc-scope-364 .tc-wp-content-root svg, .wpc-scope-364 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-364 .tc-wp-content-root .lfg-editorial-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
}.wpc-scope-364 .tc-wp-content-root .lfg-editorial-content, .wpc-scope-364 .tc-wp-content-root .lfg-editorial-content section, .wpc-scope-364 .tc-wp-content-root .lfg-editorial-content div, .wpc-scope-364 .tc-wp-content-root .lfg-editorial-content article{
  box-sizing: border-box;
}.wpc-scope-364 .tc-wp-content-root .lfg-editorial-content .lfg-section{
  position: relative;
}.wpc-scope-364 .tc-wp-content-root .lfg-editorial-content .lfg-section-white{
  background: #ffffff;
}.wpc-scope-364 .tc-wp-content-root .lfg-editorial-content .lfg-section-soft{
  background:
    radial-gradient(circle at 12% 0%, rgba(128, 92, 255, 0.09), transparent 34%),
    radial-gradient(circle at 88% 8%, rgba(0, 194, 168, 0.08), transparent 32%),
    #f8fafc;
}.wpc-scope-364 .tc-wp-content-root .lfg-editorial-content .lfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-364 .tc-wp-content-root .lfg-editorial-content .lfg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-364 .tc-wp-content-root .lfg-editorial-content .lfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(120, 87, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(120, 87, 255, 0.1), rgba(0, 194, 168, 0.1));
  color: #5a3ee8;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}.wpc-scope-364 .tc-wp-content-root .lfg-editorial-content .lfg-section-head h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-364 .tc-wp-content-root .lfg-editorial-content .lfg-section-head p{
  margin: 16px auto 0;
  color: #5a6475;
  line-height: 1.72;
}.wpc-scope-364 .tc-wp-content-root .lfg-editorial-content .lfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-364 .tc-wp-content-root .lfg-editorial-content .lfg-card, .wpc-scope-364 .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 46px rgba(22, 31, 51, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-364 .tc-wp-content-root .lfg-editorial-content .lfg-card::before, .wpc-scope-364 .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(120, 87, 255, 0.55), rgba(0, 194, 168, 0.35), transparent 64%);
  opacity: 0;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: opacity 220ms ease;
  pointer-events: none;
}.wpc-scope-364 .tc-wp-content-root .lfg-editorial-content .lfg-card:hover, .wpc-scope-364 .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card:hover{
  transform: translateY(-5px);
  border-color: rgba(120, 87, 255, 0.18);
  box-shadow: 0 24px 60px rgba(22, 31, 51, 0.11);
}.wpc-scope-364 .tc-wp-content-root .lfg-editorial-content .lfg-card:hover::before, .wpc-scope-364 .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card:hover::before{
  opacity: 1;
}.wpc-scope-364 .tc-wp-content-root .lfg-editorial-content .lfg-card h3, .wpc-scope-364 .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card h3, .wpc-scope-364 .tc-wp-content-root .lfg-editorial-content .lfg-step-copy h3{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-364 .tc-wp-content-root .lfg-editorial-content .lfg-card p, .wpc-scope-364 .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card p, .wpc-scope-364 .tc-wp-content-root .lfg-editorial-content .lfg-step-copy p{
  margin: 10px 0 0;
  color: #5b6575;
  line-height: 1.68;
}.wpc-scope-364 .tc-wp-content-root .lfg-editorial-content .lfg-icon{
  display: inline-flex;
  position: relative;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #7857ff, #00c2a8);
  box-shadow: 0 14px 30px rgba(120, 87, 255, 0.22);
}.wpc-scope-364 .tc-wp-content-root .lfg-editorial-content .lfg-icon::before, .wpc-scope-364 .tc-wp-content-root .lfg-editorial-content .lfg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
  transition: transform 220ms ease;
}.wpc-scope-364 .tc-wp-content-root .lfg-editorial-content .lfg-card:hover .lfg-icon::before{
  transform: translateY(-2px) rotate(8deg);
}.wpc-scope-364 .tc-wp-content-root .lfg-editorial-content .lfg-icon-spark::before{
  width: 18px;
  height: 18px;
  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-364 .tc-wp-content-root .lfg-editorial-content .lfg-icon-copy::before{
  width: 17px;
  height: 20px;
  left: 17px;
  top: 13px;
  border-radius: 4px;
}.wpc-scope-364 .tc-wp-content-root .lfg-editorial-content .lfg-icon-copy::after{
  width: 15px;
  height: 18px;
  left: 12px;
  top: 16px;
  border-radius: 4px;
  opacity: 0.55;
}.wpc-scope-364 .tc-wp-content-root .lfg-editorial-content .lfg-icon-creative::before{
  width: 22px;
  height: 8px;
  left: 12px;
  top: 19px;
  border-radius: 999px;
  transform: rotate(-24deg);
}.wpc-scope-364 .tc-wp-content-root .lfg-editorial-content .lfg-icon-fast::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  clip-path: polygon(10% 0%, 82% 0%, 55% 42%, 92% 42%, 28% 100%, 42% 55%, 8% 55%);
}.wpc-scope-364 .tc-wp-content-root .lfg-editorial-content .lfg-icon-clean::before{
  width: 22px;
  height: 16px;
  left: 12px;
  top: 15px;
  border-radius: 12px 12px 8px 8px;
}.wpc-scope-364 .tc-wp-content-root .lfg-editorial-content .lfg-icon-flex::before{
  width: 23px;
  height: 23px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  clip-path: polygon(50% 0%, 100% 26%, 100% 74%, 50% 100%, 0% 74%, 0% 26%);
}.wpc-scope-364 .tc-wp-content-root .lfg-editorial-content .lfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-364 .tc-wp-content-root .lfg-editorial-content .lfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(120, 87, 255, 0.14);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.82));
  box-shadow: 0 20px 52px rgba(20, 29, 48, 0.08);
  overflow: hidden;
}.wpc-scope-364 .tc-wp-content-root .lfg-editorial-content .lfg-step-card::after{
  content: "";
  position: absolute;
  right: -44px;
  top: 50%;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(120, 87, 255, 0.13), rgba(0, 194, 168, 0.12));
  transform: translateY(-50%);
}.wpc-scope-364 .tc-wp-content-root .lfg-editorial-content .lfg-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #7857ff, #00c2a8);
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(120, 87, 255, 0.24);
}.wpc-scope-364 .tc-wp-content-root .lfg-editorial-content .lfg-step-copy{
  position: relative;
  z-index: 1;
}.wpc-scope-364 .tc-wp-content-root .lfg-editorial-content .lfg-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(0, 194, 168, 0.1);
  color: #087f72;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
}.wpc-scope-364 .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    #ffffff;
}.wpc-scope-364 .tc-wp-content-root .lfg-editorial-content .lfg-benefit-mark{
  display: block;
  width: 52px;
  height: 6px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, #7857ff, #00c2a8);
}.wpc-scope-364 .tc-wp-content-root .lfg-editorial-content .lfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.wpc-scope-364 .tc-wp-content-root .lfg-editorial-content .lfg-reveal.lfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .lfg-editorial-content .lfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .lfg-editorial-content .lfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-section-head{
    margin-bottom: 28px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card, .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card h3, .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card h3, .tc-wp-content-root .lfg-editorial-content .lfg-step-copy h3{
    font-size: 18px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card p, .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card p, .tc-wp-content-root .lfg-editorial-content .lfg-step-copy p{
    font-size: 14px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-steps{
    gap: 16px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .lfg-editorial-content .lfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .lfg-editorial-content .lfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-section-head{
    margin-bottom: 32px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card, .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card h3, .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card h3, .tc-wp-content-root .lfg-editorial-content .lfg-step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card p, .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card p, .tc-wp-content-root .lfg-editorial-content .lfg-step-copy p{
    font-size: 14.5px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-steps{
    gap: 18px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-step-number{
    width: 56px;
    height: 56px;
    font-size: 17px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .lfg-editorial-content .lfg-section{
    padding: 66px 0;
  }.tc-wp-content-root .lfg-editorial-content .lfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card, .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card{
    padding: 26px;
    border-radius: 21px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card h3, .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card h3, .tc-wp-content-root .lfg-editorial-content .lfg-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card p, .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card p, .tc-wp-content-root .lfg-editorial-content .lfg-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-steps{
    gap: 20px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .lfg-editorial-content .lfg-section{
    padding: 82px 0;
  }.tc-wp-content-root .lfg-editorial-content .lfg-container{
    padding: 0 30px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-section-head{
    margin-bottom: 42px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-section-head p{
    font-size: 16.5px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-grid-three, .tc-wp-content-root .lfg-editorial-content .lfg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card, .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card h3, .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card h3, .tc-wp-content-root .lfg-editorial-content .lfg-step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card p, .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card p, .tc-wp-content-root .lfg-editorial-content .lfg-step-copy p{
    font-size: 15.5px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-steps{
    gap: 22px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-step-number{
    width: 66px;
    height: 66px;
    font-size: 18px;
  }}@media (min-width: 1024px){.tc-wp-content-root .lfg-editorial-content .lfg-section{
    padding: 96px 0;
  }.tc-wp-content-root .lfg-editorial-content .lfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-section-head{
    margin-bottom: 48px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-grid-three, .tc-wp-content-root .lfg-editorial-content .lfg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card, .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card h3, .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card h3, .tc-wp-content-root .lfg-editorial-content .lfg-step-copy h3{
    font-size: 22px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card p, .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card p, .tc-wp-content-root .lfg-editorial-content .lfg-step-copy p{
    font-size: 15.5px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-steps{
    gap: 24px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-step-card{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-step-number{
    width: 72px;
    height: 72px;
    font-size: 19px;
  }}