@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-469 .tc-wp-content-root img, .wpc-scope-469 .tc-wp-content-root video, .wpc-scope-469 .tc-wp-content-root svg, .wpc-scope-469 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-469 .tc-wp-content-root .mmfg-content-wrap{
  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;
  background: #ffffff;
}.wpc-scope-469 .tc-wp-content-root .mmfg-content-wrap, .wpc-scope-469 .tc-wp-content-root .mmfg-content-wrap section, .wpc-scope-469 .tc-wp-content-root .mmfg-content-wrap div, .wpc-scope-469 .tc-wp-content-root .mmfg-content-wrap article{
  box-sizing: border-box;
}.wpc-scope-469 .tc-wp-content-root .mmfg-content-wrap .mmfg-section{
  position: relative;
}.wpc-scope-469 .tc-wp-content-root .mmfg-content-wrap .mmfg-section-white{
  background: #ffffff;
}.wpc-scope-469 .tc-wp-content-root .mmfg-content-wrap .mmfg-section-soft{
  background:
    radial-gradient(circle at top left, rgba(255, 207, 74, 0.14), transparent 34%),
    linear-gradient(180deg, #fffaf2 0%, #fffdf8 100%);
}.wpc-scope-469 .tc-wp-content-root .mmfg-content-wrap .mmfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-469 .tc-wp-content-root .mmfg-content-wrap .mmfg-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-469 .tc-wp-content-root .mmfg-content-wrap .mmfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 7px 14px;
  border: 1px solid rgba(225, 35, 46, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 232, 130, 0.75), rgba(255, 73, 86, 0.1));
  color: #9b1c28;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}.wpc-scope-469 .tc-wp-content-root .mmfg-content-wrap h2{
  margin: 0;
  color: #141927;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-469 .tc-wp-content-root .mmfg-content-wrap .mmfg-section-head p{
  margin: 16px auto 0;
  max-width: 720px;
  color: #5f6878;
  line-height: 1.7;
}.wpc-scope-469 .tc-wp-content-root .mmfg-content-wrap .mmfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-469 .tc-wp-content-root .mmfg-content-wrap .mmfg-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(225, 35, 46, 0.3), rgba(255, 203, 60, 0.24), rgba(29, 94, 255, 0.16)) border-box;
  box-shadow: 0 18px 46px rgba(19, 29, 51, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-469 .tc-wp-content-root .mmfg-content-wrap .mmfg-card::after{
  content: "";
  position: absolute;
  inset: 12px 12px auto auto;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 211, 74, 0.35), rgba(255, 211, 74, 0) 68%);
  pointer-events: none;
}.wpc-scope-469 .tc-wp-content-root .mmfg-content-wrap .mmfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(225, 35, 46, 0.2);
  box-shadow: 0 24px 58px rgba(19, 29, 51, 0.13);
}.wpc-scope-469 .tc-wp-content-root .mmfg-content-wrap .mmfg-card h3{
  margin: 18px 0 0;
  color: #182033;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-469 .tc-wp-content-root .mmfg-content-wrap .mmfg-card p{
  margin: 10px 0 0;
  color: #606b7c;
  line-height: 1.68;
}.wpc-scope-469 .tc-wp-content-root .mmfg-content-wrap .mmfg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #e1232e, #ffcf43);
  box-shadow: 0 12px 26px rgba(225, 35, 46, 0.18);
  transition: transform 220ms ease;
}.wpc-scope-469 .tc-wp-content-root .mmfg-content-wrap .mmfg-card:hover .mmfg-icon{
  transform: translateY(-2px) rotate(-3deg);
}.wpc-scope-469 .tc-wp-content-root .mmfg-content-wrap .mmfg-icon::before, .wpc-scope-469 .tc-wp-content-root .mmfg-content-wrap .mmfg-icon::after{
  content: "";
  position: absolute;
  display: block;
}.wpc-scope-469 .tc-wp-content-root .mmfg-content-wrap .mmfg-icon-spark::before{
  width: 18px;
  height: 18px;
  background: #ffffff;
  clip-path: polygon(50% 0, 61% 36%, 100% 50%, 61% 64%, 50% 100%, 39% 64%, 0 50%, 39% 36%);
}.wpc-scope-469 .tc-wp-content-root .mmfg-content-wrap .mmfg-icon-copy::before{
  width: 18px;
  height: 20px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  transform: translate(3px, 3px);
}.wpc-scope-469 .tc-wp-content-root .mmfg-content-wrap .mmfg-icon-copy::after{
  width: 18px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 5px;
  transform: translate(-3px, -3px);
}.wpc-scope-469 .tc-wp-content-root .mmfg-content-wrap .mmfg-icon-magic::before{
  width: 21px;
  height: 4px;
  border-radius: 999px;
  background: #ffffff;
  transform: rotate(-35deg);
}.wpc-scope-469 .tc-wp-content-root .mmfg-content-wrap .mmfg-icon-magic::after{
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
  transform: translate(11px, -11px);
}.wpc-scope-469 .tc-wp-content-root .mmfg-content-wrap .mmfg-icon-clean::before{
  width: 20px;
  height: 14px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(38deg) translate(-1px, -2px);
}.wpc-scope-469 .tc-wp-content-root .mmfg-content-wrap .mmfg-icon-mobile::before{
  width: 17px;
  height: 25px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}.wpc-scope-469 .tc-wp-content-root .mmfg-content-wrap .mmfg-icon-mobile::after{
  width: 5px;
  height: 2px;
  border-radius: 999px;
  background: #ffffff;
  transform: translateY(9px);
}.wpc-scope-469 .tc-wp-content-root .mmfg-content-wrap .mmfg-icon-heart::before{
  width: 18px;
  height: 18px;
  background: #ffffff;
  transform: rotate(45deg);
  border-radius: 4px 4px 2px 4px;
}.wpc-scope-469 .tc-wp-content-root .mmfg-content-wrap .mmfg-icon-heart::after{
  width: 18px;
  height: 18px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: -9px 0 0 #ffffff;
  transform: translate(5px, -5px);
}.wpc-scope-469 .tc-wp-content-root .mmfg-content-wrap .mmfg-icon-free::before{
  width: 22px;
  height: 22px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}.wpc-scope-469 .tc-wp-content-root .mmfg-content-wrap .mmfg-icon-free::after{
  width: 12px;
  height: 3px;
  border-radius: 999px;
  background: #ffffff;
}.wpc-scope-469 .tc-wp-content-root .mmfg-content-wrap .mmfg-icon-fast::before{
  width: 21px;
  height: 21px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}.wpc-scope-469 .tc-wp-content-root .mmfg-content-wrap .mmfg-icon-fast::after{
  width: 10px;
  height: 3px;
  border-radius: 999px;
  background: #ffffff;
  transform-origin: left center;
  transform: translate(3px, 0) rotate(-34deg);
}.wpc-scope-469 .tc-wp-content-root .mmfg-content-wrap .mmfg-icon-safe::before{
  width: 22px;
  height: 25px;
  background: #ffffff;
  clip-path: polygon(50% 0, 90% 15%, 84% 70%, 50% 100%, 16% 70%, 10% 15%);
}.wpc-scope-469 .tc-wp-content-root .mmfg-content-wrap .mmfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-469 .tc-wp-content-root .mmfg-content-wrap .mmfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(225, 35, 46, 0.13);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 42px rgba(19, 29, 51, 0.07);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease;
}.wpc-scope-469 .tc-wp-content-root .mmfg-content-wrap .mmfg-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(19, 29, 51, 0.11);
}.wpc-scope-469 .tc-wp-content-root .mmfg-content-wrap .mmfg-step-card::before{
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, #e1232e, #ffcf43);
}.wpc-scope-469 .tc-wp-content-root .mmfg-content-wrap .mmfg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #151b2a, #e1232e);
  box-shadow: 0 14px 30px rgba(225, 35, 46, 0.18);
}.wpc-scope-469 .tc-wp-content-root .mmfg-content-wrap .mmfg-step-content h3{
  margin: 0;
  color: #172033;
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-469 .tc-wp-content-root .mmfg-content-wrap .mmfg-step-content p{
  margin: 8px 0 0;
  color: #5f6878;
  line-height: 1.68;
}.wpc-scope-469 .tc-wp-content-root .mmfg-content-wrap .mmfg-badge{
  display: inline-flex;
  width: max-content;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  padding: 6px 11px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(225, 35, 46, 0.1), rgba(255, 207, 67, 0.24));
  color: #a51f29;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
}.wpc-scope-469 .tc-wp-content-root .mmfg-content-wrap .mmfg-use-card h3{
  margin-top: 0;
}.wpc-scope-469 .tc-wp-content-root .mmfg-content-wrap .mmfg-trust-card{
  background:
    linear-gradient(180deg, #ffffff 0%, #fffdfa 100%) padding-box,
    linear-gradient(135deg, rgba(225, 35, 46, 0.26), rgba(255, 207, 67, 0.3)) border-box;
}.wpc-scope-469 .tc-wp-content-root .mmfg-content-wrap .mmfg-note{
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(19, 29, 51, 0.06);
  text-align: center;
}.wpc-scope-469 .tc-wp-content-root .mmfg-content-wrap .mmfg-note p{
  margin: 0;
  color: #5f6878;
  line-height: 1.72;
}.wpc-scope-469 .tc-wp-content-root .mmfg-content-wrap .mmfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.wpc-scope-469 .tc-wp-content-root .mmfg-content-wrap .mmfg-reveal.mmfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .mmfg-content-wrap .mmfg-section{
    padding: 48px 0;
  }.tc-wp-content-root .mmfg-content-wrap .mmfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .mmfg-content-wrap h2{
    font-size: 27px;
  }.tc-wp-content-root .mmfg-content-wrap .mmfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .mmfg-content-wrap .mmfg-grid{
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .mmfg-content-wrap .mmfg-card{
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .mmfg-content-wrap .mmfg-card h3, .tc-wp-content-root .mmfg-content-wrap .mmfg-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .mmfg-content-wrap .mmfg-card p, .tc-wp-content-root .mmfg-content-wrap .mmfg-step-content p, .tc-wp-content-root .mmfg-content-wrap .mmfg-note p{
    font-size: 14px;
  }.tc-wp-content-root .mmfg-content-wrap .mmfg-steps{
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .mmfg-content-wrap .mmfg-step-card{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px 18px 20px;
  }.tc-wp-content-root .mmfg-content-wrap .mmfg-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }.tc-wp-content-root .mmfg-content-wrap .mmfg-note{
    margin-top: 24px;
    padding: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .mmfg-content-wrap .mmfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .mmfg-content-wrap .mmfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .mmfg-content-wrap h2{
    font-size: 30px;
  }.tc-wp-content-root .mmfg-content-wrap .mmfg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .mmfg-content-wrap .mmfg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .mmfg-content-wrap .mmfg-card{
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .mmfg-content-wrap .mmfg-card h3, .tc-wp-content-root .mmfg-content-wrap .mmfg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .mmfg-content-wrap .mmfg-card p, .tc-wp-content-root .mmfg-content-wrap .mmfg-step-content p, .tc-wp-content-root .mmfg-content-wrap .mmfg-note p{
    font-size: 14.5px;
  }.tc-wp-content-root .mmfg-content-wrap .mmfg-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .mmfg-content-wrap .mmfg-step-card{
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 24px 20px 22px;
  }.tc-wp-content-root .mmfg-content-wrap .mmfg-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }.tc-wp-content-root .mmfg-content-wrap .mmfg-note{
    margin-top: 26px;
    padding: 20px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .mmfg-content-wrap .mmfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .mmfg-content-wrap .mmfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .mmfg-content-wrap h2{
    font-size: 34px;
  }.tc-wp-content-root .mmfg-content-wrap .mmfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .mmfg-content-wrap .mmfg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .mmfg-content-wrap .mmfg-card{
    padding: 24px;
    border-radius: 22px;
  }.tc-wp-content-root .mmfg-content-wrap .mmfg-card h3, .tc-wp-content-root .mmfg-content-wrap .mmfg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .mmfg-content-wrap .mmfg-card p, .tc-wp-content-root .mmfg-content-wrap .mmfg-step-content p, .tc-wp-content-root .mmfg-content-wrap .mmfg-note p{
    font-size: 15px;
  }.tc-wp-content-root .mmfg-content-wrap .mmfg-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .mmfg-content-wrap .mmfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px 24px;
  }.tc-wp-content-root .mmfg-content-wrap .mmfg-step-number{
    width: 60px;
    height: 60px;
    font-size: 19px;
  }.tc-wp-content-root .mmfg-content-wrap .mmfg-note{
    margin-top: 30px;
    padding: 22px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .mmfg-content-wrap .mmfg-section{
    padding: 76px 0;
  }.tc-wp-content-root .mmfg-content-wrap .mmfg-container{
    padding: 0 30px;
  }.tc-wp-content-root .mmfg-content-wrap h2{
    font-size: 42px;
  }.tc-wp-content-root .mmfg-content-wrap .mmfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .mmfg-content-wrap .mmfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .mmfg-content-wrap .mmfg-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .mmfg-content-wrap .mmfg-card{
    padding: 28px;
  }.tc-wp-content-root .mmfg-content-wrap .mmfg-card h3, .tc-wp-content-root .mmfg-content-wrap .mmfg-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .mmfg-content-wrap .mmfg-card p, .tc-wp-content-root .mmfg-content-wrap .mmfg-step-content p, .tc-wp-content-root .mmfg-content-wrap .mmfg-note p{
    font-size: 15.5px;
  }.tc-wp-content-root .mmfg-content-wrap .mmfg-steps{
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .mmfg-content-wrap .mmfg-step-card{
    gap: 24px;
    padding: 28px 30px;
  }.tc-wp-content-root .mmfg-content-wrap .mmfg-step-number{
    width: 66px;
    height: 66px;
    font-size: 20px;
  }.tc-wp-content-root .mmfg-content-wrap .mmfg-note{
    margin-top: 36px;
    padding: 26px 32px;
  }}@media (min-width: 1024px){.tc-wp-content-root .mmfg-content-wrap .mmfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .mmfg-content-wrap .mmfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .mmfg-content-wrap h2{
    font-size: 48px;
  }.tc-wp-content-root .mmfg-content-wrap .mmfg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .mmfg-content-wrap .mmfg-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .mmfg-content-wrap .mmfg-grid-3, .tc-wp-content-root .mmfg-content-wrap .mmfg-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .mmfg-content-wrap .mmfg-card{
    padding: 30px;
  }.tc-wp-content-root .mmfg-content-wrap .mmfg-card h3, .tc-wp-content-root .mmfg-content-wrap .mmfg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .mmfg-content-wrap .mmfg-card p, .tc-wp-content-root .mmfg-content-wrap .mmfg-step-content p, .tc-wp-content-root .mmfg-content-wrap .mmfg-note p{
    font-size: 16px;
  }.tc-wp-content-root .mmfg-content-wrap .mmfg-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .mmfg-content-wrap .mmfg-step-card{
    gap: 28px;
    padding: 32px 36px;
  }.tc-wp-content-root .mmfg-content-wrap .mmfg-step-number{
    width: 72px;
    height: 72px;
    font-size: 21px;
  }.tc-wp-content-root .mmfg-content-wrap .mmfg-note{
    margin-top: 42px;
    padding: 28px 40px;
  }}