@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-721 .tc-wp-content-root img, .wpc-scope-721 .tc-wp-content-root video, .wpc-scope-721 .tc-wp-content-root svg, .wpc-scope-721 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-721 .tc-wp-content-root .csfg-editorial{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.wpc-scope-721 .tc-wp-content-root .csfg-editorial, .wpc-scope-721 .tc-wp-content-root .csfg-editorial section, .wpc-scope-721 .tc-wp-content-root .csfg-editorial div, .wpc-scope-721 .tc-wp-content-root .csfg-editorial article{
  box-sizing: border-box;
}.wpc-scope-721 .tc-wp-content-root .csfg-editorial .csfg-section{
  position: relative;
  width: 100%;
}.wpc-scope-721 .tc-wp-content-root .csfg-editorial .csfg-section-white{
  background: #ffffff;
}.wpc-scope-721 .tc-wp-content-root .csfg-editorial .csfg-section-soft{
  background:
    radial-gradient(circle at 12% 8%, rgba(240, 91, 142, 0.08), transparent 30%),
    radial-gradient(circle at 88% 20%, rgba(61, 144, 210, 0.08), transparent 28%),
    #fbfaf7;
}.wpc-scope-721 .tc-wp-content-root .csfg-editorial .csfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-721 .tc-wp-content-root .csfg-editorial .csfg-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-721 .tc-wp-content-root .csfg-editorial .csfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 14px;
  border: 1px solid rgba(224, 72, 128, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 242, 247, 0.95), rgba(239, 249, 255, 0.95));
  color: #b12f67;
  font-weight: 750;
  letter-spacing: 0;
  line-height: 1.2;
}.wpc-scope-721 .tc-wp-content-root .csfg-editorial .csfg-heading h2{
  margin: 0;
  color: #141b2d;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-721 .tc-wp-content-root .csfg-editorial .csfg-heading p{
  margin: 16px auto 0;
  max-width: 700px;
  color: #5c6578;
  font-weight: 450;
}.wpc-scope-721 .tc-wp-content-root .csfg-editorial .csfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-721 .tc-wp-content-root .csfg-editorial .csfg-card{
  position: relative;
  display: flex;
  height: 100%;
  min-width: 0;
  flex-direction: column;
  border: 1px solid rgba(30, 42, 68, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(25, 35, 60, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-721 .tc-wp-content-root .csfg-editorial .csfg-card::before{
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(226, 68, 129, 0.42), rgba(80, 167, 213, 0.34), rgba(255, 183, 77, 0.24));
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 240ms ease;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}.wpc-scope-721 .tc-wp-content-root .csfg-editorial .csfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(226, 68, 129, 0.22);
  box-shadow: 0 24px 60px rgba(25, 35, 60, 0.13);
}.wpc-scope-721 .tc-wp-content-root .csfg-editorial .csfg-card:hover::before{
  opacity: 1;
}.wpc-scope-721 .tc-wp-content-root .csfg-editorial .csfg-card h3{
  margin: 0;
  color: #172033;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-721 .tc-wp-content-root .csfg-editorial .csfg-card p{
  margin: 10px 0 0;
  color: #667086;
  font-weight: 450;
}.wpc-scope-721 .tc-wp-content-root .csfg-editorial .csfg-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  flex: 0 0 auto;
  border-radius: 16px;
  background: linear-gradient(135deg, #e44783, #50a7d5);
  box-shadow: 0 12px 28px rgba(226, 68, 129, 0.24);
  transition: transform 240ms ease;
}.wpc-scope-721 .tc-wp-content-root .csfg-editorial .csfg-card:hover .csfg-icon{
  transform: translateY(-2px) rotate(-2deg);
}.wpc-scope-721 .tc-wp-content-root .csfg-editorial .csfg-icon::before, .wpc-scope-721 .tc-wp-content-root .csfg-editorial .csfg-icon::after{
  position: absolute;
  content: "";
}.wpc-scope-721 .tc-wp-content-root .csfg-editorial .csfg-icon-preview::before{
  inset: 13px 10px;
  border: 2px solid #ffffff;
  border-radius: 9px;
}.wpc-scope-721 .tc-wp-content-root .csfg-editorial .csfg-icon-preview::after{
  width: 10px;
  height: 10px;
  top: 19px;
  left: 19px;
  border-radius: 50%;
  background: #ffffff;
}.wpc-scope-721 .tc-wp-content-root .csfg-editorial .csfg-icon-copy::before{
  width: 17px;
  height: 20px;
  top: 12px;
  left: 18px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}.wpc-scope-721 .tc-wp-content-root .csfg-editorial .csfg-icon-copy::after{
  width: 17px;
  height: 20px;
  top: 17px;
  left: 12px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 5px;
}.wpc-scope-721 .tc-wp-content-root .csfg-editorial .csfg-icon-pattern::before{
  inset: 12px;
  background-image:
    linear-gradient(#ffffff 2px, transparent 2px),
    linear-gradient(90deg, #ffffff 2px, transparent 2px);
  background-size: 9px 9px;
}.wpc-scope-721 .tc-wp-content-root .csfg-editorial .csfg-icon-pattern::after{
  width: 18px;
  height: 18px;
  top: 15px;
  left: 15px;
  background: rgba(255, 255, 255, 0.38);
  border-radius: 4px;
}.wpc-scope-721 .tc-wp-content-root .csfg-editorial .csfg-icon-creative::before{
  width: 22px;
  height: 22px;
  top: 13px;
  left: 13px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.wpc-scope-721 .tc-wp-content-root .csfg-editorial .csfg-icon-creative::after{
  width: 7px;
  height: 18px;
  top: 8px;
  left: 25px;
  border-radius: 999px;
  background: #ffffff;
  transform: rotate(35deg);
}.wpc-scope-721 .tc-wp-content-root .csfg-editorial .csfg-icon-clean::before{
  width: 22px;
  height: 14px;
  top: 17px;
  left: 13px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(38deg);
}.wpc-scope-721 .tc-wp-content-root .csfg-editorial .csfg-icon-fast::before{
  width: 22px;
  height: 22px;
  top: 13px;
  left: 13px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.wpc-scope-721 .tc-wp-content-root .csfg-editorial .csfg-icon-fast::after{
  width: 11px;
  height: 3px;
  top: 22px;
  left: 24px;
  border-radius: 999px;
  background: #ffffff;
  transform-origin: left center;
  transform: rotate(-35deg);
}.wpc-scope-721 .tc-wp-content-root .csfg-editorial .csfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-721 .tc-wp-content-root .csfg-editorial .csfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(30, 42, 68, 0.1);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 249, 252, 0.96)),
    #ffffff;
  box-shadow: 0 18px 48px rgba(25, 35, 60, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-721 .tc-wp-content-root .csfg-editorial .csfg-step-card::after{
  position: absolute;
  top: 50%;
  left: 42px;
  width: 2px;
  height: calc(100% + 22px);
  background: linear-gradient(180deg, rgba(226, 68, 129, 0.35), rgba(80, 167, 213, 0.2));
  content: "";
  transform: translateY(0);
  z-index: 0;
}.wpc-scope-721 .tc-wp-content-root .csfg-editorial .csfg-step-card:last-child::after{
  display: none;
}.wpc-scope-721 .tc-wp-content-root .csfg-editorial .csfg-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(80, 167, 213, 0.24);
  box-shadow: 0 24px 62px rgba(25, 35, 60, 0.12);
}.wpc-scope-721 .tc-wp-content-root .csfg-editorial .csfg-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 84px;
  height: 84px;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  background: linear-gradient(135deg, #e44783, #50a7d5);
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 16px 34px rgba(226, 68, 129, 0.24);
}.wpc-scope-721 .tc-wp-content-root .csfg-editorial .csfg-step-content{
  min-width: 0;
}.wpc-scope-721 .tc-wp-content-root .csfg-editorial .csfg-step-content h3{
  margin: 0;
  color: #172033;
  font-weight: 830;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-721 .tc-wp-content-root .csfg-editorial .csfg-step-content p{
  margin: 8px 0 0;
  color: #667086;
}.wpc-scope-721 .tc-wp-content-root .csfg-editorial .csfg-badge{
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin-bottom: 16px;
  padding: 7px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(226, 68, 129, 0.1), rgba(80, 167, 213, 0.1));
  color: #a72f64;
  font-weight: 800;
  line-height: 1.2;
}.wpc-scope-721 .tc-wp-content-root .csfg-editorial .csfg-benefit-card{
  text-align: left;
}.wpc-scope-721 .tc-wp-content-root .csfg-editorial .csfg-icon-free::before{
  width: 24px;
  height: 24px;
  top: 12px;
  left: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.wpc-scope-721 .tc-wp-content-root .csfg-editorial .csfg-icon-free::after{
  width: 12px;
  height: 7px;
  top: 19px;
  left: 18px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.wpc-scope-721 .tc-wp-content-root .csfg-editorial .csfg-icon-mobile::before{
  width: 18px;
  height: 28px;
  top: 10px;
  left: 15px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}.wpc-scope-721 .tc-wp-content-root .csfg-editorial .csfg-icon-mobile::after{
  width: 5px;
  height: 5px;
  bottom: 14px;
  left: 22px;
  border-radius: 50%;
  background: #ffffff;
}.wpc-scope-721 .tc-wp-content-root .csfg-editorial .csfg-icon-private::before{
  width: 24px;
  height: 17px;
  top: 20px;
  left: 12px;
  border-radius: 5px;
  background: #ffffff;
}.wpc-scope-721 .tc-wp-content-root .csfg-editorial .csfg-icon-private::after{
  width: 14px;
  height: 13px;
  top: 10px;
  left: 17px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
}.wpc-scope-721 .tc-wp-content-root .csfg-editorial .csfg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-721 .tc-wp-content-root .csfg-editorial .csfg-reveal.csfg-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 240ms ease, border-color 240ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .csfg-editorial .csfg-section{
    padding: 48px 0;
  }.tc-wp-content-root .csfg-editorial .csfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .csfg-editorial .csfg-kicker{
    font-size: 12px;
  }.tc-wp-content-root .csfg-editorial .csfg-heading h2{
    font-size: 25px;
  }.tc-wp-content-root .csfg-editorial .csfg-heading p{
    font-size: 15px;
  }.tc-wp-content-root .csfg-editorial .csfg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .csfg-editorial .csfg-card{
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .csfg-editorial .csfg-card h3, .tc-wp-content-root .csfg-editorial .csfg-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .csfg-editorial .csfg-card p, .tc-wp-content-root .csfg-editorial .csfg-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .csfg-editorial .csfg-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .csfg-editorial .csfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px;
  }.tc-wp-content-root .csfg-editorial .csfg-step-card::after{
    display: none;
  }.tc-wp-content-root .csfg-editorial .csfg-step-number{
    width: 64px;
    height: 64px;
    border-radius: 18px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .csfg-editorial .csfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .csfg-editorial .csfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .csfg-editorial .csfg-kicker{
    font-size: 12px;
  }.tc-wp-content-root .csfg-editorial .csfg-heading h2{
    font-size: 28px;
  }.tc-wp-content-root .csfg-editorial .csfg-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .csfg-editorial .csfg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .csfg-editorial .csfg-card{
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .csfg-editorial .csfg-card h3, .tc-wp-content-root .csfg-editorial .csfg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .csfg-editorial .csfg-card p, .tc-wp-content-root .csfg-editorial .csfg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .csfg-editorial .csfg-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .csfg-editorial .csfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .csfg-editorial .csfg-step-card::after{
    display: none;
  }.tc-wp-content-root .csfg-editorial .csfg-step-number{
    width: 68px;
    height: 68px;
    border-radius: 18px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .csfg-editorial .csfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .csfg-editorial .csfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .csfg-editorial .csfg-kicker{
    font-size: 13px;
  }.tc-wp-content-root .csfg-editorial .csfg-heading h2{
    font-size: 32px;
  }.tc-wp-content-root .csfg-editorial .csfg-heading p{
    font-size: 16px;
  }.tc-wp-content-root .csfg-editorial .csfg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .csfg-editorial .csfg-card{
    padding: 24px;
  }.tc-wp-content-root .csfg-editorial .csfg-card h3, .tc-wp-content-root .csfg-editorial .csfg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .csfg-editorial .csfg-card p, .tc-wp-content-root .csfg-editorial .csfg-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .csfg-editorial .csfg-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .csfg-editorial .csfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .csfg-editorial .csfg-step-card::after{
    display: none;
  }.tc-wp-content-root .csfg-editorial .csfg-step-number{
    width: 72px;
    height: 72px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .csfg-editorial .csfg-section{
    padding: 74px 0;
  }.tc-wp-content-root .csfg-editorial .csfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .csfg-editorial .csfg-kicker{
    font-size: 13px;
  }.tc-wp-content-root .csfg-editorial .csfg-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .csfg-editorial .csfg-heading p{
    font-size: 17px;
  }.tc-wp-content-root .csfg-editorial .csfg-grid-three, .tc-wp-content-root .csfg-editorial .csfg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .csfg-editorial .csfg-grid{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .csfg-editorial .csfg-card{
    padding: 28px;
  }.tc-wp-content-root .csfg-editorial .csfg-card h3, .tc-wp-content-root .csfg-editorial .csfg-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .csfg-editorial .csfg-card p, .tc-wp-content-root .csfg-editorial .csfg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .csfg-editorial .csfg-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .csfg-editorial .csfg-step-card{
    gap: 24px;
    padding: 28px;
  }.tc-wp-content-root .csfg-editorial .csfg-step-number{
    width: 78px;
    height: 78px;
    font-size: 21px;
  }}@media (min-width: 1024px){.tc-wp-content-root .csfg-editorial .csfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .csfg-editorial .csfg-container{
    padding: 0 40px;
  }.tc-wp-content-root .csfg-editorial .csfg-kicker{
    font-size: 13px;
  }.tc-wp-content-root .csfg-editorial .csfg-heading h2{
    font-size: 48px;
  }.tc-wp-content-root .csfg-editorial .csfg-heading p{
    font-size: 18px;
  }.tc-wp-content-root .csfg-editorial .csfg-grid-three, .tc-wp-content-root .csfg-editorial .csfg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .csfg-editorial .csfg-grid{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .csfg-editorial .csfg-card{
    padding: 30px;
  }.tc-wp-content-root .csfg-editorial .csfg-card h3, .tc-wp-content-root .csfg-editorial .csfg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .csfg-editorial .csfg-card p, .tc-wp-content-root .csfg-editorial .csfg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .csfg-editorial .csfg-steps{
    gap: 22px;
    margin-top: 50px;
  }.tc-wp-content-root .csfg-editorial .csfg-step-card{
    gap: 28px;
    padding: 32px;
  }.tc-wp-content-root .csfg-editorial .csfg-step-number{
    width: 84px;
    height: 84px;
    font-size: 22px;
  }}.wpc-scope-721 .tc-wp-content-root .csfg-use-card{}