@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-444 .tc-wp-content-root img, .wpc-scope-444 .tc-wp-content-root video, .wpc-scope-444 .tc-wp-content-root svg, .wpc-scope-444 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-444 .tc-wp-content-root .mtfg-content-wrap, .wpc-scope-444 .tc-wp-content-root .mtfg-content-wrap div, .wpc-scope-444 .tc-wp-content-root .mtfg-content-wrap section, .wpc-scope-444 .tc-wp-content-root .mtfg-content-wrap article, .wpc-scope-444 .tc-wp-content-root .mtfg-content-wrap h2, .wpc-scope-444 .tc-wp-content-root .mtfg-content-wrap h3, .wpc-scope-444 .tc-wp-content-root .mtfg-content-wrap p, .wpc-scope-444 .tc-wp-content-root .mtfg-content-wrap span{
  box-sizing: border-box;
}.wpc-scope-444 .tc-wp-content-root .mtfg-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}.wpc-scope-444 .tc-wp-content-root .mtfg-content-wrap .mtfg-section{
  position: relative;
  width: 100%;
}.wpc-scope-444 .tc-wp-content-root .mtfg-content-wrap .mtfg-section-white{
  background: #ffffff;
}.wpc-scope-444 .tc-wp-content-root .mtfg-content-wrap .mtfg-section-soft{
  background:
    radial-gradient(circle at 12% 8%, rgba(82, 113, 255, 0.08), transparent 30%),
    radial-gradient(circle at 88% 14%, rgba(0, 194, 168, 0.08), transparent 28%),
    #f7f9fc;
}.wpc-scope-444 .tc-wp-content-root .mtfg-content-wrap .mtfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-444 .tc-wp-content-root .mtfg-content-wrap .mtfg-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-444 .tc-wp-content-root .mtfg-content-wrap .mtfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 7px 14px;
  border: 1px solid rgba(82, 113, 255, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(82, 113, 255, 0.1), rgba(0, 194, 168, 0.1));
  color: #4255d6;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}.wpc-scope-444 .tc-wp-content-root .mtfg-content-wrap .mtfg-section-head h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.15;
  letter-spacing: 0;
}.wpc-scope-444 .tc-wp-content-root .mtfg-content-wrap .mtfg-section-head p{
  margin: 16px auto 0;
  color: #526071;
  font-weight: 450;
}.wpc-scope-444 .tc-wp-content-root .mtfg-content-wrap .mtfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-444 .tc-wp-content-root .mtfg-content-wrap .mtfg-card{
  position: relative;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(16, 24, 40, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-444 .tc-wp-content-root .mtfg-content-wrap .mtfg-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #5271ff, #00c2a8, #9b5cff);
  opacity: 0.9;
}.wpc-scope-444 .tc-wp-content-root .mtfg-content-wrap .mtfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(82, 113, 255, 0.28);
  box-shadow: 0 24px 60px rgba(16, 24, 40, 0.12);
}.wpc-scope-444 .tc-wp-content-root .mtfg-content-wrap .mtfg-card h3{
  margin: 18px 0 9px;
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-444 .tc-wp-content-root .mtfg-content-wrap .mtfg-card p{
  margin: 0;
  color: #5d6978;
  font-weight: 430;
}.wpc-scope-444 .tc-wp-content-root .mtfg-content-wrap .mtfg-icon{
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(82, 113, 255, 0.14), rgba(0, 194, 168, 0.14));
  box-shadow: inset 0 0 0 1px rgba(82, 113, 255, 0.14);
}.wpc-scope-444 .tc-wp-content-root .mtfg-content-wrap .mtfg-icon::before, .wpc-scope-444 .tc-wp-content-root .mtfg-content-wrap .mtfg-icon::after{
  content: "";
  position: absolute;
  border-radius: 999px;
  background: linear-gradient(135deg, #5271ff, #00c2a8);
  transition: transform 220ms ease;
}.wpc-scope-444 .tc-wp-content-root .mtfg-content-wrap .mtfg-card:hover .mtfg-icon::before{
  transform: translateX(2px);
}.wpc-scope-444 .tc-wp-content-root .mtfg-content-wrap .mtfg-icon-preview::before{
  width: 22px;
  height: 12px;
  left: 11px;
  top: 16px;
  border-radius: 12px;
}.wpc-scope-444 .tc-wp-content-root .mtfg-content-wrap .mtfg-icon-preview::after{
  width: 6px;
  height: 6px;
  left: 19px;
  top: 19px;
  background: #ffffff;
}.wpc-scope-444 .tc-wp-content-root .mtfg-content-wrap .mtfg-icon-copy::before{
  width: 15px;
  height: 18px;
  left: 12px;
  top: 14px;
  border-radius: 4px;
}.wpc-scope-444 .tc-wp-content-root .mtfg-content-wrap .mtfg-icon-copy::after{
  width: 15px;
  height: 18px;
  left: 17px;
  top: 10px;
  border-radius: 4px;
  opacity: 0.78;
}.wpc-scope-444 .tc-wp-content-root .mtfg-content-wrap .mtfg-icon-creative::before{
  width: 22px;
  height: 22px;
  left: 11px;
  top: 11px;
}.wpc-scope-444 .tc-wp-content-root .mtfg-content-wrap .mtfg-icon-creative::after{
  width: 8px;
  height: 8px;
  left: 18px;
  top: 18px;
  background: #ffffff;
}.wpc-scope-444 .tc-wp-content-root .mtfg-content-wrap .mtfg-icon-meta::before{
  width: 24px;
  height: 5px;
  left: 10px;
  top: 13px;
}.wpc-scope-444 .tc-wp-content-root .mtfg-content-wrap .mtfg-icon-meta::after{
  width: 18px;
  height: 5px;
  left: 10px;
  top: 24px;
}.wpc-scope-444 .tc-wp-content-root .mtfg-content-wrap .mtfg-icon-speed::before{
  width: 24px;
  height: 24px;
  left: 10px;
  top: 10px;
  clip-path: polygon(44% 0, 100% 0, 62% 44%, 100% 44%, 32% 100%, 46% 56%, 0 56%);
}.wpc-scope-444 .tc-wp-content-root .mtfg-content-wrap .mtfg-icon-speed::after{
  display: none;
}.wpc-scope-444 .tc-wp-content-root .mtfg-content-wrap .mtfg-icon-clean::before{
  width: 24px;
  height: 18px;
  left: 10px;
  top: 13px;
  border-radius: 8px;
}.wpc-scope-444 .tc-wp-content-root .mtfg-content-wrap .mtfg-icon-clean::after{
  width: 12px;
  height: 4px;
  left: 16px;
  top: 20px;
  background: #ffffff;
}.wpc-scope-444 .tc-wp-content-root .mtfg-content-wrap .mtfg-icon-free::before{
  width: 24px;
  height: 24px;
  left: 10px;
  top: 10px;
}.wpc-scope-444 .tc-wp-content-root .mtfg-content-wrap .mtfg-icon-free::after{
  width: 10px;
  height: 4px;
  left: 17px;
  top: 20px;
  background: #ffffff;
}.wpc-scope-444 .tc-wp-content-root .mtfg-content-wrap .mtfg-icon-mobile::before{
  width: 17px;
  height: 26px;
  left: 14px;
  top: 9px;
  border-radius: 6px;
}.wpc-scope-444 .tc-wp-content-root .mtfg-content-wrap .mtfg-icon-mobile::after{
  width: 5px;
  height: 5px;
  left: 20px;
  top: 28px;
  background: #ffffff;
}.wpc-scope-444 .tc-wp-content-root .mtfg-content-wrap .mtfg-icon-private::before{
  width: 22px;
  height: 16px;
  left: 11px;
  top: 17px;
  border-radius: 5px;
}.wpc-scope-444 .tc-wp-content-root .mtfg-content-wrap .mtfg-icon-private::after{
  width: 14px;
  height: 12px;
  left: 15px;
  top: 10px;
  background: transparent;
  border: 4px solid #5271ff;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}.wpc-scope-444 .tc-wp-content-root .mtfg-content-wrap .mtfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-444 .tc-wp-content-root .mtfg-content-wrap .mtfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(82, 113, 255, 0.14);
  border-radius: 20px;
  background: linear-gradient(135deg, #ffffff, #fbfdff);
  box-shadow: 0 18px 48px rgba(16, 24, 40, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-444 .tc-wp-content-root .mtfg-content-wrap .mtfg-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(0, 194, 168, 0.32);
  box-shadow: 0 26px 64px rgba(16, 24, 40, 0.12);
}.wpc-scope-444 .tc-wp-content-root .mtfg-content-wrap .mtfg-step-card::after{
  content: "";
  position: absolute;
  left: 38px;
  top: -16px;
  bottom: -16px;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(82, 113, 255, 0.28), transparent);
  z-index: 0;
}.wpc-scope-444 .tc-wp-content-root .mtfg-content-wrap .mtfg-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #5271ff, #00c2a8);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(82, 113, 255, 0.24);
}.wpc-scope-444 .tc-wp-content-root .mtfg-content-wrap .mtfg-step-content{
  position: relative;
  z-index: 1;
  min-width: 0;
}.wpc-scope-444 .tc-wp-content-root .mtfg-content-wrap .mtfg-step-content h3{
  margin: 0 0 8px;
  color: #172033;
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-444 .tc-wp-content-root .mtfg-content-wrap .mtfg-step-content p{
  margin: 0;
  color: #5d6978;
}.wpc-scope-444 .tc-wp-content-root .mtfg-content-wrap .mtfg-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 30px;
  padding: 6px 11px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(82, 113, 255, 0.11), rgba(0, 194, 168, 0.12));
  color: #4255d6;
  font-size: 12px;
  font-weight: 850;
}.wpc-scope-444 .tc-wp-content-root .mtfg-content-wrap .mtfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.wpc-scope-444 .tc-wp-content-root .mtfg-content-wrap .mtfg-reveal.mtfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .mtfg-content-wrap .mtfg-section{
    padding: 50px 0;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-section-head h2{
    font-size: 27px;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-card{
    padding: 24px;
    border-radius: 16px;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-card h3{
    font-size: 18px;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-card p{
    font-size: 14px;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-step-card::after{
    display: none;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-step-content p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .mtfg-content-wrap .mtfg-section{
    padding: 56px 0;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-section-head h2{
    font-size: 30px;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-card{
    padding: 26px;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-card h3{
    font-size: 19px;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-step-card::after{
    display: none;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-step-number{
    width: 56px;
    height: 56px;
    font-size: 16px;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-step-content p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .mtfg-content-wrap .mtfg-section{
    padding: 64px 0;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-section-head h2{
    font-size: 34px;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-card{
    padding: 28px;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-card h3{
    font-size: 20px;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-card p{
    font-size: 15px;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-step-card::after{
    display: none;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-step-number{
    width: 60px;
    height: 60px;
    font-size: 17px;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-step-content p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .mtfg-content-wrap .mtfg-section{
    padding: 78px 0;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-grid-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-card{
    padding: 30px;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-card h3{
    font-size: 21px;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-step-number{
    width: 66px;
    height: 66px;
    font-size: 18px;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-step-content p{
    font-size: 15.5px;
  }}@media (min-width: 1024px){.tc-wp-content-root .mtfg-content-wrap .mtfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-container{
    padding: 0 34px;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-grid{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-card{
    padding: 32px;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-card h3{
    font-size: 22px;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-card p{
    font-size: 16px;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-steps{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-step-card{
    gap: 28px;
    padding: 34px 36px;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-step-number{
    width: 72px;
    height: 72px;
    font-size: 19px;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-step-content h3{
    font-size: 24px;
  }.tc-wp-content-root .mtfg-content-wrap .mtfg-step-content p{
    font-size: 16px;
  }}