@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-497 .tc-wp-content-root img, .wpc-scope-497 .tc-wp-content-root video, .wpc-scope-497 .tc-wp-content-root svg, .wpc-scope-497 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-497 .tc-wp-content-root .mmfg-editorial-content{
  width: 100%;
  overflow-x: hidden;
  color: #251f2f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.wpc-scope-497 .tc-wp-content-root .mmfg-editorial-content .mmfg-section{
  position: relative;
  isolation: isolate;
}.wpc-scope-497 .tc-wp-content-root .mmfg-editorial-content .mmfg-section-white{
  background: #ffffff;
}.wpc-scope-497 .tc-wp-content-root .mmfg-editorial-content .mmfg-section-soft{
  background: linear-gradient(180deg, #fff8f2 0%, #fffdf9 100%);
}.wpc-scope-497 .tc-wp-content-root .mmfg-editorial-content .mmfg-container{
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}.wpc-scope-497 .tc-wp-content-root .mmfg-editorial-content .mmfg-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-497 .tc-wp-content-root .mmfg-editorial-content .mmfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 14px;
  border: 1px solid rgba(221, 36, 70, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 218, 99, 0.22), rgba(221, 36, 70, 0.08));
  color: #9d1732;
  font-weight: 800;
  letter-spacing: 0;
}.wpc-scope-497 .tc-wp-content-root .mmfg-editorial-content .mmfg-heading h2{
  margin: 0;
  color: #1f1a28;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.14;
}.wpc-scope-497 .tc-wp-content-root .mmfg-editorial-content .mmfg-heading p{
  margin: 16px auto 0;
  max-width: 680px;
  color: #625b6b;
}.wpc-scope-497 .tc-wp-content-root .mmfg-editorial-content .mmfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-497 .tc-wp-content-root .mmfg-editorial-content .mmfg-grid-three{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.wpc-scope-497 .tc-wp-content-root .mmfg-editorial-content .mmfg-grid-benefits{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.wpc-scope-497 .tc-wp-content-root .mmfg-editorial-content .mmfg-card, .wpc-scope-497 .tc-wp-content-root .mmfg-editorial-content .mmfg-benefit-card{
  position: relative;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(41, 31, 53, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 46px rgba(36, 28, 48, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
  overflow: hidden;
}.wpc-scope-497 .tc-wp-content-root .mmfg-editorial-content .mmfg-card::before, .wpc-scope-497 .tc-wp-content-root .mmfg-editorial-content .mmfg-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #ffd34d 0%, #f45a38 45%, #dd2446 100%);
  opacity: 0.9;
}.wpc-scope-497 .tc-wp-content-root .mmfg-editorial-content .mmfg-card:hover, .wpc-scope-497 .tc-wp-content-root .mmfg-editorial-content .mmfg-benefit-card:hover{
  transform: translateY(-6px);
  border-color: rgba(221, 36, 70, 0.24);
  box-shadow: 0 24px 60px rgba(36, 28, 48, 0.13);
}.wpc-scope-497 .tc-wp-content-root .mmfg-editorial-content .mmfg-card h3, .wpc-scope-497 .tc-wp-content-root .mmfg-editorial-content .mmfg-benefit-card h3, .wpc-scope-497 .tc-wp-content-root .mmfg-editorial-content .mmfg-step-copy h3{
  margin: 0;
  color: #211b2a;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.24;
}.wpc-scope-497 .tc-wp-content-root .mmfg-editorial-content .mmfg-card p, .wpc-scope-497 .tc-wp-content-root .mmfg-editorial-content .mmfg-benefit-card p, .wpc-scope-497 .tc-wp-content-root .mmfg-editorial-content .mmfg-step-copy p{
  margin: 10px 0 0;
  color: #655f70;
}.wpc-scope-497 .tc-wp-content-root .mmfg-editorial-content .mmfg-icon{
  width: 46px;
  height: 46px;
  display: inline-flex;
  position: relative;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ffd34d 0%, #f45a38 52%, #dd2446 100%);
  box-shadow: 0 12px 24px rgba(221, 36, 70, 0.18);
  transition: transform 240ms ease;
}.wpc-scope-497 .tc-wp-content-root .mmfg-editorial-content .mmfg-card:hover .mmfg-icon{
  transform: translateY(-2px) rotate(-3deg);
}.wpc-scope-497 .tc-wp-content-root .mmfg-editorial-content .mmfg-icon::before, .wpc-scope-497 .tc-wp-content-root .mmfg-editorial-content .mmfg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-497 .tc-wp-content-root .mmfg-editorial-content .mmfg-icon-spark::before{
  width: 18px;
  height: 18px;
  left: 14px;
  top: 14px;
  clip-path: polygon(50% 0%, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0% 50%, 38% 36%);
}.wpc-scope-497 .tc-wp-content-root .mmfg-editorial-content .mmfg-icon-copy::before{
  width: 16px;
  height: 18px;
  left: 17px;
  top: 13px;
  border-radius: 4px;
}.wpc-scope-497 .tc-wp-content-root .mmfg-editorial-content .mmfg-icon-copy::after{
  width: 14px;
  height: 16px;
  left: 12px;
  top: 17px;
  border-radius: 4px;
  opacity: 0.65;
}.wpc-scope-497 .tc-wp-content-root .mmfg-editorial-content .mmfg-icon-magic::before{
  width: 22px;
  height: 4px;
  left: 12px;
  top: 22px;
  border-radius: 999px;
  transform: rotate(-35deg);
}.wpc-scope-497 .tc-wp-content-root .mmfg-editorial-content .mmfg-icon-magic::after{
  width: 6px;
  height: 6px;
  right: 11px;
  top: 10px;
  border-radius: 50%;
}.wpc-scope-497 .tc-wp-content-root .mmfg-editorial-content .mmfg-icon-smile::before{
  width: 22px;
  height: 12px;
  left: 12px;
  top: 18px;
  border-radius: 0 0 999px 999px;
}.wpc-scope-497 .tc-wp-content-root .mmfg-editorial-content .mmfg-icon-mobile::before{
  width: 16px;
  height: 24px;
  left: 15px;
  top: 11px;
  border-radius: 5px;
}.wpc-scope-497 .tc-wp-content-root .mmfg-editorial-content .mmfg-icon-polish::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  opacity: 0.92;
}.wpc-scope-497 .tc-wp-content-root .mmfg-editorial-content .mmfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-497 .tc-wp-content-root .mmfg-editorial-content .mmfg-step-card{
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  position: relative;
  border: 1px solid rgba(221, 36, 70, 0.13);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #fffaf1 100%);
  box-shadow: 0 18px 46px rgba(36, 28, 48, 0.08);
  box-sizing: border-box;
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-497 .tc-wp-content-root .mmfg-editorial-content .mmfg-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(221, 36, 70, 0.24);
  box-shadow: 0 24px 58px rgba(36, 28, 48, 0.12);
}.wpc-scope-497 .tc-wp-content-root .mmfg-editorial-content .mmfg-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #211b2a 0%, #dd2446 100%);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 30px rgba(221, 36, 70, 0.22);
}.wpc-scope-497 .tc-wp-content-root .mmfg-editorial-content .mmfg-use-card{
  background: linear-gradient(180deg, #ffffff 0%, #fffdfa 100%);
}.wpc-scope-497 .tc-wp-content-root .mmfg-editorial-content .mmfg-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  min-width: 52px;
  height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: #211b2a;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
}.wpc-scope-497 .tc-wp-content-root .mmfg-editorial-content .mmfg-benefit-card{
  background: #ffffff;
}.wpc-scope-497 .tc-wp-content-root .mmfg-editorial-content .mmfg-benefit-mark{
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffd34d 0%, #dd2446 100%);
  position: relative;
  box-shadow: 0 14px 26px rgba(221, 36, 70, 0.18);
}.wpc-scope-497 .tc-wp-content-root .mmfg-editorial-content .mmfg-benefit-mark::after{
  content: "";
  position: absolute;
  width: 16px;
  height: 8px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.wpc-scope-497 .tc-wp-content-root .mmfg-editorial-content .mmfg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-497 .tc-wp-content-root .mmfg-editorial-content .mmfg-reveal.mmfg-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 240ms ease, border-color 240ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .mmfg-editorial-content .mmfg-section{
    padding: 48px 0;
  }.tc-wp-content-root .mmfg-editorial-content .mmfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .mmfg-editorial-content .mmfg-heading h2{
    font-size: 25px;
  }.tc-wp-content-root .mmfg-editorial-content .mmfg-heading p{
    font-size: 14px;
  }.tc-wp-content-root .mmfg-editorial-content .mmfg-kicker{
    font-size: 12px;
  }.tc-wp-content-root .mmfg-editorial-content .mmfg-grid, .tc-wp-content-root .mmfg-editorial-content .mmfg-grid-three, .tc-wp-content-root .mmfg-editorial-content .mmfg-grid-benefits{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .mmfg-editorial-content .mmfg-card, .tc-wp-content-root .mmfg-editorial-content .mmfg-benefit-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .mmfg-editorial-content .mmfg-card h3, .tc-wp-content-root .mmfg-editorial-content .mmfg-benefit-card h3, .tc-wp-content-root .mmfg-editorial-content .mmfg-step-copy h3{
    font-size: 18px;
  }.tc-wp-content-root .mmfg-editorial-content .mmfg-card p, .tc-wp-content-root .mmfg-editorial-content .mmfg-benefit-card p, .tc-wp-content-root .mmfg-editorial-content .mmfg-step-copy p{
    font-size: 14px;
  }.tc-wp-content-root .mmfg-editorial-content .mmfg-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .mmfg-editorial-content .mmfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .mmfg-editorial-content .mmfg-step-number{
    width: 56px;
    height: 56px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .mmfg-editorial-content .mmfg-section{
    padding: 56px 0;
  }.tc-wp-content-root .mmfg-editorial-content .mmfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .mmfg-editorial-content .mmfg-heading h2{
    font-size: 28px;
  }.tc-wp-content-root .mmfg-editorial-content .mmfg-heading p{
    font-size: 15px;
  }.tc-wp-content-root .mmfg-editorial-content .mmfg-kicker{
    font-size: 12px;
  }.tc-wp-content-root .mmfg-editorial-content .mmfg-grid, .tc-wp-content-root .mmfg-editorial-content .mmfg-grid-three, .tc-wp-content-root .mmfg-editorial-content .mmfg-grid-benefits{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .mmfg-editorial-content .mmfg-card, .tc-wp-content-root .mmfg-editorial-content .mmfg-benefit-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .mmfg-editorial-content .mmfg-card h3, .tc-wp-content-root .mmfg-editorial-content .mmfg-benefit-card h3, .tc-wp-content-root .mmfg-editorial-content .mmfg-step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .mmfg-editorial-content .mmfg-card p, .tc-wp-content-root .mmfg-editorial-content .mmfg-benefit-card p, .tc-wp-content-root .mmfg-editorial-content .mmfg-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .mmfg-editorial-content .mmfg-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .mmfg-editorial-content .mmfg-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
  }.tc-wp-content-root .mmfg-editorial-content .mmfg-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .mmfg-editorial-content .mmfg-section{
    padding: 64px 0;
  }.tc-wp-content-root .mmfg-editorial-content .mmfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .mmfg-editorial-content .mmfg-heading h2{
    font-size: 31px;
  }.tc-wp-content-root .mmfg-editorial-content .mmfg-heading p{
    font-size: 16px;
  }.tc-wp-content-root .mmfg-editorial-content .mmfg-kicker{
    font-size: 13px;
  }.tc-wp-content-root .mmfg-editorial-content .mmfg-grid, .tc-wp-content-root .mmfg-editorial-content .mmfg-grid-three, .tc-wp-content-root .mmfg-editorial-content .mmfg-grid-benefits{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .mmfg-editorial-content .mmfg-card, .tc-wp-content-root .mmfg-editorial-content .mmfg-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .mmfg-editorial-content .mmfg-card h3, .tc-wp-content-root .mmfg-editorial-content .mmfg-benefit-card h3, .tc-wp-content-root .mmfg-editorial-content .mmfg-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .mmfg-editorial-content .mmfg-card p, .tc-wp-content-root .mmfg-editorial-content .mmfg-benefit-card p, .tc-wp-content-root .mmfg-editorial-content .mmfg-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .mmfg-editorial-content .mmfg-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .mmfg-editorial-content .mmfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .mmfg-editorial-content .mmfg-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .mmfg-editorial-content .mmfg-section{
    padding: 76px 0;
  }.tc-wp-content-root .mmfg-editorial-content .mmfg-container{
    padding: 0 30px;
  }.tc-wp-content-root .mmfg-editorial-content .mmfg-heading h2{
    font-size: 38px;
  }.tc-wp-content-root .mmfg-editorial-content .mmfg-heading p{
    font-size: 17px;
  }.tc-wp-content-root .mmfg-editorial-content .mmfg-kicker{
    font-size: 13px;
  }.tc-wp-content-root .mmfg-editorial-content .mmfg-grid-three, .tc-wp-content-root .mmfg-editorial-content .mmfg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .mmfg-editorial-content .mmfg-card, .tc-wp-content-root .mmfg-editorial-content .mmfg-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .mmfg-editorial-content .mmfg-card h3, .tc-wp-content-root .mmfg-editorial-content .mmfg-benefit-card h3, .tc-wp-content-root .mmfg-editorial-content .mmfg-step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .mmfg-editorial-content .mmfg-card p, .tc-wp-content-root .mmfg-editorial-content .mmfg-benefit-card p, .tc-wp-content-root .mmfg-editorial-content .mmfg-step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .mmfg-editorial-content .mmfg-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .mmfg-editorial-content .mmfg-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .mmfg-editorial-content .mmfg-step-number{
    width: 74px;
    height: 74px;
    font-size: 21px;
  }}@media (min-width: 1024px){.tc-wp-content-root .mmfg-editorial-content .mmfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .mmfg-editorial-content .mmfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .mmfg-editorial-content .mmfg-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .mmfg-editorial-content .mmfg-heading p{
    font-size: 18px;
  }.tc-wp-content-root .mmfg-editorial-content .mmfg-kicker{
    font-size: 13px;
  }.tc-wp-content-root .mmfg-editorial-content .mmfg-grid-three, .tc-wp-content-root .mmfg-editorial-content .mmfg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .mmfg-editorial-content .mmfg-card, .tc-wp-content-root .mmfg-editorial-content .mmfg-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .mmfg-editorial-content .mmfg-card h3, .tc-wp-content-root .mmfg-editorial-content .mmfg-benefit-card h3, .tc-wp-content-root .mmfg-editorial-content .mmfg-step-copy h3{
    font-size: 22px;
  }.tc-wp-content-root .mmfg-editorial-content .mmfg-card p, .tc-wp-content-root .mmfg-editorial-content .mmfg-benefit-card p, .tc-wp-content-root .mmfg-editorial-content .mmfg-step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .mmfg-editorial-content .mmfg-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .mmfg-editorial-content .mmfg-step-card{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .mmfg-editorial-content .mmfg-step-number{
    width: 82px;
    height: 82px;
    font-size: 22px;
  }}