@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-194 .tc-wp-content-root img, .wpc-scope-194 .tc-wp-content-root video, .wpc-scope-194 .tc-wp-content-root svg, .wpc-scope-194 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-194 .tc-wp-content-root .cfg-editorial-content{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #17141f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-194 .tc-wp-content-root .cfg-editorial-content .cfg-section{
  position: relative;
  width: 100%;
}.wpc-scope-194 .tc-wp-content-root .cfg-editorial-content .cfg-section-white{
  background: #ffffff;
}.wpc-scope-194 .tc-wp-content-root .cfg-editorial-content .cfg-section-soft{
  background: #f8f6fb;
}.wpc-scope-194 .tc-wp-content-root .cfg-editorial-content .cfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-194 .tc-wp-content-root .cfg-editorial-content .cfg-section-header{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-194 .tc-wp-content-root .cfg-editorial-content .cfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(122, 55, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(122, 55, 255, 0.1), rgba(255, 54, 159, 0.08));
  color: #6a2ee8;
  font-weight: 760;
  line-height: 1.2;
}.wpc-scope-194 .tc-wp-content-root .cfg-editorial-content .cfg-section-header h2{
  margin: 0;
  color: #17141f;
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: 0;
}.wpc-scope-194 .tc-wp-content-root .cfg-editorial-content .cfg-section-header p{
  margin: 16px auto 0;
  max-width: 700px;
  color: #625b70;
  line-height: 1.7;
}.wpc-scope-194 .tc-wp-content-root .cfg-editorial-content .cfg-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-194 .tc-wp-content-root .cfg-editorial-content .cfg-grid-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.wpc-scope-194 .tc-wp-content-root .cfg-editorial-content .cfg-info-card, .wpc-scope-194 .tc-wp-content-root .cfg-editorial-content .cfg-use-card, .wpc-scope-194 .tc-wp-content-root .cfg-editorial-content .cfg-benefit-card, .wpc-scope-194 .tc-wp-content-root .cfg-editorial-content .cfg-step-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(37, 28, 55, 0.09);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(38, 23, 72, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-194 .tc-wp-content-root .cfg-editorial-content .cfg-info-card, .wpc-scope-194 .tc-wp-content-root .cfg-editorial-content .cfg-use-card, .wpc-scope-194 .tc-wp-content-root .cfg-editorial-content .cfg-benefit-card{
  border-radius: 18px;
}.wpc-scope-194 .tc-wp-content-root .cfg-editorial-content .cfg-info-card::before, .wpc-scope-194 .tc-wp-content-root .cfg-editorial-content .cfg-use-card::before, .wpc-scope-194 .tc-wp-content-root .cfg-editorial-content .cfg-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(122, 55, 255, 0.16), rgba(255, 54, 159, 0.1), rgba(29, 209, 161, 0.08));
  opacity: 0;
  transition: opacity 220ms ease;
}.wpc-scope-194 .tc-wp-content-root .cfg-editorial-content .cfg-info-card:hover, .wpc-scope-194 .tc-wp-content-root .cfg-editorial-content .cfg-use-card:hover, .wpc-scope-194 .tc-wp-content-root .cfg-editorial-content .cfg-benefit-card:hover, .wpc-scope-194 .tc-wp-content-root .cfg-editorial-content .cfg-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(122, 55, 255, 0.22);
  box-shadow: 0 24px 60px rgba(38, 23, 72, 0.13);
}.wpc-scope-194 .tc-wp-content-root .cfg-editorial-content .cfg-info-card:hover::before, .wpc-scope-194 .tc-wp-content-root .cfg-editorial-content .cfg-use-card:hover::before, .wpc-scope-194 .tc-wp-content-root .cfg-editorial-content .cfg-benefit-card:hover::before{
  opacity: 1;
}.wpc-scope-194 .tc-wp-content-root .cfg-editorial-content .cfg-info-card h3, .wpc-scope-194 .tc-wp-content-root .cfg-editorial-content .cfg-use-card h3, .wpc-scope-194 .tc-wp-content-root .cfg-editorial-content .cfg-benefit-card h3, .wpc-scope-194 .tc-wp-content-root .cfg-editorial-content .cfg-step-content h3{
  position: relative;
  margin: 0;
  color: #1d1729;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}.wpc-scope-194 .tc-wp-content-root .cfg-editorial-content .cfg-info-card p, .wpc-scope-194 .tc-wp-content-root .cfg-editorial-content .cfg-use-card p, .wpc-scope-194 .tc-wp-content-root .cfg-editorial-content .cfg-benefit-card p, .wpc-scope-194 .tc-wp-content-root .cfg-editorial-content .cfg-step-content p{
  position: relative;
  margin: 10px 0 0;
  color: #625b70;
  line-height: 1.68;
}.wpc-scope-194 .tc-wp-content-root .cfg-editorial-content .cfg-card-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #7a37ff, #ff369f);
  box-shadow: 0 12px 26px rgba(122, 55, 255, 0.24);
  transition: transform 220ms ease;
}.wpc-scope-194 .tc-wp-content-root .cfg-editorial-content .cfg-info-card:hover .cfg-card-icon{
  transform: translateY(-2px) rotate(-3deg);
}.wpc-scope-194 .tc-wp-content-root .cfg-editorial-content .cfg-card-icon::before, .wpc-scope-194 .tc-wp-content-root .cfg-editorial-content .cfg-card-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-194 .tc-wp-content-root .cfg-editorial-content .cfg-icon-preview::before{
  width: 24px;
  height: 15px;
  left: 11px;
  top: 14px;
  border-radius: 9px;
  opacity: 0.95;
}.wpc-scope-194 .tc-wp-content-root .cfg-editorial-content .cfg-icon-preview::after{
  width: 8px;
  height: 8px;
  left: 19px;
  top: 18px;
  border-radius: 50%;
  background: #7a37ff;
}.wpc-scope-194 .tc-wp-content-root .cfg-editorial-content .cfg-icon-copy::before{
  width: 18px;
  height: 22px;
  left: 16px;
  top: 11px;
  border-radius: 5px;
  opacity: 0.95;
}.wpc-scope-194 .tc-wp-content-root .cfg-editorial-content .cfg-icon-copy::after{
  width: 18px;
  height: 22px;
  left: 11px;
  top: 16px;
  border-radius: 5px;
  background: transparent;
  border: 2px solid #ffffff;
}.wpc-scope-194 .tc-wp-content-root .cfg-editorial-content .cfg-icon-chaos::before{
  width: 25px;
  height: 3px;
  left: 10px;
  top: 15px;
  border-radius: 999px;
  box-shadow: 5px 8px 0 #ffffff, -1px 16px 0 #ffffff;
}.wpc-scope-194 .tc-wp-content-root .cfg-editorial-content .cfg-icon-chaos::after{
  width: 5px;
  height: 5px;
  left: 31px;
  top: 12px;
  border-radius: 50%;
  box-shadow: -18px 15px 0 #ffffff;
}.wpc-scope-194 .tc-wp-content-root .cfg-editorial-content .cfg-icon-social::before{
  width: 8px;
  height: 8px;
  left: 12px;
  top: 19px;
  border-radius: 50%;
  box-shadow: 12px -7px 0 #ffffff, 18px 9px 0 #ffffff;
}.wpc-scope-194 .tc-wp-content-root .cfg-editorial-content .cfg-icon-social::after{
  width: 24px;
  height: 2px;
  left: 13px;
  top: 23px;
  transform: rotate(-18deg);
  box-shadow: 0 8px 0 #ffffff;
}.wpc-scope-194 .tc-wp-content-root .cfg-editorial-content .cfg-icon-mood::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border-radius: 50%;
  opacity: 0.95;
}.wpc-scope-194 .tc-wp-content-root .cfg-editorial-content .cfg-icon-mood::after{
  width: 4px;
  height: 4px;
  left: 18px;
  top: 20px;
  border-radius: 50%;
  background: #7a37ff;
  box-shadow: 10px 0 0 #7a37ff, 5px 8px 0 1px #7a37ff;
}.wpc-scope-194 .tc-wp-content-root .cfg-editorial-content .cfg-icon-simple::before{
  width: 24px;
  height: 4px;
  left: 11px;
  top: 14px;
  border-radius: 999px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.wpc-scope-194 .tc-wp-content-root .cfg-editorial-content .cfg-icon-simple::after{
  width: 5px;
  height: 5px;
  left: 31px;
  top: 13px;
  border-radius: 50%;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.wpc-scope-194 .tc-wp-content-root .cfg-editorial-content .cfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-194 .tc-wp-content-root .cfg-editorial-content .cfg-step-card{
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}.wpc-scope-194 .tc-wp-content-root .cfg-editorial-content .cfg-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 18%;
  bottom: 18%;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #7a37ff, #ff369f);
}.wpc-scope-194 .tc-wp-content-root .cfg-editorial-content .cfg-step-number{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #17141f, #4b2acb);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(75, 42, 203, 0.22);
}.wpc-scope-194 .tc-wp-content-root .cfg-editorial-content .cfg-use-badge{
  position: relative;
  display: inline-flex;
  margin: 0 0 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(29, 209, 161, 0.12);
  color: #087b62;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-194 .tc-wp-content-root .cfg-editorial-content .cfg-benefit-card{
  background: linear-gradient(180deg, #ffffff, #fbfaff);
}.wpc-scope-194 .tc-wp-content-root .cfg-editorial-content .cfg-benefit-mark{
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1dd1a1, #7a37ff);
  box-shadow: 0 12px 28px rgba(29, 209, 161, 0.2);
}.wpc-scope-194 .tc-wp-content-root .cfg-editorial-content .cfg-benefit-mark::before{
  content: "";
  position: absolute;
  width: 16px;
  height: 8px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.wpc-scope-194 .tc-wp-content-root .cfg-editorial-content .cfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}.wpc-scope-194 .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: 54px 0;
  }.tc-wp-content-root .cfg-editorial-content .cfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-section-header h2{
    font-size: 27px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-section-header p{
    font-size: 15px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-kicker{
    font-size: 12px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-info-card, .tc-wp-content-root .cfg-editorial-content .cfg-use-card, .tc-wp-content-root .cfg-editorial-content .cfg-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-info-card h3, .tc-wp-content-root .cfg-editorial-content .cfg-use-card h3, .tc-wp-content-root .cfg-editorial-content .cfg-benefit-card h3, .tc-wp-content-root .cfg-editorial-content .cfg-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-info-card p, .tc-wp-content-root .cfg-editorial-content .cfg-use-card p, .tc-wp-content-root .cfg-editorial-content .cfg-benefit-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;
  }.tc-wp-content-root .cfg-editorial-content .cfg-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .cfg-editorial-content .cfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .cfg-editorial-content .cfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-section-header h2{
    font-size: 30px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-section-header 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-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-info-card, .tc-wp-content-root .cfg-editorial-content .cfg-use-card, .tc-wp-content-root .cfg-editorial-content .cfg-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-info-card h3, .tc-wp-content-root .cfg-editorial-content .cfg-use-card h3, .tc-wp-content-root .cfg-editorial-content .cfg-benefit-card h3, .tc-wp-content-root .cfg-editorial-content .cfg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-info-card p, .tc-wp-content-root .cfg-editorial-content .cfg-use-card p, .tc-wp-content-root .cfg-editorial-content .cfg-benefit-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-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .cfg-editorial-content .cfg-section{
    padding: 66px 0;
  }.tc-wp-content-root .cfg-editorial-content .cfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-section-header h2{
    font-size: 34px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-section-header p{
    font-size: 16px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-kicker{
    font-size: 13px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-info-card, .tc-wp-content-root .cfg-editorial-content .cfg-use-card, .tc-wp-content-root .cfg-editorial-content .cfg-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-info-card h3, .tc-wp-content-root .cfg-editorial-content .cfg-use-card h3, .tc-wp-content-root .cfg-editorial-content .cfg-benefit-card h3, .tc-wp-content-root .cfg-editorial-content .cfg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-info-card p, .tc-wp-content-root .cfg-editorial-content .cfg-use-card p, .tc-wp-content-root .cfg-editorial-content .cfg-benefit-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: 18px;
    padding: 26px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .cfg-editorial-content .cfg-section{
    padding: 82px 0;
  }.tc-wp-content-root .cfg-editorial-content .cfg-container{
    padding: 0 34px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-section-header h2{
    font-size: 42px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-section-header p{
    font-size: 17px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-kicker{
    font-size: 13px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-benefit-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .cfg-editorial-content .cfg-info-card, .tc-wp-content-root .cfg-editorial-content .cfg-use-card, .tc-wp-content-root .cfg-editorial-content .cfg-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-info-card h3, .tc-wp-content-root .cfg-editorial-content .cfg-use-card h3, .tc-wp-content-root .cfg-editorial-content .cfg-benefit-card h3, .tc-wp-content-root .cfg-editorial-content .cfg-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-info-card p, .tc-wp-content-root .cfg-editorial-content .cfg-use-card p, .tc-wp-content-root .cfg-editorial-content .cfg-benefit-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: 24px;
    padding: 30px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-step-number{
    width: 64px;
    height: 64px;
    font-size: 20px;
  }}@media (min-width: 1024px){.tc-wp-content-root .cfg-editorial-content .cfg-section{
    padding: 96px 0;
  }.tc-wp-content-root .cfg-editorial-content .cfg-container{
    padding: 0 28px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-section-header h2{
    font-size: 48px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-section-header p{
    font-size: 17px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-kicker{
    font-size: 13px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-card-grid{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .cfg-editorial-content .cfg-info-card, .tc-wp-content-root .cfg-editorial-content .cfg-use-card, .tc-wp-content-root .cfg-editorial-content .cfg-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-info-card h3, .tc-wp-content-root .cfg-editorial-content .cfg-use-card h3, .tc-wp-content-root .cfg-editorial-content .cfg-benefit-card h3, .tc-wp-content-root .cfg-editorial-content .cfg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-info-card p, .tc-wp-content-root .cfg-editorial-content .cfg-use-card p, .tc-wp-content-root .cfg-editorial-content .cfg-benefit-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: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-step-card{
    gap: 28px;
    padding: 34px 36px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-step-number{
    width: 72px;
    height: 72px;
    font-size: 22px;
  }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .cfg-editorial-content .cfg-reveal, .tc-wp-content-root .cfg-editorial-content .cfg-info-card, .tc-wp-content-root .cfg-editorial-content .cfg-use-card, .tc-wp-content-root .cfg-editorial-content .cfg-benefit-card, .tc-wp-content-root .cfg-editorial-content .cfg-step-card, .tc-wp-content-root .cfg-editorial-content .cfg-card-icon{
    transition: none;
  }.tc-wp-content-root .cfg-editorial-content .cfg-reveal{
    opacity: 1;
    transform: none;
  }}