@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-165 .tc-wp-content-root img, .wpc-scope-165 .tc-wp-content-root video, .wpc-scope-165 .tc-wp-content-root svg, .wpc-scope-165 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-165 .tc-wp-content-root .lpf-editorial-wrap{
  width: 100%;
  overflow: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}.wpc-scope-165 .tc-wp-content-root .lpf-editorial-wrap, .wpc-scope-165 .tc-wp-content-root .lpf-editorial-wrap section, .wpc-scope-165 .tc-wp-content-root .lpf-editorial-wrap div, .wpc-scope-165 .tc-wp-content-root .lpf-editorial-wrap article{
  box-sizing: border-box;
}.wpc-scope-165 .tc-wp-content-root .lpf-editorial-wrap .lpf-section{
  position: relative;
}.wpc-scope-165 .tc-wp-content-root .lpf-editorial-wrap .lpf-section-white{
  background: #ffffff;
}.wpc-scope-165 .tc-wp-content-root .lpf-editorial-wrap .lpf-section-soft{
  background: linear-gradient(180deg, #f8fafc 0%, #f4f7fb 100%);
}.wpc-scope-165 .tc-wp-content-root .lpf-editorial-wrap .lpf-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-165 .tc-wp-content-root .lpf-editorial-wrap .lpf-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-165 .tc-wp-content-root .lpf-editorial-wrap .lpf-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto 14px;
  padding: 7px 13px;
  border: 1px solid rgba(20, 126, 251, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(20, 126, 251, 0.1), rgba(0, 194, 168, 0.1));
  color: #1260c4;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.wpc-scope-165 .tc-wp-content-root .lpf-editorial-wrap .lpf-section-head h2{
  margin: 0;
  color: #101827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-165 .tc-wp-content-root .lpf-editorial-wrap .lpf-section-head p{
  margin: 14px auto 0;
  max-width: 680px;
  color: #5a667a;
  line-height: 1.7;
}.wpc-scope-165 .tc-wp-content-root .lpf-editorial-wrap .lpf-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-165 .tc-wp-content-root .lpf-editorial-wrap .lpf-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(15, 32, 54, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(17, 31, 52, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-165 .tc-wp-content-root .lpf-editorial-wrap .lpf-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(20, 126, 251, 0.32), rgba(0, 194, 168, 0.26), rgba(255, 184, 77, 0.2));
  opacity: 0;
  transition: opacity 220ms ease;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}.wpc-scope-165 .tc-wp-content-root .lpf-editorial-wrap .lpf-card:hover{
  transform: translateY(-5px);
  border-color: rgba(20, 126, 251, 0.22);
  box-shadow: 0 24px 60px rgba(17, 31, 52, 0.13);
}.wpc-scope-165 .tc-wp-content-root .lpf-editorial-wrap .lpf-card:hover::before{
  opacity: 1;
}.wpc-scope-165 .tc-wp-content-root .lpf-editorial-wrap .lpf-card h3{
  margin: 0;
  color: #142033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-165 .tc-wp-content-root .lpf-editorial-wrap .lpf-card p{
  margin: 10px 0 0;
  color: #5a6678;
  line-height: 1.68;
}.wpc-scope-165 .tc-wp-content-root .lpf-editorial-wrap .lpf-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #147efb, #00c2a8);
  box-shadow: 0 14px 28px rgba(20, 126, 251, 0.2);
}.wpc-scope-165 .tc-wp-content-root .lpf-editorial-wrap .lpf-icon::before, .wpc-scope-165 .tc-wp-content-root .lpf-editorial-wrap .lpf-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
  transition: transform 220ms ease;
}.wpc-scope-165 .tc-wp-content-root .lpf-editorial-wrap .lpf-card:hover .lpf-icon::before{
  transform: translateX(2px);
}.wpc-scope-165 .tc-wp-content-root .lpf-editorial-wrap .lpf-icon-preview::before{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border-radius: 5px;
}.wpc-scope-165 .tc-wp-content-root .lpf-editorial-wrap .lpf-icon-preview::after{
  width: 6px;
  height: 6px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  background: #147efb;
}.wpc-scope-165 .tc-wp-content-root .lpf-editorial-wrap .lpf-icon-copy::before{
  width: 18px;
  height: 22px;
  left: 16px;
  top: 12px;
  border-radius: 4px;
}.wpc-scope-165 .tc-wp-content-root .lpf-editorial-wrap .lpf-icon-copy::after{
  width: 18px;
  height: 22px;
  left: 11px;
  top: 17px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-165 .tc-wp-content-root .lpf-editorial-wrap .lpf-icon-creative::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 56%, 79% 92%, 50% 70%, 21% 92%, 32% 56%, 2% 35%, 39% 35%);
}.wpc-scope-165 .tc-wp-content-root .lpf-editorial-wrap .lpf-icon-clean::before{
  width: 24px;
  height: 16px;
  left: 11px;
  top: 15px;
  border-radius: 4px;
}.wpc-scope-165 .tc-wp-content-root .lpf-editorial-wrap .lpf-icon-clean::after{
  width: 14px;
  height: 3px;
  left: 16px;
  top: 21px;
  border-radius: 999px;
  background: #147efb;
}.wpc-scope-165 .tc-wp-content-root .lpf-editorial-wrap .lpf-icon-fast::before{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  clip-path: polygon(0 0, 78% 0, 100% 50%, 78% 100%, 0 100%, 18% 50%);
}.wpc-scope-165 .tc-wp-content-root .lpf-editorial-wrap .lpf-icon-friendly::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
}.wpc-scope-165 .tc-wp-content-root .lpf-editorial-wrap .lpf-icon-friendly::after{
  width: 11px;
  height: 6px;
  left: 17px;
  top: 23px;
  border-right: 2px solid #147efb;
  border-bottom: 2px solid #147efb;
  border-radius: 0 0 8px 0;
  background: transparent;
  transform: rotate(45deg);
}.wpc-scope-165 .tc-wp-content-root .lpf-editorial-wrap .lpf-icon-free::before{
  width: 24px;
  height: 16px;
  left: 11px;
  top: 15px;
  border-radius: 8px;
}.wpc-scope-165 .tc-wp-content-root .lpf-editorial-wrap .lpf-icon-free::after{
  width: 8px;
  height: 8px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #00a990;
}.wpc-scope-165 .tc-wp-content-root .lpf-editorial-wrap .lpf-icon-mobile::before{
  width: 18px;
  height: 26px;
  left: 14px;
  top: 10px;
  border-radius: 5px;
}.wpc-scope-165 .tc-wp-content-root .lpf-editorial-wrap .lpf-icon-mobile::after{
  width: 6px;
  height: 2px;
  left: 20px;
  top: 31px;
  border-radius: 999px;
  background: #147efb;
}.wpc-scope-165 .tc-wp-content-root .lpf-editorial-wrap .lpf-icon-private::before{
  width: 22px;
  height: 16px;
  left: 12px;
  top: 18px;
  border-radius: 4px;
}.wpc-scope-165 .tc-wp-content-root .lpf-editorial-wrap .lpf-icon-private::after{
  width: 14px;
  height: 12px;
  left: 16px;
  top: 10px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  background: transparent;
}.wpc-scope-165 .tc-wp-content-root .lpf-editorial-wrap .lpf-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-165 .tc-wp-content-root .lpf-editorial-wrap .lpf-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(15, 32, 54, 0.09);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(17, 31, 52, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-165 .tc-wp-content-root .lpf-editorial-wrap .lpf-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(0, 194, 168, 0.28);
  box-shadow: 0 24px 60px rgba(17, 31, 52, 0.12);
}.wpc-scope-165 .tc-wp-content-root .lpf-editorial-wrap .lpf-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #147efb, #00c2a8);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(20, 126, 251, 0.22);
}.wpc-scope-165 .tc-wp-content-root .lpf-editorial-wrap .lpf-step-content h3{
  margin: 0;
  color: #142033;
  font-weight: 820;
  line-height: 1.24;
  letter-spacing: 0;
}.wpc-scope-165 .tc-wp-content-root .lpf-editorial-wrap .lpf-step-content p{
  margin: 8px 0 0;
  color: #5a6678;
  line-height: 1.68;
}.wpc-scope-165 .tc-wp-content-root .lpf-editorial-wrap .lpf-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(20, 126, 251, 0.11), rgba(0, 194, 168, 0.11));
  color: #1260c4;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}.wpc-scope-165 .tc-wp-content-root .lpf-editorial-wrap .lpf-benefit-card{
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}.wpc-scope-165 .tc-wp-content-root .lpf-editorial-wrap .lpf-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.wpc-scope-165 .tc-wp-content-root .lpf-editorial-wrap .lpf-reveal.lpf-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .lpf-editorial-wrap .lpf-section{
    padding: 46px 0;
  }.tc-wp-content-root .lpf-editorial-wrap .lpf-container{
    padding: 0 14px;
  }.tc-wp-content-root .lpf-editorial-wrap .lpf-section-head h2{
    font-size: 27px;
  }.tc-wp-content-root .lpf-editorial-wrap .lpf-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .lpf-editorial-wrap .lpf-card-grid{
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .lpf-editorial-wrap .lpf-card{
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .lpf-editorial-wrap .lpf-card h3, .tc-wp-content-root .lpf-editorial-wrap .lpf-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .lpf-editorial-wrap .lpf-card p, .tc-wp-content-root .lpf-editorial-wrap .lpf-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .lpf-editorial-wrap .lpf-steps{
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .lpf-editorial-wrap .lpf-step-card{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 20px;
  }.tc-wp-content-root .lpf-editorial-wrap .lpf-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .lpf-editorial-wrap .lpf-section{
    padding: 52px 0;
  }.tc-wp-content-root .lpf-editorial-wrap .lpf-container{
    padding: 0 18px;
  }.tc-wp-content-root .lpf-editorial-wrap .lpf-section-head h2{
    font-size: 30px;
  }.tc-wp-content-root .lpf-editorial-wrap .lpf-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .lpf-editorial-wrap .lpf-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .lpf-editorial-wrap .lpf-card{
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .lpf-editorial-wrap .lpf-card h3, .tc-wp-content-root .lpf-editorial-wrap .lpf-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .lpf-editorial-wrap .lpf-card p, .tc-wp-content-root .lpf-editorial-wrap .lpf-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .lpf-editorial-wrap .lpf-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .lpf-editorial-wrap .lpf-step-card{
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 22px;
  }.tc-wp-content-root .lpf-editorial-wrap .lpf-step-number{
    width: 56px;
    height: 56px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .lpf-editorial-wrap .lpf-section{
    padding: 58px 0;
  }.tc-wp-content-root .lpf-editorial-wrap .lpf-container{
    padding: 0 22px;
  }.tc-wp-content-root .lpf-editorial-wrap .lpf-section-head h2{
    font-size: 34px;
  }.tc-wp-content-root .lpf-editorial-wrap .lpf-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .lpf-editorial-wrap .lpf-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .lpf-editorial-wrap .lpf-card{
    padding: 24px;
  }.tc-wp-content-root .lpf-editorial-wrap .lpf-card h3, .tc-wp-content-root .lpf-editorial-wrap .lpf-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .lpf-editorial-wrap .lpf-card p, .tc-wp-content-root .lpf-editorial-wrap .lpf-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .lpf-editorial-wrap .lpf-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .lpf-editorial-wrap .lpf-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .lpf-editorial-wrap .lpf-step-number{
    width: 60px;
    height: 60px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .lpf-editorial-wrap .lpf-section{
    padding: 76px 0;
  }.tc-wp-content-root .lpf-editorial-wrap .lpf-container{
    padding: 0 32px;
  }.tc-wp-content-root .lpf-editorial-wrap .lpf-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .lpf-editorial-wrap .lpf-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .lpf-editorial-wrap .lpf-grid-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .lpf-editorial-wrap .lpf-card-grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .lpf-editorial-wrap .lpf-card{
    padding: 28px;
  }.tc-wp-content-root .lpf-editorial-wrap .lpf-card h3, .tc-wp-content-root .lpf-editorial-wrap .lpf-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .lpf-editorial-wrap .lpf-card p, .tc-wp-content-root .lpf-editorial-wrap .lpf-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .lpf-editorial-wrap .lpf-steps{
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .lpf-editorial-wrap .lpf-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .lpf-editorial-wrap .lpf-step-number{
    width: 68px;
    height: 68px;
    font-size: 22px;
  }}@media (min-width: 1024px){.tc-wp-content-root .lpf-editorial-wrap .lpf-section{
    padding: 92px 0;
  }.tc-wp-content-root .lpf-editorial-wrap .lpf-container{
    padding: 0 36px;
  }.tc-wp-content-root .lpf-editorial-wrap .lpf-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .lpf-editorial-wrap .lpf-section-head p{
    font-size: 17.5px;
  }.tc-wp-content-root .lpf-editorial-wrap .lpf-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .lpf-editorial-wrap .lpf-card-grid{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .lpf-editorial-wrap .lpf-card{
    padding: 30px;
  }.tc-wp-content-root .lpf-editorial-wrap .lpf-card h3, .tc-wp-content-root .lpf-editorial-wrap .lpf-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .lpf-editorial-wrap .lpf-card p, .tc-wp-content-root .lpf-editorial-wrap .lpf-step-content p{
    font-size: 15.8px;
  }.tc-wp-content-root .lpf-editorial-wrap .lpf-steps{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .lpf-editorial-wrap .lpf-step-card{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .lpf-editorial-wrap .lpf-step-number{
    width: 76px;
    height: 76px;
    font-size: 24px;
  }}.wpc-scope-165 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .lpf-benefit-grid{}.wpc-scope-165 .tc-wp-content-root .lpf-use-card{}