@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-179 .tc-wp-content-root img, .wpc-scope-179 .tc-wp-content-root video, .wpc-scope-179 .tc-wp-content-root svg, .wpc-scope-179 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-179 .tc-wp-content-root .mfg-bottom-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-179 .tc-wp-content-root .mfg-bottom-content, .wpc-scope-179 .tc-wp-content-root .mfg-bottom-content section, .wpc-scope-179 .tc-wp-content-root .mfg-bottom-content div, .wpc-scope-179 .tc-wp-content-root .mfg-bottom-content article{
  box-sizing: border-box;
}.wpc-scope-179 .tc-wp-content-root .mfg-bottom-content .mfg-section{
  position: relative;
}.wpc-scope-179 .tc-wp-content-root .mfg-bottom-content .mfg-section-white{
  background: #ffffff;
}.wpc-scope-179 .tc-wp-content-root .mfg-bottom-content .mfg-section-soft{
  background: linear-gradient(180deg, #fbfaf7 0%, #f7f8fb 100%);
}.wpc-scope-179 .tc-wp-content-root .mfg-bottom-content .mfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-179 .tc-wp-content-root .mfg-bottom-content .mfg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-179 .tc-wp-content-root .mfg-bottom-content .mfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(219, 24, 38, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(219, 24, 38, 0.1), rgba(246, 190, 0, 0.14));
  color: #b51624;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}.wpc-scope-179 .tc-wp-content-root .mfg-bottom-content .mfg-section-head h2{
  margin: 0;
  color: #101828;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-179 .tc-wp-content-root .mfg-bottom-content .mfg-section-head p{
  margin: 16px auto 0;
  color: #596276;
  font-weight: 450;
  line-height: 1.72;
}.wpc-scope-179 .tc-wp-content-root .mfg-bottom-content .mfg-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-179 .tc-wp-content-root .mfg-bottom-content .mfg-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  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(20, 28, 44, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-179 .tc-wp-content-root .mfg-bottom-content .mfg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(219, 24, 38, 0.12), rgba(246, 190, 0, 0.1), rgba(0, 83, 164, 0.08));
  opacity: 0;
  transition: opacity 220ms ease;
}.wpc-scope-179 .tc-wp-content-root .mfg-bottom-content .mfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(219, 24, 38, 0.22);
  box-shadow: 0 24px 58px rgba(20, 28, 44, 0.13);
}.wpc-scope-179 .tc-wp-content-root .mfg-bottom-content .mfg-card:hover::before{
  opacity: 1;
}.wpc-scope-179 .tc-wp-content-root .mfg-bottom-content .mfg-card h3{
  position: relative;
  margin: 0;
  color: #111827;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-179 .tc-wp-content-root .mfg-bottom-content .mfg-card p{
  position: relative;
  margin: 11px 0 0;
  color: #5d6678;
  font-weight: 450;
  line-height: 1.68;
}.wpc-scope-179 .tc-wp-content-root .mfg-bottom-content .mfg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #db1826 0%, #f6be00 100%);
  box-shadow: 0 12px 24px rgba(219, 24, 38, 0.2);
  transition: transform 220ms ease;
}.wpc-scope-179 .tc-wp-content-root .mfg-bottom-content .mfg-card:hover .mfg-icon{
  transform: translateY(-2px) rotate(-2deg);
}.wpc-scope-179 .tc-wp-content-root .mfg-bottom-content .mfg-icon::before, .wpc-scope-179 .tc-wp-content-root .mfg-bottom-content .mfg-icon::after{
  content: "";
  position: absolute;
  display: block;
}.wpc-scope-179 .tc-wp-content-root .mfg-bottom-content .mfg-icon-bolt::before{
  left: 18px;
  top: 10px;
  width: 10px;
  height: 25px;
  background: #ffffff;
  clip-path: polygon(45% 0, 100% 0, 64% 42%, 100% 42%, 32% 100%, 48% 54%, 0 54%);
}.wpc-scope-179 .tc-wp-content-root .mfg-bottom-content .mfg-icon-copy::before{
  left: 14px;
  top: 14px;
  width: 16px;
  height: 18px;
  border: 2px solid #ffffff;
  border-radius: 4px;
}.wpc-scope-179 .tc-wp-content-root .mfg-bottom-content .mfg-icon-copy::after{
  left: 19px;
  top: 9px;
  width: 16px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 4px;
}.wpc-scope-179 .tc-wp-content-root .mfg-bottom-content .mfg-icon-star::before{
  left: 11px;
  top: 10px;
  width: 24px;
  height: 24px;
  background: #ffffff;
  clip-path: polygon(50% 0, 61% 34%, 98% 35%, 68% 56%, 79% 91%, 50% 70%, 21% 91%, 32% 56%, 2% 35%, 39% 34%);
}.wpc-scope-179 .tc-wp-content-root .mfg-bottom-content .mfg-icon-flash::before{
  left: 11px;
  top: 16px;
  width: 24px;
  height: 14px;
  border: 3px solid #ffffff;
  border-left: 0;
  border-right: 0;
  transform: skewX(-18deg);
}.wpc-scope-179 .tc-wp-content-root .mfg-bottom-content .mfg-icon-spark::before{
  left: 21px;
  top: 8px;
  width: 4px;
  height: 30px;
  border-radius: 999px;
  background: #ffffff;
}.wpc-scope-179 .tc-wp-content-root .mfg-bottom-content .mfg-icon-spark::after{
  left: 8px;
  top: 21px;
  width: 30px;
  height: 4px;
  border-radius: 999px;
  background: #ffffff;
}.wpc-scope-179 .tc-wp-content-root .mfg-bottom-content .mfg-icon-shield::before{
  left: 12px;
  top: 9px;
  width: 22px;
  height: 27px;
  background: #ffffff;
  clip-path: polygon(50% 0, 92% 14%, 82% 72%, 50% 100%, 18% 72%, 8% 14%);
}.wpc-scope-179 .tc-wp-content-root .mfg-bottom-content .mfg-icon-open::before{
  left: 12px;
  top: 13px;
  width: 22px;
  height: 22px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}.wpc-scope-179 .tc-wp-content-root .mfg-bottom-content .mfg-icon-open::after{
  left: 21px;
  top: 7px;
  width: 5px;
  height: 18px;
  border-radius: 999px;
  background: #ffffff;
}.wpc-scope-179 .tc-wp-content-root .mfg-bottom-content .mfg-icon-phone::before{
  left: 15px;
  top: 8px;
  width: 16px;
  height: 30px;
  border: 3px solid #ffffff;
  border-radius: 7px;
}.wpc-scope-179 .tc-wp-content-root .mfg-bottom-content .mfg-icon-phone::after{
  left: 21px;
  bottom: 11px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ffffff;
}.wpc-scope-179 .tc-wp-content-root .mfg-bottom-content .mfg-icon-lock::before{
  left: 13px;
  top: 19px;
  width: 20px;
  height: 16px;
  border-radius: 5px;
  background: #ffffff;
}.wpc-scope-179 .tc-wp-content-root .mfg-bottom-content .mfg-icon-lock::after{
  left: 17px;
  top: 10px;
  width: 12px;
  height: 13px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}.wpc-scope-179 .tc-wp-content-root .mfg-bottom-content .mfg-steps{
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-179 .tc-wp-content-root .mfg-bottom-content .mfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(22, 32, 51, 0.09);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(20, 28, 44, 0.08);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-179 .tc-wp-content-root .mfg-bottom-content .mfg-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: linear-gradient(180deg, #db1826 0%, #f6be00 100%);
}.wpc-scope-179 .tc-wp-content-root .mfg-bottom-content .mfg-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(0, 83, 164, 0.2);
  box-shadow: 0 24px 58px rgba(20, 28, 44, 0.12);
}.wpc-scope-179 .tc-wp-content-root .mfg-bottom-content .mfg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #101828 0%, #0053a4 100%);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  box-shadow: 0 16px 30px rgba(0, 83, 164, 0.2);
}.wpc-scope-179 .tc-wp-content-root .mfg-bottom-content .mfg-step-content h3{
  margin: 0;
  color: #111827;
  font-weight: 840;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-179 .tc-wp-content-root .mfg-bottom-content .mfg-step-content p{
  margin: 10px 0 0;
  color: #5d6678;
  font-weight: 450;
  line-height: 1.68;
}.wpc-scope-179 .tc-wp-content-root .mfg-bottom-content .mfg-badge{
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin: 0 0 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(0, 83, 164, 0.08);
  color: #0053a4;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0;
}.wpc-scope-179 .tc-wp-content-root .mfg-bottom-content .mfg-trust-card{
  background: linear-gradient(180deg, #ffffff 0%, #fffdf8 100%);
}.wpc-scope-179 .tc-wp-content-root .mfg-bottom-content .mfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.wpc-scope-179 .tc-wp-content-root .mfg-bottom-content .mfg-reveal.mfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .mfg-bottom-content .mfg-section{
    padding: 48px 0;
  }.tc-wp-content-root .mfg-bottom-content .mfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-card{
    padding: 22px;
    border-radius: 19px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-card h3, .tc-wp-content-root .mfg-bottom-content .mfg-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-card p, .tc-wp-content-root .mfg-bottom-content .mfg-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .mfg-bottom-content .mfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .mfg-bottom-content .mfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-card{
    padding: 24px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-card h3, .tc-wp-content-root .mfg-bottom-content .mfg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-card p, .tc-wp-content-root .mfg-bottom-content .mfg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 25px 24px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .mfg-bottom-content .mfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .mfg-bottom-content .mfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-card{
    padding: 26px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-card h3, .tc-wp-content-root .mfg-bottom-content .mfg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-card p, .tc-wp-content-root .mfg-bottom-content .mfg-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .mfg-bottom-content .mfg-section{
    padding: 76px 0;
  }.tc-wp-content-root .mfg-bottom-content .mfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-card{
    padding: 28px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-card h3, .tc-wp-content-root .mfg-bottom-content .mfg-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-card p, .tc-wp-content-root .mfg-bottom-content .mfg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-step-card{
    gap: 24px;
    padding: 30px 34px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }}@media (min-width: 1024px){.tc-wp-content-root .mfg-bottom-content .mfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .mfg-bottom-content .mfg-container{
    padding: 0 36px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-grid-six, .tc-wp-content-root .mfg-bottom-content .mfg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .mfg-bottom-content .mfg-card{
    padding: 30px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-card h3, .tc-wp-content-root .mfg-bottom-content .mfg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-card p, .tc-wp-content-root .mfg-bottom-content .mfg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-step-card{
    gap: 28px;
    padding: 34px 40px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-step-number{
    width: 74px;
    height: 74px;
    font-size: 21px;
  }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .mfg-bottom-content .mfg-card, .tc-wp-content-root .mfg-bottom-content .mfg-step-card, .tc-wp-content-root .mfg-bottom-content .mfg-icon, .tc-wp-content-root .mfg-bottom-content .mfg-reveal{
    transition: none;
  }.tc-wp-content-root .mfg-bottom-content .mfg-reveal{
    opacity: 1;
    transform: none;
  }}.wpc-scope-179 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .mfg-use-card{}