@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-378 .tc-wp-content-root img, .wpc-scope-378 .tc-wp-content-root video, .wpc-scope-378 .tc-wp-content-root svg, .wpc-scope-378 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-378 .tc-wp-content-root .mfg-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-378 .tc-wp-content-root .mfg-content-wrap, .wpc-scope-378 .tc-wp-content-root .mfg-content-wrap .mfg-section, .wpc-scope-378 .tc-wp-content-root .mfg-content-wrap .mfg-container, .wpc-scope-378 .tc-wp-content-root .mfg-content-wrap .mfg-card, .wpc-scope-378 .tc-wp-content-root .mfg-content-wrap .mfg-step-card{
  box-sizing: border-box;
}.wpc-scope-378 .tc-wp-content-root .mfg-content-wrap .mfg-section{
  position: relative;
}.wpc-scope-378 .tc-wp-content-root .mfg-content-wrap .mfg-section-white{
  background: #ffffff;
}.wpc-scope-378 .tc-wp-content-root .mfg-content-wrap .mfg-section-soft{
  background: #f7f8fb;
}.wpc-scope-378 .tc-wp-content-root .mfg-content-wrap .mfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-378 .tc-wp-content-root .mfg-content-wrap .mfg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-378 .tc-wp-content-root .mfg-content-wrap .mfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 6px 14px;
  border: 1px solid rgba(36, 111, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(36, 111, 255, 0.1), rgba(0, 196, 167, 0.1));
  color: #1559d6;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}.wpc-scope-378 .tc-wp-content-root .mfg-content-wrap .mfg-section-head h2{
  margin: 16px 0 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0;
}.wpc-scope-378 .tc-wp-content-root .mfg-content-wrap .mfg-section-head p{
  margin: 14px auto 0;
  max-width: 690px;
  color: #5d6678;
  line-height: 1.75;
}.wpc-scope-378 .tc-wp-content-root .mfg-content-wrap .mfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-378 .tc-wp-content-root .mfg-content-wrap .mfg-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-378 .tc-wp-content-root .mfg-content-wrap .mfg-card::before{
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(36, 111, 255, 0.22), rgba(0, 196, 167, 0.18), rgba(255, 184, 77, 0.13));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}.wpc-scope-378 .tc-wp-content-root .mfg-content-wrap .mfg-card::after{
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 0;
  border-radius: 21px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  pointer-events: none;
}.wpc-scope-378 .tc-wp-content-root .mfg-content-wrap .mfg-card:hover{
  transform: translateY(-6px);
  border-color: rgba(36, 111, 255, 0.2);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.11);
}.wpc-scope-378 .tc-wp-content-root .mfg-content-wrap .mfg-card:hover::before{
  opacity: 1;
}.wpc-scope-378 .tc-wp-content-root .mfg-content-wrap .mfg-card > *{
  position: relative;
  z-index: 1;
}.wpc-scope-378 .tc-wp-content-root .mfg-content-wrap .mfg-card h3, .wpc-scope-378 .tc-wp-content-root .mfg-content-wrap .mfg-step-card h3{
  margin: 18px 0 0;
  color: #141b2d;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
}.wpc-scope-378 .tc-wp-content-root .mfg-content-wrap .mfg-card p, .wpc-scope-378 .tc-wp-content-root .mfg-content-wrap .mfg-step-card p{
  margin: 10px 0 0;
  color: #606a7d;
  line-height: 1.72;
}.wpc-scope-378 .tc-wp-content-root .mfg-content-wrap .mfg-icon{
  display: inline-flex;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, #246fff, #00c4a7);
  box-shadow: 0 14px 28px rgba(36, 111, 255, 0.2);
  transition: transform 260ms ease;
}.wpc-scope-378 .tc-wp-content-root .mfg-content-wrap .mfg-card:hover .mfg-icon{
  transform: translateY(-2px) rotate(-2deg);
}.wpc-scope-378 .tc-wp-content-root .mfg-content-wrap .mfg-icon::before, .wpc-scope-378 .tc-wp-content-root .mfg-content-wrap .mfg-icon::after{
  content: "";
  position: absolute;
}.wpc-scope-378 .tc-wp-content-root .mfg-content-wrap .mfg-icon{
  position: relative;
}.wpc-scope-378 .tc-wp-content-root .mfg-content-wrap .mfg-icon-preview::before{
  width: 22px;
  height: 14px;
  top: 17px;
  left: 13px;
  border: 2px solid #ffffff;
  border-radius: 8px;
}.wpc-scope-378 .tc-wp-content-root .mfg-content-wrap .mfg-icon-preview::after{
  width: 6px;
  height: 6px;
  top: 21px;
  left: 21px;
  border-radius: 50%;
  background: #ffffff;
}.wpc-scope-378 .tc-wp-content-root .mfg-content-wrap .mfg-icon-copy::before{
  width: 16px;
  height: 18px;
  top: 16px;
  left: 18px;
  border: 2px solid #ffffff;
  border-radius: 4px;
}.wpc-scope-378 .tc-wp-content-root .mfg-content-wrap .mfg-icon-copy::after{
  width: 16px;
  height: 18px;
  top: 11px;
  left: 13px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 4px;
}.wpc-scope-378 .tc-wp-content-root .mfg-content-wrap .mfg-icon-code::before{
  width: 20px;
  height: 2px;
  top: 23px;
  left: 14px;
  background: #ffffff;
  box-shadow: 0 -7px 0 rgba(255, 255, 255, 0.78), 0 7px 0 rgba(255, 255, 255, 0.78);
}.wpc-scope-378 .tc-wp-content-root .mfg-content-wrap .mfg-icon-spark::before{
  width: 20px;
  height: 20px;
  top: 14px;
  left: 14px;
  background: #ffffff;
  clip-path: polygon(50% 0%, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0% 50%, 38% 36%);
}.wpc-scope-378 .tc-wp-content-root .mfg-content-wrap .mfg-icon-clean::before{
  width: 22px;
  height: 18px;
  top: 15px;
  left: 13px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}.wpc-scope-378 .tc-wp-content-root .mfg-content-wrap .mfg-icon-clean::after{
  width: 12px;
  height: 2px;
  top: 23px;
  left: 18px;
  background: #ffffff;
  box-shadow: 0 5px 0 #ffffff;
}.wpc-scope-378 .tc-wp-content-root .mfg-content-wrap .mfg-icon-fast::before{
  width: 22px;
  height: 22px;
  top: 13px;
  left: 13px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.wpc-scope-378 .tc-wp-content-root .mfg-content-wrap .mfg-icon-fast::after{
  width: 9px;
  height: 2px;
  top: 23px;
  left: 24px;
  background: #ffffff;
  transform: rotate(-35deg);
  transform-origin: left center;
}.wpc-scope-378 .tc-wp-content-root .mfg-content-wrap .mfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-378 .tc-wp-content-root .mfg-content-wrap .mfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.065);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-378 .tc-wp-content-root .mfg-content-wrap .mfg-step-card::before{
  content: "";
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 22px;
  width: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, #246fff, #00c4a7);
}.wpc-scope-378 .tc-wp-content-root .mfg-content-wrap .mfg-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(36, 111, 255, 0.18);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.1);
}.wpc-scope-378 .tc-wp-content-root .mfg-content-wrap .mfg-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #172033, #246fff);
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(36, 111, 255, 0.22);
}.wpc-scope-378 .tc-wp-content-root .mfg-content-wrap .mfg-step-content{
  min-width: 0;
}.wpc-scope-378 .tc-wp-content-root .mfg-content-wrap .mfg-step-card h3{
  margin-top: 0;
}.wpc-scope-378 .tc-wp-content-root .mfg-content-wrap .mfg-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-height: 30px;
  padding: 5px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(36, 111, 255, 0.11), rgba(0, 196, 167, 0.12));
  color: #1559d6;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}.wpc-scope-378 .tc-wp-content-root .mfg-content-wrap .mfg-use-card h3{
  margin-top: 16px;
}.wpc-scope-378 .tc-wp-content-root .mfg-content-wrap .mfg-trust-card{
  text-align: left;
}.wpc-scope-378 .tc-wp-content-root .mfg-content-wrap .mfg-icon-free::before{
  width: 22px;
  height: 22px;
  top: 13px;
  left: 13px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.wpc-scope-378 .tc-wp-content-root .mfg-content-wrap .mfg-icon-free::after{
  width: 10px;
  height: 2px;
  top: 23px;
  left: 19px;
  background: #ffffff;
}.wpc-scope-378 .tc-wp-content-root .mfg-content-wrap .mfg-icon-mobile::before{
  width: 16px;
  height: 24px;
  top: 12px;
  left: 16px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}.wpc-scope-378 .tc-wp-content-root .mfg-content-wrap .mfg-icon-mobile::after{
  width: 5px;
  height: 2px;
  bottom: 16px;
  left: 22px;
  background: #ffffff;
  border-radius: 99px;
}.wpc-scope-378 .tc-wp-content-root .mfg-content-wrap .mfg-icon-private::before{
  width: 22px;
  height: 16px;
  top: 19px;
  left: 13px;
  border-radius: 5px;
  background: #ffffff;
}.wpc-scope-378 .tc-wp-content-root .mfg-content-wrap .mfg-icon-private::after{
  width: 14px;
  height: 12px;
  top: 11px;
  left: 17px;
  border: 2px solid #ffffff;
  border-bottom: 0;
  border-radius: 9px 9px 0 0;
}.wpc-scope-378 .tc-wp-content-root .mfg-content-wrap .mfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}.wpc-scope-378 .tc-wp-content-root .mfg-content-wrap .mfg-reveal.mfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .mfg-content-wrap .mfg-section{
    padding: 48px 0;
  }.tc-wp-content-root .mfg-content-wrap .mfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-card{
    padding: 22px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-card h3, .tc-wp-content-root .mfg-content-wrap .mfg-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-card p, .tc-wp-content-root .mfg-content-wrap .mfg-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-step-card::before{
    display: none;
  }.tc-wp-content-root .mfg-content-wrap .mfg-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .mfg-content-wrap .mfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .mfg-content-wrap .mfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-card{
    padding: 24px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-card h3, .tc-wp-content-root .mfg-content-wrap .mfg-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-card p, .tc-wp-content-root .mfg-content-wrap .mfg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-step-card::before{
    display: none;
  }.tc-wp-content-root .mfg-content-wrap .mfg-step-number{
    width: 56px;
    height: 56px;
    font-size: 16px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .mfg-content-wrap .mfg-section{
    padding: 62px 0;
  }.tc-wp-content-root .mfg-content-wrap .mfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-card{
    padding: 26px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-card h3, .tc-wp-content-root .mfg-content-wrap .mfg-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-card p, .tc-wp-content-root .mfg-content-wrap .mfg-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-step-card::before{
    display: none;
  }.tc-wp-content-root .mfg-content-wrap .mfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .mfg-content-wrap .mfg-section{
    padding: 76px 0;
  }.tc-wp-content-root .mfg-content-wrap .mfg-container{
    padding: 0 30px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-grid-six, .tc-wp-content-root .mfg-content-wrap .mfg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-card{
    padding: 28px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-card h3, .tc-wp-content-root .mfg-content-wrap .mfg-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-card p, .tc-wp-content-root .mfg-content-wrap .mfg-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-step-card{
    gap: 26px;
    padding: 30px 32px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-step-number{
    width: 64px;
    height: 64px;
    font-size: 18px;
    margin-left: 26px;
  }}@media (min-width: 1024px){.tc-wp-content-root .mfg-content-wrap .mfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .mfg-content-wrap .mfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-grid-six, .tc-wp-content-root .mfg-content-wrap .mfg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-card{
    padding: 30px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-card h3, .tc-wp-content-root .mfg-content-wrap .mfg-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-card p, .tc-wp-content-root .mfg-content-wrap .mfg-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-step-card{
    gap: 30px;
    padding: 34px 38px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-step-number{
    width: 68px;
    height: 68px;
    font-size: 19px;
    margin-left: 30px;
  }}