@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-644 .tc-wp-content-root img, .wpc-scope-644 .tc-wp-content-root video, .wpc-scope-644 .tc-wp-content-root svg, .wpc-scope-644 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-644 .tc-wp-content-root .mfg-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172018;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.wpc-scope-644 .tc-wp-content-root .mfg-content-wrap, .wpc-scope-644 .tc-wp-content-root .mfg-content-wrap section, .wpc-scope-644 .tc-wp-content-root .mfg-content-wrap div, .wpc-scope-644 .tc-wp-content-root .mfg-content-wrap article{
  box-sizing: border-box;
}.wpc-scope-644 .tc-wp-content-root .mfg-content-wrap .mfg-section{
  position: relative;
  width: 100%;
}.wpc-scope-644 .tc-wp-content-root .mfg-content-wrap .mfg-section-white{
  background: #ffffff;
}.wpc-scope-644 .tc-wp-content-root .mfg-content-wrap .mfg-section-soft{
  background: linear-gradient(180deg, #fbfaf4 0%, #f7fbf4 100%);
}.wpc-scope-644 .tc-wp-content-root .mfg-content-wrap .mfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-644 .tc-wp-content-root .mfg-content-wrap .mfg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-644 .tc-wp-content-root .mfg-content-wrap .mfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(25, 128, 65, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(47, 177, 94, 0.12), rgba(218, 168, 58, 0.14));
  color: #176334;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.wpc-scope-644 .tc-wp-content-root .mfg-content-wrap .mfg-section-head h2{
  margin: 0;
  color: #122017;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-644 .tc-wp-content-root .mfg-content-wrap .mfg-section-head p{
  margin: 16px auto 0;
  max-width: 680px;
  color: #566257;
  font-weight: 450;
}.wpc-scope-644 .tc-wp-content-root .mfg-content-wrap .mfg-grid{
  display: grid;
  width: 100%;
}.wpc-scope-644 .tc-wp-content-root .mfg-content-wrap .mfg-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(26, 57, 33, 0.1);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fffef9 100%);
  box-shadow: 0 18px 45px rgba(26, 57, 33, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-644 .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(37, 168, 82, 0.42), rgba(219, 175, 67, 0.38));
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
}.wpc-scope-644 .tc-wp-content-root .mfg-content-wrap .mfg-card::after{
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 1;
  border-radius: 21px;
  background: linear-gradient(180deg, #ffffff 0%, #fffef9 100%);
  pointer-events: none;
}.wpc-scope-644 .tc-wp-content-root .mfg-content-wrap .mfg-card > *{
  position: relative;
  z-index: 2;
}.wpc-scope-644 .tc-wp-content-root .mfg-content-wrap .mfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(39, 156, 78, 0.24);
  box-shadow: 0 24px 60px rgba(26, 57, 33, 0.12);
}.wpc-scope-644 .tc-wp-content-root .mfg-content-wrap .mfg-card:hover::before{
  opacity: 1;
}.wpc-scope-644 .tc-wp-content-root .mfg-content-wrap .mfg-card h3{
  margin: 0;
  color: #142118;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}.wpc-scope-644 .tc-wp-content-root .mfg-content-wrap .mfg-card p{
  margin: 10px 0 0;
  color: #5a655c;
  font-weight: 450;
}.wpc-scope-644 .tc-wp-content-root .mfg-content-wrap .mfg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 20px;
  flex: 0 0 auto;
  border-radius: 15px;
  background: linear-gradient(135deg, #1f9f56, #e1b340);
  box-shadow: 0 12px 24px rgba(31, 159, 86, 0.22);
  transition: transform 220ms ease;
}.wpc-scope-644 .tc-wp-content-root .mfg-content-wrap .mfg-card:hover .mfg-icon{
  transform: translateY(-2px) rotate(-2deg);
}.wpc-scope-644 .tc-wp-content-root .mfg-content-wrap .mfg-icon::before, .wpc-scope-644 .tc-wp-content-root .mfg-content-wrap .mfg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-644 .tc-wp-content-root .mfg-content-wrap .mfg-icon-preview::before{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border-radius: 999px;
  opacity: 0.92;
}.wpc-scope-644 .tc-wp-content-root .mfg-content-wrap .mfg-icon-preview::after{
  width: 7px;
  height: 7px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
}.wpc-scope-644 .tc-wp-content-root .mfg-content-wrap .mfg-icon-copy::before{
  width: 15px;
  height: 18px;
  left: 13px;
  top: 11px;
  border-radius: 4px;
  opacity: 0.75;
}.wpc-scope-644 .tc-wp-content-root .mfg-content-wrap .mfg-icon-copy::after{
  width: 15px;
  height: 18px;
  left: 18px;
  top: 17px;
  border-radius: 4px;
}.wpc-scope-644 .tc-wp-content-root .mfg-content-wrap .mfg-icon-creative::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  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-644 .tc-wp-content-root .mfg-content-wrap .mfg-icon-brand::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  opacity: 0.95;
}.wpc-scope-644 .tc-wp-content-root .mfg-content-wrap .mfg-icon-brand::after{
  width: 10px;
  height: 10px;
  left: 18px;
  top: 18px;
  border-radius: 50%;
  background: #1f9f56;
}.wpc-scope-644 .tc-wp-content-root .mfg-content-wrap .mfg-icon-social::before{
  width: 22px;
  height: 16px;
  left: 12px;
  top: 13px;
  border-radius: 7px;
}.wpc-scope-644 .tc-wp-content-root .mfg-content-wrap .mfg-icon-social::after{
  width: 8px;
  height: 8px;
  left: 20px;
  top: 25px;
  transform: rotate(45deg);
}.wpc-scope-644 .tc-wp-content-root .mfg-content-wrap .mfg-icon-fast::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  clip-path: polygon(52% 0, 100% 0, 64% 42%, 94% 42%, 36% 100%, 48% 58%, 12% 58%);
}.wpc-scope-644 .tc-wp-content-root .mfg-content-wrap .mfg-icon-free::before{
  width: 24px;
  height: 16px;
  left: 11px;
  top: 15px;
  border-radius: 4px;
}.wpc-scope-644 .tc-wp-content-root .mfg-content-wrap .mfg-icon-free::after{
  width: 8px;
  height: 8px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #1f9f56;
}.wpc-scope-644 .tc-wp-content-root .mfg-content-wrap .mfg-icon-mobile::before{
  width: 16px;
  height: 26px;
  left: 15px;
  top: 10px;
  border-radius: 5px;
}.wpc-scope-644 .tc-wp-content-root .mfg-content-wrap .mfg-icon-mobile::after{
  width: 5px;
  height: 2px;
  left: 21px;
  top: 31px;
  border-radius: 999px;
  background: #1f9f56;
}.wpc-scope-644 .tc-wp-content-root .mfg-content-wrap .mfg-icon-privacy::before{
  width: 22px;
  height: 17px;
  left: 12px;
  top: 18px;
  border-radius: 5px;
}.wpc-scope-644 .tc-wp-content-root .mfg-content-wrap .mfg-icon-privacy::after{
  width: 14px;
  height: 12px;
  left: 16px;
  top: 10px;
  border: 4px solid #ffffff;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  background: transparent;
}.wpc-scope-644 .tc-wp-content-root .mfg-content-wrap .mfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-644 .tc-wp-content-root .mfg-content-wrap .mfg-step-card{
  position: relative;
  display: grid;
  min-width: 0;
  align-items: center;
  border: 1px solid rgba(26, 57, 33, 0.1);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(26, 57, 33, 0.08);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease;
}.wpc-scope-644 .tc-wp-content-root .mfg-content-wrap .mfg-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 5px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #1f9f56, #e1b340);
}.wpc-scope-644 .tc-wp-content-root .mfg-content-wrap .mfg-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(26, 57, 33, 0.12);
}.wpc-scope-644 .tc-wp-content-root .mfg-content-wrap .mfg-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 22px;
  background: linear-gradient(135deg, #12391f, #279c4f);
  color: #fff9dc;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 26px rgba(31, 159, 86, 0.22);
}.wpc-scope-644 .tc-wp-content-root .mfg-content-wrap .mfg-step-copy h3{
  margin: 0;
  color: #142118;
  font-weight: 830;
  line-height: 1.2;
}.wpc-scope-644 .tc-wp-content-root .mfg-content-wrap .mfg-step-copy p{
  margin: 8px 0 0;
  color: #5a655c;
}.wpc-scope-644 .tc-wp-content-root .mfg-content-wrap .mfg-badge{
  display: inline-flex;
  width: fit-content;
  margin: 0 0 18px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(31, 159, 86, 0.1);
  color: #176334;
  font-size: 12px;
  font-weight: 800;
}.wpc-scope-644 .tc-wp-content-root .mfg-content-wrap .mfg-use-card{
  background: linear-gradient(180deg, #ffffff 0%, #fbfff9 100%);
}.wpc-scope-644 .tc-wp-content-root .mfg-content-wrap .mfg-benefit-card{
  text-align: left;
}.wpc-scope-644 .tc-wp-content-root .mfg-content-wrap .mfg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-644 .tc-wp-content-root .mfg-content-wrap .mfg-reveal.mfg-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 220ms ease, border-color 220ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .mfg-content-wrap .mfg-section{
    padding: 50px 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: 25px;
  }.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: 30px;
  }.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-copy h3{
    font-size: 18px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-card p, .tc-wp-content-root .mfg-content-wrap .mfg-step-copy p{
    font-size: 14px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 22px 22px 26px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-step-number{
    width: 62px;
    height: 62px;
    font-size: 20px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .mfg-content-wrap .mfg-section{
    padding: 56px 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: 32px;
  }.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-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-card p, .tc-wp-content-root .mfg-content-wrap .mfg-step-copy p{
    font-size: 14.5px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px 24px 24px 28px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-step-number{
    width: 64px;
    height: 64px;
    font-size: 21px;
  }}@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: 33px;
  }.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: 36px;
  }.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-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-card p, .tc-wp-content-root .mfg-content-wrap .mfg-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 26px 26px 30px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-step-number{
    width: 66px;
    height: 66px;
    font-size: 22px;
  }}@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-three, .tc-wp-content-root .mfg-content-wrap .mfg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.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-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-card p, .tc-wp-content-root .mfg-content-wrap .mfg-step-copy p{
    font-size: 15.5px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-step-card{
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 22px;
    padding: 30px 32px 30px 36px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-step-number{
    font-size: 24px;
  }}@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-three, .tc-wp-content-root .mfg-content-wrap .mfg-grid-benefits{
    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-copy h3{
    font-size: 22px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-card p, .tc-wp-content-root .mfg-content-wrap .mfg-step-copy 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{
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 26px;
    padding: 34px 38px 34px 42px;
  }.tc-wp-content-root .mfg-content-wrap .mfg-step-number{
    font-size: 25px;
  }}