@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-398 .tc-wp-content-root img, .wpc-scope-398 .tc-wp-content-root video, .wpc-scope-398 .tc-wp-content-root svg, .wpc-scope-398 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-398 .tc-wp-content-root .cfg-editorial-wrap{
  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.5;
}.wpc-scope-398 .tc-wp-content-root .cfg-editorial-wrap, .wpc-scope-398 .tc-wp-content-root .cfg-editorial-wrap section, .wpc-scope-398 .tc-wp-content-root .cfg-editorial-wrap div, .wpc-scope-398 .tc-wp-content-root .cfg-editorial-wrap article{
  box-sizing: border-box;
}.wpc-scope-398 .tc-wp-content-root .cfg-editorial-wrap .cfg-section{
  position: relative;
}.wpc-scope-398 .tc-wp-content-root .cfg-editorial-wrap .cfg-section-white{
  background: #ffffff;
}.wpc-scope-398 .tc-wp-content-root .cfg-editorial-wrap .cfg-section-soft{
  background: #f8fafc;
}.wpc-scope-398 .tc-wp-content-root .cfg-editorial-wrap .cfg-container{
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-398 .tc-wp-content-root .cfg-editorial-wrap .cfg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-398 .tc-wp-content-root .cfg-editorial-wrap .cfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 13px;
  border: 1px solid rgba(119, 91, 255, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 91, 156, 0.11), rgba(76, 111, 255, 0.11));
  color: #6c3df4;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.wpc-scope-398 .tc-wp-content-root .cfg-editorial-wrap .cfg-section-head h2{
  margin: 16px 0 0;
  color: #131827;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-398 .tc-wp-content-root .cfg-editorial-wrap .cfg-section-head p{
  margin: 16px auto 0;
  max-width: 700px;
  color: #5b6475;
  font-weight: 430;
}.wpc-scope-398 .tc-wp-content-root .cfg-editorial-wrap .cfg-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-398 .tc-wp-content-root .cfg-editorial-wrap .cfg-info-card, .wpc-scope-398 .tc-wp-content-root .cfg-editorial-wrap .cfg-use-card, .wpc-scope-398 .tc-wp-content-root .cfg-editorial-wrap .cfg-trust-card, .wpc-scope-398 .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card{
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(28, 36, 55, 0.09);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(22, 31, 51, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-398 .tc-wp-content-root .cfg-editorial-wrap .cfg-info-card::before, .wpc-scope-398 .tc-wp-content-root .cfg-editorial-wrap .cfg-use-card::before, .wpc-scope-398 .tc-wp-content-root .cfg-editorial-wrap .cfg-trust-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #ff5b9c, #8b5cf6, #2dd4bf);
  opacity: 0.9;
}.wpc-scope-398 .tc-wp-content-root .cfg-editorial-wrap .cfg-info-card:hover, .wpc-scope-398 .tc-wp-content-root .cfg-editorial-wrap .cfg-use-card:hover, .wpc-scope-398 .tc-wp-content-root .cfg-editorial-wrap .cfg-trust-card:hover, .wpc-scope-398 .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(124, 77, 255, 0.24);
  box-shadow: 0 24px 70px rgba(72, 64, 132, 0.13);
}.wpc-scope-398 .tc-wp-content-root .cfg-editorial-wrap .cfg-info-card h3, .wpc-scope-398 .tc-wp-content-root .cfg-editorial-wrap .cfg-use-card h3, .wpc-scope-398 .tc-wp-content-root .cfg-editorial-wrap .cfg-trust-card h3, .wpc-scope-398 .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card h3{
  margin: 0;
  color: #161c2d;
  font-weight: 780;
  line-height: 1.24;
  letter-spacing: 0;
}.wpc-scope-398 .tc-wp-content-root .cfg-editorial-wrap .cfg-info-card p, .wpc-scope-398 .tc-wp-content-root .cfg-editorial-wrap .cfg-use-card p, .wpc-scope-398 .tc-wp-content-root .cfg-editorial-wrap .cfg-trust-card p, .wpc-scope-398 .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card p{
  margin: 10px 0 0;
  color: #5c6678;
  font-weight: 430;
}.wpc-scope-398 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon{
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(255, 91, 156, 0.18), rgba(76, 111, 255, 0.18));
}.wpc-scope-398 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon::before, .wpc-scope-398 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon::after{
  content: "";
  position: absolute;
  border-radius: 999px;
}.wpc-scope-398 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon-preview::before{
  width: 22px;
  height: 14px;
  left: 11px;
  top: 15px;
  border: 2px solid #6c3df4;
}.wpc-scope-398 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon-preview::after{
  width: 6px;
  height: 6px;
  left: 19px;
  top: 19px;
  background: #ff5b9c;
}.wpc-scope-398 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon-copy::before{
  width: 17px;
  height: 20px;
  left: 12px;
  top: 11px;
  border: 2px solid #6c3df4;
  border-radius: 5px;
}.wpc-scope-398 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon-copy::after{
  width: 17px;
  height: 20px;
  left: 17px;
  top: 15px;
  border: 2px solid #ff5b9c;
  border-radius: 5px;
}.wpc-scope-398 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon-color::before{
  width: 22px;
  height: 22px;
  left: 11px;
  top: 11px;
  background: conic-gradient(from 90deg, #ff5b9c, #8b5cf6, #2dd4bf, #ffbe55, #ff5b9c);
}.wpc-scope-398 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon-brand::before{
  width: 22px;
  height: 22px;
  left: 11px;
  top: 11px;
  background: #6c3df4;
  clip-path: polygon(50% 0, 62% 35%, 100% 35%, 69% 56%, 82% 100%, 50% 73%, 18% 100%, 31% 56%, 0 35%, 38% 35%);
}.wpc-scope-398 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon-speed::before{
  width: 23px;
  height: 23px;
  left: 10px;
  top: 10px;
  border: 2px solid #6c3df4;
}.wpc-scope-398 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon-speed::after{
  width: 10px;
  height: 2px;
  left: 22px;
  top: 21px;
  background: #ff5b9c;
  transform: rotate(-35deg);
}.wpc-scope-398 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon-device::before{
  width: 16px;
  height: 25px;
  left: 14px;
  top: 9px;
  border: 2px solid #6c3df4;
  border-radius: 6px;
}.wpc-scope-398 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon-device::after{
  width: 5px;
  height: 5px;
  left: 20px;
  top: 28px;
  background: #ff5b9c;
}.wpc-scope-398 .tc-wp-content-root .cfg-editorial-wrap .cfg-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-398 .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  background: linear-gradient(135deg, #ffffff, #fbfcff);
}.wpc-scope-398 .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 18%;
  bottom: 18%;
  width: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff5b9c, #8b5cf6, #2dd4bf);
}.wpc-scope-398 .tc-wp-content-root .cfg-editorial-wrap .cfg-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff5b9c, #7c3aed 56%, #2dd4bf);
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 16px 30px rgba(124, 58, 237, 0.2);
}.wpc-scope-398 .tc-wp-content-root .cfg-editorial-wrap .cfg-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  margin-bottom: 16px;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(124, 58, 237, 0.08);
  color: #6c3df4;
  font-size: 12px;
  font-weight: 780;
}.wpc-scope-398 .tc-wp-content-root .cfg-editorial-wrap .cfg-trust-mark{
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(45, 212, 191, 0.18), rgba(139, 92, 246, 0.18));
  position: relative;
}.wpc-scope-398 .tc-wp-content-root .cfg-editorial-wrap .cfg-trust-mark::before{
  content: "";
  position: absolute;
  width: 18px;
  height: 10px;
  left: 13px;
  top: 15px;
  border-left: 3px solid #14b8a6;
  border-bottom: 3px solid #14b8a6;
  transform: rotate(-45deg);
}.wpc-scope-398 .tc-wp-content-root .cfg-editorial-wrap .cfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}.wpc-scope-398 .tc-wp-content-root .cfg-editorial-wrap .cfg-reveal.cfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .cfg-editorial-wrap .cfg-section{
    padding: 52px 0;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-info-card, .tc-wp-content-root .cfg-editorial-wrap .cfg-use-card, .tc-wp-content-root .cfg-editorial-wrap .cfg-trust-card{
    padding: 24px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-info-card h3, .tc-wp-content-root .cfg-editorial-wrap .cfg-use-card h3, .tc-wp-content-root .cfg-editorial-wrap .cfg-trust-card h3, .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-info-card p, .tc-wp-content-root .cfg-editorial-wrap .cfg-use-card p, .tc-wp-content-root .cfg-editorial-wrap .cfg-trust-card p, .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-list{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .cfg-editorial-wrap .cfg-section{
    padding: 58px 0;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-info-card, .tc-wp-content-root .cfg-editorial-wrap .cfg-use-card, .tc-wp-content-root .cfg-editorial-wrap .cfg-trust-card{
    padding: 26px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-info-card h3, .tc-wp-content-root .cfg-editorial-wrap .cfg-use-card h3, .tc-wp-content-root .cfg-editorial-wrap .cfg-trust-card h3, .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-info-card p, .tc-wp-content-root .cfg-editorial-wrap .cfg-use-card p, .tc-wp-content-root .cfg-editorial-wrap .cfg-trust-card p, .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-list{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 26px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .cfg-editorial-wrap .cfg-section{
    padding: 64px 0;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-section-head h2{
    font-size: 33px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-info-card, .tc-wp-content-root .cfg-editorial-wrap .cfg-use-card, .tc-wp-content-root .cfg-editorial-wrap .cfg-trust-card{
    padding: 28px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-info-card h3, .tc-wp-content-root .cfg-editorial-wrap .cfg-use-card h3, .tc-wp-content-root .cfg-editorial-wrap .cfg-trust-card h3, .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-info-card p, .tc-wp-content-root .cfg-editorial-wrap .cfg-use-card p, .tc-wp-content-root .cfg-editorial-wrap .cfg-trust-card p, .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-list{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-number{
    width: 62px;
    height: 62px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .cfg-editorial-wrap .cfg-section{
    padding: 78px 0;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card-grid{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-grid-six, .tc-wp-content-root .cfg-editorial-wrap .cfg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-info-card, .tc-wp-content-root .cfg-editorial-wrap .cfg-use-card, .tc-wp-content-root .cfg-editorial-wrap .cfg-trust-card{
    padding: 30px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-info-card h3, .tc-wp-content-root .cfg-editorial-wrap .cfg-use-card h3, .tc-wp-content-root .cfg-editorial-wrap .cfg-trust-card h3, .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-info-card p, .tc-wp-content-root .cfg-editorial-wrap .cfg-use-card p, .tc-wp-content-root .cfg-editorial-wrap .cfg-trust-card p, .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-list{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-card{
    gap: 24px;
    padding: 32px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-number{
    width: 68px;
    height: 68px;
    font-size: 22px;
  }}@media (min-width: 1024px){.tc-wp-content-root .cfg-editorial-wrap .cfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-container{
    padding: 0 30px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-grid-six, .tc-wp-content-root .cfg-editorial-wrap .cfg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-info-card, .tc-wp-content-root .cfg-editorial-wrap .cfg-use-card, .tc-wp-content-root .cfg-editorial-wrap .cfg-trust-card{
    padding: 32px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-info-card h3, .tc-wp-content-root .cfg-editorial-wrap .cfg-use-card h3, .tc-wp-content-root .cfg-editorial-wrap .cfg-trust-card h3, .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-info-card p, .tc-wp-content-root .cfg-editorial-wrap .cfg-use-card p, .tc-wp-content-root .cfg-editorial-wrap .cfg-trust-card p, .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-list{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-card{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-number{
    width: 74px;
    height: 74px;
    font-size: 23px;
  }}.wpc-scope-398 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .cfg-step-content{}