@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

 

.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-60 .tc-wp-content-root img, .wpc-scope-60 .tc-wp-content-root video, .wpc-scope-60 .tc-wp-content-root svg, .wpc-scope-60 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-60 .tc-wp-content-root .mitc-bottom-content{
  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.55;
}.wpc-scope-60 .tc-wp-content-root .mitc-bottom-content, .wpc-scope-60 .tc-wp-content-root .mitc-bottom-content div, .wpc-scope-60 .tc-wp-content-root .mitc-bottom-content section, .wpc-scope-60 .tc-wp-content-root .mitc-bottom-content article{
  box-sizing: border-box;
}.wpc-scope-60 .tc-wp-content-root .mitc-bottom-content .mitc-section{
  position: relative;
  width: 100%;
}.wpc-scope-60 .tc-wp-content-root .mitc-bottom-content .mitc-section-white{
  background: #ffffff;
}.wpc-scope-60 .tc-wp-content-root .mitc-bottom-content .mitc-section-soft{
  background:
    radial-gradient(circle at 12% 8%, rgba(35, 120, 94, 0.08), transparent 34%),
    linear-gradient(180deg, #f8fbf8 0%, #f5f8f6 100%);
}.wpc-scope-60 .tc-wp-content-root .mitc-bottom-content .mitc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-60 .tc-wp-content-root .mitc-bottom-content .mitc-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-60 .tc-wp-content-root .mitc-bottom-content .mitc-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #25735a;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}.wpc-scope-60 .tc-wp-content-root .mitc-bottom-content .mitc-kicker::before, .wpc-scope-60 .tc-wp-content-root .mitc-bottom-content .mitc-kicker::after{
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1f7a5c, #d39b2a);
}.wpc-scope-60 .tc-wp-content-root .mitc-bottom-content h2{
  margin: 0;
  color: #101827;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.14;
}.wpc-scope-60 .tc-wp-content-root .mitc-bottom-content .mitc-heading p{
  margin: 16px auto 0;
  max-width: 720px;
  color: #586273;
}.wpc-scope-60 .tc-wp-content-root .mitc-bottom-content .mitc-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-60 .tc-wp-content-root .mitc-bottom-content .mitc-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(31, 122, 92, 0.13);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdfc 100%);
  box-shadow: 0 18px 45px rgba(21, 42, 37, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-60 .tc-wp-content-root .mitc-bottom-content .mitc-card::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(31, 122, 92, 0.12), rgba(211, 155, 42, 0.1));
  opacity: 0;
  transition: opacity 220ms ease;
}.wpc-scope-60 .tc-wp-content-root .mitc-bottom-content .mitc-card:hover{
  transform: translateY(-5px);
  border-color: rgba(31, 122, 92, 0.28);
  box-shadow: 0 24px 60px rgba(21, 42, 37, 0.12);
}.wpc-scope-60 .tc-wp-content-root .mitc-bottom-content .mitc-card:hover::after{
  opacity: 1;
}.wpc-scope-60 .tc-wp-content-root .mitc-bottom-content .mitc-card h3, .wpc-scope-60 .tc-wp-content-root .mitc-bottom-content .mitc-step-card h3{
  position: relative;
  margin: 0;
  color: #142034;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.22;
  z-index: 1;
}.wpc-scope-60 .tc-wp-content-root .mitc-bottom-content .mitc-card p, .wpc-scope-60 .tc-wp-content-root .mitc-bottom-content .mitc-step-card p{
  position: relative;
  margin: 10px 0 0;
  color: #5b6676;
  z-index: 1;
}.wpc-scope-60 .tc-wp-content-root .mitc-bottom-content .mitc-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1f7a5c, #d39b2a);
  box-shadow: 0 12px 26px rgba(31, 122, 92, 0.22);
  z-index: 1;
}.wpc-scope-60 .tc-wp-content-root .mitc-bottom-content .mitc-icon::before, .wpc-scope-60 .tc-wp-content-root .mitc-bottom-content .mitc-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
  opacity: 0.95;
}.wpc-scope-60 .tc-wp-content-root .mitc-bottom-content .mitc-icon-bars::before{
  left: 13px;
  bottom: 12px;
  width: 5px;
  height: 14px;
  border-radius: 8px;
  box-shadow: 8px -7px 0 #ffffff, 16px -2px 0 #ffffff;
}.wpc-scope-60 .tc-wp-content-root .mitc-bottom-content .mitc-icon-clock::before{
  inset: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.wpc-scope-60 .tc-wp-content-root .mitc-bottom-content .mitc-icon-clock::after{
  left: 23px;
  top: 16px;
  width: 3px;
  height: 11px;
  border-radius: 4px;
  transform-origin: bottom;
  transform: rotate(42deg);
}.wpc-scope-60 .tc-wp-content-root .mitc-bottom-content .mitc-icon-preview::before{
  left: 11px;
  top: 14px;
  width: 24px;
  height: 16px;
  border: 3px solid #ffffff;
  border-radius: 9px;
  background: transparent;
}.wpc-scope-60 .tc-wp-content-root .mitc-bottom-content .mitc-icon-preview::after{
  left: 20px;
  top: 19px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}.wpc-scope-60 .tc-wp-content-root .mitc-bottom-content .mitc-icon-steps::before{
  left: 13px;
  top: 13px;
  width: 20px;
  height: 4px;
  border-radius: 8px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.wpc-scope-60 .tc-wp-content-root .mitc-bottom-content .mitc-icon-mobile::before{
  left: 15px;
  top: 9px;
  width: 16px;
  height: 28px;
  border: 3px solid #ffffff;
  border-radius: 8px;
  background: transparent;
}.wpc-scope-60 .tc-wp-content-root .mitc-bottom-content .mitc-icon-mobile::after{
  left: 21px;
  bottom: 12px;
  width: 5px;
  height: 3px;
  border-radius: 8px;
}.wpc-scope-60 .tc-wp-content-root .mitc-bottom-content .mitc-icon-check::before{
  left: 13px;
  top: 23px;
  width: 10px;
  height: 4px;
  border-radius: 4px;
  transform: rotate(45deg);
}.wpc-scope-60 .tc-wp-content-root .mitc-bottom-content .mitc-icon-check::after{
  left: 19px;
  top: 19px;
  width: 18px;
  height: 4px;
  border-radius: 4px;
  transform: rotate(-45deg);
}.wpc-scope-60 .tc-wp-content-root .mitc-bottom-content .mitc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-60 .tc-wp-content-root .mitc-bottom-content .mitc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(31, 122, 92, 0.16);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 48px rgba(21, 42, 37, 0.08);
  overflow: hidden;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}.wpc-scope-60 .tc-wp-content-root .mitc-bottom-content .mitc-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: linear-gradient(180deg, #1f7a5c, #d39b2a);
}.wpc-scope-60 .tc-wp-content-root .mitc-bottom-content .mitc-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(31, 122, 92, 0.32);
  box-shadow: 0 24px 58px rgba(21, 42, 37, 0.12);
}.wpc-scope-60 .tc-wp-content-root .mitc-bottom-content .mitc-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #1f7a5c, #d39b2a);
  box-shadow: 0 12px 28px rgba(31, 122, 92, 0.22);
}.wpc-scope-60 .tc-wp-content-root .mitc-bottom-content .mitc-step-copy{
  min-width: 0;
}.wpc-scope-60 .tc-wp-content-root .mitc-bottom-content .mitc-badge{
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  border: 1px solid rgba(31, 122, 92, 0.16);
  border-radius: 999px;
  background: rgba(31, 122, 92, 0.08);
  color: #216b52;
  font-weight: 800;
  z-index: 1;
}.wpc-scope-60 .tc-wp-content-root .mitc-bottom-content .mitc-trust-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at top right, rgba(211, 155, 42, 0.2), transparent 40%);
}.wpc-scope-60 .tc-wp-content-root .mitc-bottom-content .mitc-dot{
  position: relative;
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: #1f7a5c;
  box-shadow: 0 0 0 8px rgba(31, 122, 92, 0.1), 0 0 0 16px rgba(211, 155, 42, 0.08);
  z-index: 1;
}.wpc-scope-60 .tc-wp-content-root .mitc-bottom-content .mitc-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-60 .tc-wp-content-root .mitc-bottom-content .mitc-reveal.mitc-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 .mitc-bottom-content .mitc-section{
    padding: 52px 0;
  }.tc-wp-content-root .mitc-bottom-content .mitc-container{
    padding: 0 14px;
  }.tc-wp-content-root .mitc-bottom-content h2{
    font-size: 26px;
  }.tc-wp-content-root .mitc-bottom-content .mitc-heading p{
    font-size: 15px;
  }.tc-wp-content-root .mitc-bottom-content .mitc-kicker{
    font-size: 11px;
  }.tc-wp-content-root .mitc-bottom-content .mitc-grid, .tc-wp-content-root .mitc-bottom-content .mitc-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .mitc-bottom-content .mitc-grid-three, .tc-wp-content-root .mitc-bottom-content .mitc-grid-trust{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .mitc-bottom-content .mitc-card{
    padding: 22px;
  }.tc-wp-content-root .mitc-bottom-content .mitc-card h3, .tc-wp-content-root .mitc-bottom-content .mitc-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .mitc-bottom-content .mitc-card p, .tc-wp-content-root .mitc-bottom-content .mitc-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .mitc-bottom-content .mitc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 22px 22px 24px;
  }.tc-wp-content-root .mitc-bottom-content .mitc-step-number{
    width: 52px;
    height: 52px;
    font-size: 16px;
  }.tc-wp-content-root .mitc-bottom-content .mitc-badge{
    padding: 6px 10px;
    font-size: 12px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .mitc-bottom-content .mitc-section{
    padding: 58px 0;
  }.tc-wp-content-root .mitc-bottom-content .mitc-container{
    padding: 0 18px;
  }.tc-wp-content-root .mitc-bottom-content h2{
    font-size: 29px;
  }.tc-wp-content-root .mitc-bottom-content .mitc-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .mitc-bottom-content .mitc-kicker{
    font-size: 12px;
  }.tc-wp-content-root .mitc-bottom-content .mitc-grid, .tc-wp-content-root .mitc-bottom-content .mitc-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .mitc-bottom-content .mitc-grid-three, .tc-wp-content-root .mitc-bottom-content .mitc-grid-trust{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .mitc-bottom-content .mitc-card{
    padding: 24px;
  }.tc-wp-content-root .mitc-bottom-content .mitc-card h3, .tc-wp-content-root .mitc-bottom-content .mitc-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .mitc-bottom-content .mitc-card p, .tc-wp-content-root .mitc-bottom-content .mitc-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .mitc-bottom-content .mitc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 24px 24px 26px;
  }.tc-wp-content-root .mitc-bottom-content .mitc-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }.tc-wp-content-root .mitc-bottom-content .mitc-badge{
    padding: 6px 11px;
    font-size: 12px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .mitc-bottom-content .mitc-section{
    padding: 64px 0;
  }.tc-wp-content-root .mitc-bottom-content .mitc-container{
    padding: 0 22px;
  }.tc-wp-content-root .mitc-bottom-content h2{
    font-size: 32px;
  }.tc-wp-content-root .mitc-bottom-content .mitc-heading p{
    font-size: 16px;
  }.tc-wp-content-root .mitc-bottom-content .mitc-kicker{
    font-size: 12px;
  }.tc-wp-content-root .mitc-bottom-content .mitc-grid, .tc-wp-content-root .mitc-bottom-content .mitc-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .mitc-bottom-content .mitc-grid-three, .tc-wp-content-root .mitc-bottom-content .mitc-grid-trust{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .mitc-bottom-content .mitc-card{
    padding: 26px;
  }.tc-wp-content-root .mitc-bottom-content .mitc-card h3, .tc-wp-content-root .mitc-bottom-content .mitc-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .mitc-bottom-content .mitc-card p, .tc-wp-content-root .mitc-bottom-content .mitc-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .mitc-bottom-content .mitc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 26px 26px 28px;
  }.tc-wp-content-root .mitc-bottom-content .mitc-step-number{
    width: 56px;
    height: 56px;
    font-size: 17px;
  }.tc-wp-content-root .mitc-bottom-content .mitc-badge{
    padding: 7px 12px;
    font-size: 12px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .mitc-bottom-content .mitc-section{
    padding: 76px 0;
  }.tc-wp-content-root .mitc-bottom-content .mitc-container{
    padding: 0 30px;
  }.tc-wp-content-root .mitc-bottom-content h2{
    font-size: 40px;
  }.tc-wp-content-root .mitc-bottom-content .mitc-heading p{
    font-size: 17px;
  }.tc-wp-content-root .mitc-bottom-content .mitc-kicker{
    font-size: 12px;
  }.tc-wp-content-root .mitc-bottom-content .mitc-grid, .tc-wp-content-root .mitc-bottom-content .mitc-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .mitc-bottom-content .mitc-grid-three, .tc-wp-content-root .mitc-bottom-content .mitc-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .mitc-bottom-content .mitc-card{
    padding: 28px;
  }.tc-wp-content-root .mitc-bottom-content .mitc-card h3, .tc-wp-content-root .mitc-bottom-content .mitc-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .mitc-bottom-content .mitc-card p, .tc-wp-content-root .mitc-bottom-content .mitc-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .mitc-bottom-content .mitc-step-card{
    gap: 22px;
    padding: 28px 30px 28px 32px;
  }.tc-wp-content-root .mitc-bottom-content .mitc-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }.tc-wp-content-root .mitc-bottom-content .mitc-badge{
    padding: 7px 13px;
    font-size: 12px;
  }}@media (min-width: 1024px){.tc-wp-content-root .mitc-bottom-content .mitc-section{
    padding: 92px 0;
  }.tc-wp-content-root .mitc-bottom-content .mitc-container{
    padding: 0 32px;
  }.tc-wp-content-root .mitc-bottom-content h2{
    font-size: 46px;
  }.tc-wp-content-root .mitc-bottom-content .mitc-heading p{
    font-size: 18px;
  }.tc-wp-content-root .mitc-bottom-content .mitc-kicker{
    font-size: 12px;
  }.tc-wp-content-root .mitc-bottom-content .mitc-grid, .tc-wp-content-root .mitc-bottom-content .mitc-steps{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .mitc-bottom-content .mitc-grid-three, .tc-wp-content-root .mitc-bottom-content .mitc-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .mitc-bottom-content .mitc-card{
    padding: 30px;
  }.tc-wp-content-root .mitc-bottom-content .mitc-card h3, .tc-wp-content-root .mitc-bottom-content .mitc-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .mitc-bottom-content .mitc-card p, .tc-wp-content-root .mitc-bottom-content .mitc-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .mitc-bottom-content .mitc-step-card{
    gap: 24px;
    padding: 30px 34px 30px 36px;
  }.tc-wp-content-root .mitc-bottom-content .mitc-step-number{
    width: 64px;
    height: 64px;
    font-size: 18px;
  }.tc-wp-content-root .mitc-bottom-content .mitc-badge{
    padding: 7px 14px;
    font-size: 12px;
  }}