@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-330 .tc-wp-content-root img, .wpc-scope-330 .tc-wp-content-root video, .wpc-scope-330 .tc-wp-content-root svg, .wpc-scope-330 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-330 .tc-wp-content-root .mfg-editorial{
  width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: #172033;
  background: #ffffff;
}.wpc-scope-330 .tc-wp-content-root .mfg-editorial, .wpc-scope-330 .tc-wp-content-root .mfg-editorial div, .wpc-scope-330 .tc-wp-content-root .mfg-editorial section, .wpc-scope-330 .tc-wp-content-root .mfg-editorial article{
  box-sizing: border-box;
}.wpc-scope-330 .tc-wp-content-root .mfg-editorial .mfg-section{
  position: relative;
  width: 100%;
}.wpc-scope-330 .tc-wp-content-root .mfg-editorial .mfg-section-white{
  background: #ffffff;
}.wpc-scope-330 .tc-wp-content-root .mfg-editorial .mfg-section-soft{
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 207, 79, 0.16), transparent 28%),
    radial-gradient(circle at 88% 8%, rgba(255, 93, 143, 0.12), transparent 24%),
    #fbfaf7;
}.wpc-scope-330 .tc-wp-content-root .mfg-editorial .mfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-330 .tc-wp-content-root .mfg-editorial .mfg-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-330 .tc-wp-content-root .mfg-editorial .mfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 126, 55, 0.26);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 223, 92, 0.22), rgba(255, 91, 134, 0.13));
  color: #9a3f17;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}.wpc-scope-330 .tc-wp-content-root .mfg-editorial .mfg-section-head h2{
  margin: 0;
  color: #151b2d;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-330 .tc-wp-content-root .mfg-editorial .mfg-section-head p{
  margin: 16px auto 0;
  max-width: 690px;
  color: #596274;
  font-weight: 450;
  line-height: 1.72;
  letter-spacing: 0;
}.wpc-scope-330 .tc-wp-content-root .mfg-editorial .mfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-330 .tc-wp-content-root .mfg-editorial .mfg-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(29, 39, 63, 0.09);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    #ffffff;
  box-shadow: 0 18px 42px rgba(32, 40, 64, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-330 .tc-wp-content-root .mfg-editorial .mfg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 211, 68, 0.2), rgba(255, 82, 128, 0.13), rgba(91, 120, 255, 0.08));
  opacity: 0;
  transition: opacity 220ms ease;
}.wpc-scope-330 .tc-wp-content-root .mfg-editorial .mfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 126, 55, 0.24);
  box-shadow: 0 24px 60px rgba(32, 40, 64, 0.13);
}.wpc-scope-330 .tc-wp-content-root .mfg-editorial .mfg-card:hover::before{
  opacity: 1;
}.wpc-scope-330 .tc-wp-content-root .mfg-editorial .mfg-card h3{
  position: relative;
  margin: 18px 0 0;
  color: #182033;
  font-weight: 820;
  line-height: 1.22;
  letter-spacing: 0;
}.wpc-scope-330 .tc-wp-content-root .mfg-editorial .mfg-card p{
  position: relative;
  margin: 10px 0 0;
  color: #5e6879;
  font-weight: 440;
  line-height: 1.68;
  letter-spacing: 0;
}.wpc-scope-330 .tc-wp-content-root .mfg-editorial .mfg-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ffd84d, #ff6b74 54%, #6f83ff);
  box-shadow: 0 12px 24px rgba(255, 107, 116, 0.22);
}.wpc-scope-330 .tc-wp-content-root .mfg-editorial .mfg-icon::before, .wpc-scope-330 .tc-wp-content-root .mfg-editorial .mfg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
  transition: transform 220ms ease;
}.wpc-scope-330 .tc-wp-content-root .mfg-editorial .mfg-card:hover .mfg-icon::before, .wpc-scope-330 .tc-wp-content-root .mfg-editorial .mfg-card:hover .mfg-icon::after{
  transform: translateY(-1px);
}.wpc-scope-330 .tc-wp-content-root .mfg-editorial .mfg-icon-preview::before{
  width: 23px;
  height: 14px;
  left: 12px;
  top: 17px;
  border-radius: 12px;
  opacity: 0.95;
}.wpc-scope-330 .tc-wp-content-root .mfg-editorial .mfg-icon-preview::after{
  width: 7px;
  height: 7px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  background: #ff6b74;
}.wpc-scope-330 .tc-wp-content-root .mfg-editorial .mfg-icon-copy::before{
  width: 18px;
  height: 22px;
  left: 17px;
  top: 13px;
  border-radius: 5px;
}.wpc-scope-330 .tc-wp-content-root .mfg-editorial .mfg-icon-copy::after{
  width: 18px;
  height: 22px;
  left: 12px;
  top: 18px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  background: transparent;
}.wpc-scope-330 .tc-wp-content-root .mfg-editorial .mfg-icon-spark::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  clip-path: polygon(50% 0, 61% 36%, 100% 50%, 61% 64%, 50% 100%, 39% 64%, 0 50%, 39% 36%);
}.wpc-scope-330 .tc-wp-content-root .mfg-editorial .mfg-icon-spark::after{
  width: 7px;
  height: 7px;
  right: 11px;
  top: 10px;
  border-radius: 50%;
}.wpc-scope-330 .tc-wp-content-root .mfg-editorial .mfg-icon-clean::before{
  width: 24px;
  height: 4px;
  left: 12px;
  top: 16px;
  border-radius: 5px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 rgba(255, 255, 255, 0.75);
}.wpc-scope-330 .tc-wp-content-root .mfg-editorial .mfg-icon-clean::after{
  width: 8px;
  height: 8px;
  right: 11px;
  top: 11px;
  border-radius: 50%;
}.wpc-scope-330 .tc-wp-content-root .mfg-editorial .mfg-icon-fast::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid #ffffff;
}.wpc-scope-330 .tc-wp-content-root .mfg-editorial .mfg-icon-fast::after{
  width: 13px;
  height: 3px;
  left: 23px;
  top: 22px;
  border-radius: 4px;
  transform-origin: left center;
  transform: rotate(-28deg);
}.wpc-scope-330 .tc-wp-content-root .mfg-editorial .mfg-icon-flex::before{
  width: 22px;
  height: 17px;
  left: 13px;
  top: 16px;
  border-radius: 5px;
  transform: skew(-9deg);
}.wpc-scope-330 .tc-wp-content-root .mfg-editorial .mfg-icon-flex::after{
  width: 8px;
  height: 8px;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
}.wpc-scope-330 .tc-wp-content-root .mfg-editorial .mfg-icon-free::before{
  width: 23px;
  height: 16px;
  left: 12px;
  top: 18px;
  border-radius: 5px;
}.wpc-scope-330 .tc-wp-content-root .mfg-editorial .mfg-icon-free::after{
  width: 13px;
  height: 10px;
  left: 17px;
  top: 11px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  background: transparent;
}.wpc-scope-330 .tc-wp-content-root .mfg-editorial .mfg-icon-mobile::before{
  width: 17px;
  height: 27px;
  left: 15px;
  top: 10px;
  border-radius: 5px;
}.wpc-scope-330 .tc-wp-content-root .mfg-editorial .mfg-icon-mobile::after{
  width: 5px;
  height: 5px;
  left: 22px;
  bottom: 14px;
  border-radius: 50%;
  background: #ff6b74;
}.wpc-scope-330 .tc-wp-content-root .mfg-editorial .mfg-icon-privacy::before{
  width: 22px;
  height: 18px;
  left: 13px;
  top: 19px;
  border-radius: 6px;
}.wpc-scope-330 .tc-wp-content-root .mfg-editorial .mfg-icon-privacy::after{
  width: 12px;
  height: 10px;
  left: 18px;
  top: 10px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  background: transparent;
}.wpc-scope-330 .tc-wp-content-root .mfg-editorial .mfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-330 .tc-wp-content-root .mfg-editorial .mfg-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(29, 39, 63, 0.09);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(32, 40, 64, 0.08);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-330 .tc-wp-content-root .mfg-editorial .mfg-step::before{
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 5px;
  border-radius: 0 10px 10px 0;
  background: linear-gradient(180deg, #ffd84d, #ff687a, #6f83ff);
}.wpc-scope-330 .tc-wp-content-root .mfg-editorial .mfg-step:hover{
  transform: translateY(-4px);
  border-color: rgba(255, 126, 55, 0.22);
  box-shadow: 0 24px 62px rgba(32, 40, 64, 0.12);
}.wpc-scope-330 .tc-wp-content-root .mfg-editorial .mfg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #ffbf2f, #ff5f79 58%, #6d82ff);
  box-shadow: 0 14px 30px rgba(255, 95, 121, 0.22);
}.wpc-scope-330 .tc-wp-content-root .mfg-editorial .mfg-step-content h3{
  margin: 0;
  color: #182033;
  font-weight: 830;
  line-height: 1.22;
  letter-spacing: 0;
}.wpc-scope-330 .tc-wp-content-root .mfg-editorial .mfg-step-content p{
  margin: 9px 0 0;
  color: #5e6879;
  line-height: 1.68;
  letter-spacing: 0;
}.wpc-scope-330 .tc-wp-content-root .mfg-editorial .mfg-badge{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  padding: 8px 11px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 216, 77, 0.27), rgba(255, 104, 122, 0.14));
  border: 1px solid rgba(255, 126, 55, 0.2);
  color: #9a3f17;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0;
}.wpc-scope-330 .tc-wp-content-root .mfg-editorial .mfg-trust-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 252, 245, 0.96)),
    #ffffff;
}.wpc-scope-330 .tc-wp-content-root .mfg-editorial .mfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}.wpc-scope-330 .tc-wp-content-root .mfg-editorial .mfg-reveal.mfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .mfg-editorial .mfg-section{
    padding: 48px 0;
  }.tc-wp-content-root .mfg-editorial .mfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .mfg-editorial .mfg-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .mfg-editorial .mfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .mfg-editorial .mfg-grid{
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .mfg-editorial .mfg-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .mfg-editorial .mfg-card h3{
    font-size: 18px;
  }.tc-wp-content-root .mfg-editorial .mfg-card p{
    font-size: 14px;
  }.tc-wp-content-root .mfg-editorial .mfg-steps{
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .mfg-editorial .mfg-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .mfg-editorial .mfg-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }.tc-wp-content-root .mfg-editorial .mfg-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .mfg-editorial .mfg-step-content p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .mfg-editorial .mfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .mfg-editorial .mfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .mfg-editorial .mfg-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .mfg-editorial .mfg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .mfg-editorial .mfg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .mfg-editorial .mfg-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .mfg-editorial .mfg-card h3{
    font-size: 19px;
  }.tc-wp-content-root .mfg-editorial .mfg-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .mfg-editorial .mfg-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .mfg-editorial .mfg-step{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .mfg-editorial .mfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }.tc-wp-content-root .mfg-editorial .mfg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .mfg-editorial .mfg-step-content p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .mfg-editorial .mfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .mfg-editorial .mfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .mfg-editorial .mfg-section-head h2{
    font-size: 33px;
  }.tc-wp-content-root .mfg-editorial .mfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .mfg-editorial .mfg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .mfg-editorial .mfg-card{
    padding: 26px;
    border-radius: 22px;
  }.tc-wp-content-root .mfg-editorial .mfg-card h3{
    font-size: 20px;
  }.tc-wp-content-root .mfg-editorial .mfg-card p{
    font-size: 15px;
  }.tc-wp-content-root .mfg-editorial .mfg-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .mfg-editorial .mfg-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
    border-radius: 22px;
  }.tc-wp-content-root .mfg-editorial .mfg-step-number{
    width: 60px;
    height: 60px;
    font-size: 19px;
  }.tc-wp-content-root .mfg-editorial .mfg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .mfg-editorial .mfg-step-content p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .mfg-editorial .mfg-section{
    padding: 76px 0;
  }.tc-wp-content-root .mfg-editorial .mfg-container{
    padding: 0 30px;
  }.tc-wp-content-root .mfg-editorial .mfg-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .mfg-editorial .mfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .mfg-editorial .mfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .mfg-editorial .mfg-card{
    padding: 28px;
  }.tc-wp-content-root .mfg-editorial .mfg-card h3{
    font-size: 21px;
  }.tc-wp-content-root .mfg-editorial .mfg-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .mfg-editorial .mfg-steps{
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .mfg-editorial .mfg-step{
    grid-template-columns: 82px 1fr;
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .mfg-editorial .mfg-step-number{
    width: 64px;
    height: 64px;
    font-size: 20px;
  }.tc-wp-content-root .mfg-editorial .mfg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .mfg-editorial .mfg-step-content p{
    font-size: 16px;
  }}@media (min-width: 1024px){.tc-wp-content-root .mfg-editorial .mfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .mfg-editorial .mfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .mfg-editorial .mfg-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .mfg-editorial .mfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .mfg-editorial .mfg-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .mfg-editorial .mfg-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .mfg-editorial .mfg-card{
    padding: 30px;
  }.tc-wp-content-root .mfg-editorial .mfg-card h3{
    font-size: 22px;
  }.tc-wp-content-root .mfg-editorial .mfg-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .mfg-editorial .mfg-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .mfg-editorial .mfg-step{
    grid-template-columns: 98px 1fr;
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .mfg-editorial .mfg-step-number{
    width: 70px;
    height: 70px;
    font-size: 21px;
  }.tc-wp-content-root .mfg-editorial .mfg-step-content h3{
    font-size: 23px;
  }.tc-wp-content-root .mfg-editorial .mfg-step-content p{
    font-size: 16px;
  }}