@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-464 .tc-wp-content-root img, .wpc-scope-464 .tc-wp-content-root video, .wpc-scope-464 .tc-wp-content-root svg, .wpc-scope-464 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-464 .tc-wp-content-root .mfg-editorial-content{
  width: 100%;
  max-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-464 .tc-wp-content-root .mfg-editorial-content .mfg-section{
  position: relative;
  width: 100%;
}.wpc-scope-464 .tc-wp-content-root .mfg-editorial-content .mfg-section-white{
  background: #ffffff;
}.wpc-scope-464 .tc-wp-content-root .mfg-editorial-content .mfg-section-soft{
  background:
    radial-gradient(circle at top left, rgba(116, 85, 255, 0.08), transparent 34%),
    linear-gradient(180deg, #fbfaf8 0%, #f7f5f1 100%);
}.wpc-scope-464 .tc-wp-content-root .mfg-editorial-content .mfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-464 .tc-wp-content-root .mfg-editorial-content .mfg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-464 .tc-wp-content-root .mfg-editorial-content .mfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 8px 14px;
  border: 1px solid rgba(116, 85, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(116, 85, 255, 0.1), rgba(0, 188, 180, 0.1));
  color: #5c42d8;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}.wpc-scope-464 .tc-wp-content-root .mfg-editorial-content .mfg-section-head h2{
  margin: 0;
  color: #121827;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-464 .tc-wp-content-root .mfg-editorial-content .mfg-section-head p{
  margin: 16px auto 0;
  color: #5d6678;
  line-height: 1.7;
}.wpc-scope-464 .tc-wp-content-root .mfg-editorial-content .mfg-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-464 .tc-wp-content-root .mfg-editorial-content .mfg-card, .wpc-scope-464 .tc-wp-content-root .mfg-editorial-content .mfg-benefit-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(22, 32, 51, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(23, 32, 51, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-464 .tc-wp-content-root .mfg-editorial-content .mfg-card::before, .wpc-scope-464 .tc-wp-content-root .mfg-editorial-content .mfg-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(116, 85, 255, 0.35), rgba(0, 188, 180, 0.22), rgba(255, 255, 255, 0));
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}.wpc-scope-464 .tc-wp-content-root .mfg-editorial-content .mfg-card:hover, .wpc-scope-464 .tc-wp-content-root .mfg-editorial-content .mfg-benefit-card:hover{
  transform: translateY(-6px);
  border-color: rgba(116, 85, 255, 0.22);
  box-shadow: 0 24px 60px rgba(23, 32, 51, 0.12);
}.wpc-scope-464 .tc-wp-content-root .mfg-editorial-content .mfg-card:hover::before, .wpc-scope-464 .tc-wp-content-root .mfg-editorial-content .mfg-benefit-card:hover::before{
  opacity: 1;
}.wpc-scope-464 .tc-wp-content-root .mfg-editorial-content .mfg-card h3, .wpc-scope-464 .tc-wp-content-root .mfg-editorial-content .mfg-benefit-card h3, .wpc-scope-464 .tc-wp-content-root .mfg-editorial-content .mfg-step-content h3{
  margin: 0;
  color: #172033;
  font-weight: 780;
  line-height: 1.24;
  letter-spacing: 0;
}.wpc-scope-464 .tc-wp-content-root .mfg-editorial-content .mfg-card p, .wpc-scope-464 .tc-wp-content-root .mfg-editorial-content .mfg-benefit-card p, .wpc-scope-464 .tc-wp-content-root .mfg-editorial-content .mfg-step-content p{
  margin: 12px 0 0;
  color: #606a7c;
  line-height: 1.68;
}.wpc-scope-464 .tc-wp-content-root .mfg-editorial-content .mfg-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin: 0 0 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #7455ff, #00bcb4);
  box-shadow: 0 12px 25px rgba(116, 85, 255, 0.24);
}.wpc-scope-464 .tc-wp-content-root .mfg-editorial-content .mfg-icon::before, .wpc-scope-464 .tc-wp-content-root .mfg-editorial-content .mfg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
  transition: transform 220ms ease;
}.wpc-scope-464 .tc-wp-content-root .mfg-editorial-content .mfg-card:hover .mfg-icon::before{
  transform: translateY(-2px);
}.wpc-scope-464 .tc-wp-content-root .mfg-editorial-content .mfg-icon-preview::before{
  width: 22px;
  height: 3px;
  left: 13px;
  top: 16px;
  border-radius: 999px;
}.wpc-scope-464 .tc-wp-content-root .mfg-editorial-content .mfg-icon-preview::after{
  width: 14px;
  height: 3px;
  left: 13px;
  top: 27px;
  border-radius: 999px;
  opacity: 0.82;
}.wpc-scope-464 .tc-wp-content-root .mfg-editorial-content .mfg-icon-copy::before{
  width: 17px;
  height: 20px;
  left: 17px;
  top: 13px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  background: transparent;
}.wpc-scope-464 .tc-wp-content-root .mfg-editorial-content .mfg-icon-copy::after{
  width: 16px;
  height: 18px;
  left: 12px;
  top: 17px;
  border: 2px solid rgba(255, 255, 255, 0.78);
  border-radius: 5px;
  background: transparent;
}.wpc-scope-464 .tc-wp-content-root .mfg-editorial-content .mfg-icon-creative::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  clip-path: polygon(50% 0, 61% 36%, 100% 36%, 68% 57%, 80% 96%, 50% 72%, 20% 96%, 32% 57%, 0 36%, 39% 36%);
}.wpc-scope-464 .tc-wp-content-root .mfg-editorial-content .mfg-icon-creative::after{
  display: none;
}.wpc-scope-464 .tc-wp-content-root .mfg-editorial-content .mfg-icon-polish::before{
  width: 20px;
  height: 20px;
  left: 14px;
  top: 14px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid #ffffff;
}.wpc-scope-464 .tc-wp-content-root .mfg-editorial-content .mfg-icon-polish::after{
  width: 6px;
  height: 6px;
  left: 21px;
  top: 21px;
  border-radius: 50%;
}.wpc-scope-464 .tc-wp-content-root .mfg-editorial-content .mfg-icon-speed::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  clip-path: polygon(55% 0, 22% 52%, 48% 52%, 36% 100%, 82% 40%, 56% 40%);
}.wpc-scope-464 .tc-wp-content-root .mfg-editorial-content .mfg-icon-speed::after{
  display: none;
}.wpc-scope-464 .tc-wp-content-root .mfg-editorial-content .mfg-icon-friendly::before{
  width: 24px;
  height: 16px;
  left: 12px;
  top: 16px;
  border: 2px solid #ffffff;
  border-radius: 999px;
  background: transparent;
}.wpc-scope-464 .tc-wp-content-root .mfg-editorial-content .mfg-icon-friendly::after{
  width: 8px;
  height: 8px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
}.wpc-scope-464 .tc-wp-content-root .mfg-editorial-content .mfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-464 .tc-wp-content-root .mfg-editorial-content .mfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  height: 100%;
  border: 1px solid rgba(116, 85, 255, 0.14);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.78));
  box-shadow: 0 18px 48px rgba(23, 32, 51, 0.08);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease;
}.wpc-scope-464 .tc-wp-content-root .mfg-editorial-content .mfg-step-card::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #7455ff, #00bcb4);
}.wpc-scope-464 .tc-wp-content-root .mfg-editorial-content .mfg-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(23, 32, 51, 0.12);
}.wpc-scope-464 .tc-wp-content-root .mfg-editorial-content .mfg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  border-radius: 20px;
  background: linear-gradient(135deg, #7455ff, #00bcb4);
  box-shadow: 0 14px 28px rgba(116, 85, 255, 0.24);
}.wpc-scope-464 .tc-wp-content-root .mfg-editorial-content .mfg-use-card{
  overflow: hidden;
}.wpc-scope-464 .tc-wp-content-root .mfg-editorial-content .mfg-use-badge{
  display: inline-flex;
  margin: 0 0 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(0, 188, 180, 0.1);
  color: #087a76;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-464 .tc-wp-content-root .mfg-editorial-content .mfg-benefit-card{
  overflow: hidden;
}.wpc-scope-464 .tc-wp-content-root .mfg-editorial-content .mfg-benefit-mark{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(116, 85, 255, 0.14), rgba(0, 188, 180, 0.16));
  position: relative;
}.wpc-scope-464 .tc-wp-content-root .mfg-editorial-content .mfg-benefit-mark::before{
  content: "";
  position: absolute;
  width: 17px;
  height: 9px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #5c42d8;
  border-bottom: 3px solid #5c42d8;
  transform: rotate(-45deg);
}.wpc-scope-464 .tc-wp-content-root .mfg-editorial-content .mfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}.wpc-scope-464 .tc-wp-content-root .mfg-editorial-content .mfg-reveal.mfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .mfg-editorial-content .mfg-section{
    padding: 48px 0;
  }.tc-wp-content-root .mfg-editorial-content .mfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .mfg-editorial-content .mfg-section-head h2{
    font-size: 25px;
  }.tc-wp-content-root .mfg-editorial-content .mfg-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .mfg-editorial-content .mfg-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .mfg-editorial-content .mfg-card, .tc-wp-content-root .mfg-editorial-content .mfg-benefit-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .mfg-editorial-content .mfg-card h3, .tc-wp-content-root .mfg-editorial-content .mfg-benefit-card h3, .tc-wp-content-root .mfg-editorial-content .mfg-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .mfg-editorial-content .mfg-card p, .tc-wp-content-root .mfg-editorial-content .mfg-benefit-card p, .tc-wp-content-root .mfg-editorial-content .mfg-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .mfg-editorial-content .mfg-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .mfg-editorial-content .mfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .mfg-editorial-content .mfg-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .mfg-editorial-content .mfg-section{
    padding: 56px 0;
  }.tc-wp-content-root .mfg-editorial-content .mfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .mfg-editorial-content .mfg-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .mfg-editorial-content .mfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .mfg-editorial-content .mfg-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .mfg-editorial-content .mfg-card, .tc-wp-content-root .mfg-editorial-content .mfg-benefit-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .mfg-editorial-content .mfg-card h3, .tc-wp-content-root .mfg-editorial-content .mfg-benefit-card h3, .tc-wp-content-root .mfg-editorial-content .mfg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .mfg-editorial-content .mfg-card p, .tc-wp-content-root .mfg-editorial-content .mfg-benefit-card p, .tc-wp-content-root .mfg-editorial-content .mfg-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .mfg-editorial-content .mfg-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .mfg-editorial-content .mfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .mfg-editorial-content .mfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .mfg-editorial-content .mfg-section{
    padding: 64px 0;
  }.tc-wp-content-root .mfg-editorial-content .mfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .mfg-editorial-content .mfg-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .mfg-editorial-content .mfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .mfg-editorial-content .mfg-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .mfg-editorial-content .mfg-card, .tc-wp-content-root .mfg-editorial-content .mfg-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .mfg-editorial-content .mfg-card h3, .tc-wp-content-root .mfg-editorial-content .mfg-benefit-card h3, .tc-wp-content-root .mfg-editorial-content .mfg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .mfg-editorial-content .mfg-card p, .tc-wp-content-root .mfg-editorial-content .mfg-benefit-card p, .tc-wp-content-root .mfg-editorial-content .mfg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .mfg-editorial-content .mfg-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .mfg-editorial-content .mfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .mfg-editorial-content .mfg-step-number{
    width: 62px;
    height: 62px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .mfg-editorial-content .mfg-section{
    padding: 78px 0;
  }.tc-wp-content-root .mfg-editorial-content .mfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .mfg-editorial-content .mfg-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .mfg-editorial-content .mfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .mfg-editorial-content .mfg-grid-six, .tc-wp-content-root .mfg-editorial-content .mfg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .mfg-editorial-content .mfg-card, .tc-wp-content-root .mfg-editorial-content .mfg-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .mfg-editorial-content .mfg-card h3, .tc-wp-content-root .mfg-editorial-content .mfg-benefit-card h3, .tc-wp-content-root .mfg-editorial-content .mfg-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .mfg-editorial-content .mfg-card p, .tc-wp-content-root .mfg-editorial-content .mfg-benefit-card p, .tc-wp-content-root .mfg-editorial-content .mfg-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .mfg-editorial-content .mfg-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .mfg-editorial-content .mfg-step-card{
    grid-template-columns: 78px 1fr;
    gap: 24px;
    padding: 30px 32px;
  }.tc-wp-content-root .mfg-editorial-content .mfg-step-number{
    width: 66px;
    height: 66px;
    font-size: 21px;
  }}@media (min-width: 1024px){.tc-wp-content-root .mfg-editorial-content .mfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .mfg-editorial-content .mfg-container{
    padding: 0 28px;
  }.tc-wp-content-root .mfg-editorial-content .mfg-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .mfg-editorial-content .mfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .mfg-editorial-content .mfg-grid-six, .tc-wp-content-root .mfg-editorial-content .mfg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .mfg-editorial-content .mfg-card, .tc-wp-content-root .mfg-editorial-content .mfg-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .mfg-editorial-content .mfg-card h3, .tc-wp-content-root .mfg-editorial-content .mfg-benefit-card h3, .tc-wp-content-root .mfg-editorial-content .mfg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .mfg-editorial-content .mfg-card p, .tc-wp-content-root .mfg-editorial-content .mfg-benefit-card p, .tc-wp-content-root .mfg-editorial-content .mfg-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .mfg-editorial-content .mfg-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .mfg-editorial-content .mfg-step-card{
    grid-template-columns: 90px 1fr;
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .mfg-editorial-content .mfg-step-number{
    width: 72px;
    height: 72px;
    font-size: 22px;
  }}