@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;
}
.tc-wp-content-root img,
.tc-wp-content-root video,
.tc-wp-content-root svg,
.tc-wp-content-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-content-root .mcpg-editorial{
  width: 100%;
  overflow-x: hidden;
  color: #17231d;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.tc-wp-content-root .mcpg-editorial .mcpg-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .mcpg-editorial .mcpg-section-white{
  background: #ffffff;
}.tc-wp-content-root .mcpg-editorial .mcpg-section-soft{
  background: linear-gradient(180deg, #f7faf5 0%, #fbfbf7 100%);
}.tc-wp-content-root .mcpg-editorial .mcpg-container{
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .mcpg-editorial .mcpg-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .mcpg-editorial .mcpg-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #1f7a3d;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}.tc-wp-content-root .mcpg-editorial .mcpg-kicker::before, .tc-wp-content-root .mcpg-editorial .mcpg-kicker::after{
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #4ade80, #22c55e, #16a34a);
}.tc-wp-content-root .mcpg-editorial .mcpg-heading h2{
  margin: 0;
  color: #132019;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .mcpg-editorial .mcpg-heading p{
  margin: 16px auto 0;
  max-width: 690px;
  color: #56635b;
  line-height: 1.75;
}.tc-wp-content-root .mcpg-editorial .mcpg-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .mcpg-editorial .mcpg-card, .tc-wp-content-root .mcpg-editorial .mcpg-benefit, .tc-wp-content-root .mcpg-editorial .mcpg-step{
  position: relative;
  border: 1px solid rgba(41, 74, 52, 0.12);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(28, 53, 37, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .mcpg-editorial .mcpg-card{
  min-height: 100%;
  border-radius: 22px;
  overflow: hidden;
}.tc-wp-content-root .mcpg-editorial .mcpg-card::before, .tc-wp-content-root .mcpg-editorial .mcpg-benefit::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #7ddf64, #31c468, #22a06b, #70d6ff);
  opacity: 0.95;
}.tc-wp-content-root .mcpg-editorial .mcpg-card:hover, .tc-wp-content-root .mcpg-editorial .mcpg-benefit:hover, .tc-wp-content-root .mcpg-editorial .mcpg-step:hover{
  transform: translateY(-5px);
  border-color: rgba(34, 163, 92, 0.34);
  box-shadow: 0 24px 60px rgba(28, 53, 37, 0.13);
}.tc-wp-content-root .mcpg-editorial .mcpg-card h3, .tc-wp-content-root .mcpg-editorial .mcpg-benefit h3, .tc-wp-content-root .mcpg-editorial .mcpg-step h3{
  margin: 0;
  color: #17231d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .mcpg-editorial .mcpg-card p, .tc-wp-content-root .mcpg-editorial .mcpg-benefit p, .tc-wp-content-root .mcpg-editorial .mcpg-step p{
  margin: 10px 0 0;
  color: #5b665f;
  line-height: 1.7;
}.tc-wp-content-root .mcpg-editorial .mcpg-icon{
  display: inline-flex;
  position: relative;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #e7fbe9, #dff7ff);
  box-shadow: inset 0 0 0 1px rgba(31, 122, 61, 0.12), 0 10px 24px rgba(35, 140, 79, 0.12);
}.tc-wp-content-root .mcpg-editorial .mcpg-icon::before, .tc-wp-content-root .mcpg-editorial .mcpg-icon::after{
  content: "";
  position: absolute;
  border-radius: 5px;
}.tc-wp-content-root .mcpg-editorial .mcpg-icon-grass::before{
  left: 11px;
  top: 12px;
  width: 24px;
  height: 10px;
  background: #3fb950;
}.tc-wp-content-root .mcpg-editorial .mcpg-icon-grass::after{
  left: 11px;
  top: 22px;
  width: 24px;
  height: 14px;
  background: #8b5e34;
}.tc-wp-content-root .mcpg-editorial .mcpg-icon-gem::before{
  left: 12px;
  top: 10px;
  width: 22px;
  height: 22px;
  transform: rotate(45deg);
  background: linear-gradient(135deg, #70d6ff, #22c55e);
}.tc-wp-content-root .mcpg-editorial .mcpg-icon-gem::after{
  left: 20px;
  top: 12px;
  width: 7px;
  height: 22px;
  background: rgba(255, 255, 255, 0.45);
}.tc-wp-content-root .mcpg-editorial .mcpg-icon-map::before{
  left: 10px;
  top: 12px;
  width: 26px;
  height: 22px;
  background: linear-gradient(90deg, #b7e4c7 0 33%, #f4d35e 33% 66%, #70d6ff 66%);
}.tc-wp-content-root .mcpg-editorial .mcpg-icon-map::after{
  left: 14px;
  top: 17px;
  width: 18px;
  height: 3px;
  background: rgba(23, 35, 29, 0.45);
  box-shadow: 0 6px 0 rgba(23, 35, 29, 0.32);
}.tc-wp-content-root .mcpg-editorial .mcpg-icon-swatch::before{
  left: 10px;
  top: 12px;
  width: 10px;
  height: 22px;
  background: #22c55e;
  box-shadow: 12px 0 0 #84cc16, 24px 0 0 #38bdf8;
}.tc-wp-content-root .mcpg-editorial .mcpg-icon-swatch::after{
  left: 11px;
  bottom: 10px;
  width: 24px;
  height: 3px;
  background: rgba(23, 35, 29, 0.35);
}.tc-wp-content-root .mcpg-editorial .mcpg-icon-cube::before{
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  background: linear-gradient(135deg, #7ddf64 0 50%, #4b8f49 50%);
}.tc-wp-content-root .mcpg-editorial .mcpg-icon-cube::after{
  left: 17px;
  top: 17px;
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.32);
}.tc-wp-content-root .mcpg-editorial .mcpg-icon-light::before{
  left: 16px;
  top: 10px;
  width: 14px;
  height: 18px;
  border-radius: 50% 50% 42% 42%;
  background: #f4d35e;
}.tc-wp-content-root .mcpg-editorial .mcpg-icon-light::after{
  left: 18px;
  top: 29px;
  width: 10px;
  height: 6px;
  background: #2f6f45;
}.tc-wp-content-root .mcpg-editorial .mcpg-steps{
  display: grid;
  gap: 18px;
}.tc-wp-content-root .mcpg-editorial .mcpg-step{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #f9fff7 100%);
  overflow: hidden;
}.tc-wp-content-root .mcpg-editorial .mcpg-step::before{
  content: "";
  position: absolute;
  left: 35px;
  top: 72px;
  bottom: -20px;
  width: 2px;
  background: linear-gradient(180deg, rgba(34, 197, 94, 0.35), rgba(112, 214, 255, 0));
}.tc-wp-content-root .mcpg-editorial .mcpg-step-number{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(135deg, #1f9d55, #22c55e 55%, #70d6ff);
  box-shadow: 0 12px 28px rgba(31, 157, 85, 0.24);
}.tc-wp-content-root .mcpg-editorial .mcpg-step-content{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .mcpg-editorial .mcpg-badge{
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 16px;
  border-radius: 999px;
  color: #166534;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  background: #e9f9ed;
  border: 1px solid rgba(34, 163, 92, 0.16);
}.tc-wp-content-root .mcpg-editorial .mcpg-benefit{
  min-height: 100%;
  border-radius: 22px;
  overflow: hidden;
  background: #ffffff;
}.tc-wp-content-root .mcpg-editorial .mcpg-benefit-mark{
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #22c55e, #70d6ff);
  box-shadow: 0 12px 26px rgba(34, 197, 94, 0.2);
  position: relative;
}.tc-wp-content-root .mcpg-editorial .mcpg-benefit-mark::after{
  content: "";
  position: absolute;
  left: 13px;
  top: 10px;
  width: 9px;
  height: 15px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(45deg);
}.tc-wp-content-root .mcpg-editorial .mcpg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .mcpg-editorial .mcpg-reveal.mcpg-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 240ms ease, border-color 240ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .mcpg-editorial .mcpg-section{
    padding: 48px 0;
  }.tc-wp-content-root .mcpg-editorial .mcpg-container{
    padding: 0 14px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-heading{
    margin-bottom: 28px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-heading h2{
    font-size: 26px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-heading p{
    font-size: 14px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-card, .tc-wp-content-root .mcpg-editorial .mcpg-benefit{
    padding: 22px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-card h3, .tc-wp-content-root .mcpg-editorial .mcpg-benefit h3, .tc-wp-content-root .mcpg-editorial .mcpg-step h3{
    font-size: 18px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-card p, .tc-wp-content-root .mcpg-editorial .mcpg-benefit p, .tc-wp-content-root .mcpg-editorial .mcpg-step p{
    font-size: 14px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-step::before{
    display: none;
  }.tc-wp-content-root .mcpg-editorial .mcpg-step-number{
    width: 52px;
    height: 52px;
    font-size: 15px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-badge{
    padding: 8px 11px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .mcpg-editorial .mcpg-section{
    padding: 54px 0;
  }.tc-wp-content-root .mcpg-editorial .mcpg-container{
    padding: 0 18px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-heading{
    margin-bottom: 32px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-heading h2{
    font-size: 29px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-heading p{
    font-size: 15px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-card, .tc-wp-content-root .mcpg-editorial .mcpg-benefit{
    padding: 24px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-card h3, .tc-wp-content-root .mcpg-editorial .mcpg-benefit h3, .tc-wp-content-root .mcpg-editorial .mcpg-step h3{
    font-size: 19px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-card p, .tc-wp-content-root .mcpg-editorial .mcpg-benefit p, .tc-wp-content-root .mcpg-editorial .mcpg-step p{
    font-size: 14.5px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-step::before{
    display: none;
  }.tc-wp-content-root .mcpg-editorial .mcpg-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-badge{
    padding: 8px 12px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .mcpg-editorial .mcpg-section{
    padding: 62px 0;
  }.tc-wp-content-root .mcpg-editorial .mcpg-container{
    padding: 0 22px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-heading{
    margin-bottom: 36px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-heading h2{
    font-size: 33px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-card, .tc-wp-content-root .mcpg-editorial .mcpg-benefit{
    padding: 26px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-card h3, .tc-wp-content-root .mcpg-editorial .mcpg-benefit h3, .tc-wp-content-root .mcpg-editorial .mcpg-step h3{
    font-size: 20px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-card p, .tc-wp-content-root .mcpg-editorial .mcpg-benefit p, .tc-wp-content-root .mcpg-editorial .mcpg-step p{
    font-size: 15px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-step::before{
    display: none;
  }.tc-wp-content-root .mcpg-editorial .mcpg-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-badge{
    padding: 9px 13px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .mcpg-editorial .mcpg-section{
    padding: 76px 0;
  }.tc-wp-content-root .mcpg-editorial .mcpg-container{
    padding: 0 32px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-heading{
    margin-bottom: 44px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-heading p{
    font-size: 16px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .mcpg-editorial .mcpg-card, .tc-wp-content-root .mcpg-editorial .mcpg-benefit{
    padding: 28px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-card h3, .tc-wp-content-root .mcpg-editorial .mcpg-benefit h3, .tc-wp-content-root .mcpg-editorial .mcpg-step h3{
    font-size: 21px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-card p, .tc-wp-content-root .mcpg-editorial .mcpg-benefit p, .tc-wp-content-root .mcpg-editorial .mcpg-step p{
    font-size: 15.5px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-step{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-step-number{
    width: 64px;
    height: 64px;
    font-size: 18px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-badge{
    padding: 9px 14px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .mcpg-editorial .mcpg-section{
    padding: 92px 0;
  }.tc-wp-content-root .mcpg-editorial .mcpg-container{
    padding: 0 32px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-heading{
    margin-bottom: 50px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-heading p{
    font-size: 17px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-grid-3, .tc-wp-content-root .mcpg-editorial .mcpg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-card, .tc-wp-content-root .mcpg-editorial .mcpg-benefit{
    padding: 30px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-card h3, .tc-wp-content-root .mcpg-editorial .mcpg-benefit h3, .tc-wp-content-root .mcpg-editorial .mcpg-step h3{
    font-size: 22px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-card p, .tc-wp-content-root .mcpg-editorial .mcpg-benefit p, .tc-wp-content-root .mcpg-editorial .mcpg-step p{
    font-size: 16px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-step{
    gap: 26px;
    padding: 34px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-step-number{
    width: 70px;
    height: 70px;
    font-size: 19px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-badge{
    padding: 9px 14px;
  }}