@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-63 .tc-wp-content-root img, .wpc-scope-63 .tc-wp-content-root video, .wpc-scope-63 .tc-wp-content-root svg, .wpc-scope-63 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-63 .tc-wp-content-root .cfg-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #17211c;
  font-family: inherit;
  line-height: 1.6;
  background: #ffffff;
}.wpc-scope-63 .tc-wp-content-root .cfg-editorial-wrap .cfg-section{
  position: relative;
  width: 100%;
}.wpc-scope-63 .tc-wp-content-root .cfg-editorial-wrap .cfg-section-white{
  background: #ffffff;
}.wpc-scope-63 .tc-wp-content-root .cfg-editorial-wrap .cfg-section-soft{
  background:
    radial-gradient(circle at top left, rgba(22, 137, 90, 0.08), transparent 34%),
    linear-gradient(180deg, #fbfaf5 0%, #f6f4ec 100%);
}.wpc-scope-63 .tc-wp-content-root .cfg-editorial-wrap .cfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-63 .tc-wp-content-root .cfg-editorial-wrap .cfg-section-head{
  max-width: 790px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-63 .tc-wp-content-root .cfg-editorial-wrap .cfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 14px;
  border: 1px solid rgba(22, 137, 90, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(22, 137, 90, 0.1), rgba(196, 154, 63, 0.13));
  color: #11643f;
  font-weight: 700;
  line-height: 1.2;
}.wpc-scope-63 .tc-wp-content-root .cfg-editorial-wrap .cfg-section-head h2{
  margin: 0;
  color: #121a16;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-63 .tc-wp-content-root .cfg-editorial-wrap .cfg-section-head p{
  margin: 16px auto 0;
  max-width: 720px;
  color: #53605a;
  font-weight: 400;
}.wpc-scope-63 .tc-wp-content-root .cfg-editorial-wrap .cfg-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-63 .tc-wp-content-root .cfg-editorial-wrap .cfg-card, .wpc-scope-63 .tc-wp-content-root .cfg-editorial-wrap .cfg-use-card, .wpc-scope-63 .tc-wp-content-root .cfg-editorial-wrap .cfg-benefit-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(23, 33, 28, 0.1);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fffdf8 100%);
  box-shadow: 0 18px 44px rgba(23, 33, 28, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-63 .tc-wp-content-root .cfg-editorial-wrap .cfg-card::before, .wpc-scope-63 .tc-wp-content-root .cfg-editorial-wrap .cfg-use-card::before, .wpc-scope-63 .tc-wp-content-root .cfg-editorial-wrap .cfg-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(22, 137, 90, 0.44), rgba(196, 154, 63, 0.34), transparent 62%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}.wpc-scope-63 .tc-wp-content-root .cfg-editorial-wrap .cfg-card:hover, .wpc-scope-63 .tc-wp-content-root .cfg-editorial-wrap .cfg-use-card:hover, .wpc-scope-63 .tc-wp-content-root .cfg-editorial-wrap .cfg-benefit-card:hover{
  transform: translateY(-6px);
  border-color: rgba(22, 137, 90, 0.2);
  box-shadow: 0 24px 58px rgba(23, 33, 28, 0.12);
}.wpc-scope-63 .tc-wp-content-root .cfg-editorial-wrap .cfg-card:hover::before, .wpc-scope-63 .tc-wp-content-root .cfg-editorial-wrap .cfg-use-card:hover::before, .wpc-scope-63 .tc-wp-content-root .cfg-editorial-wrap .cfg-benefit-card:hover::before{
  opacity: 1;
}.wpc-scope-63 .tc-wp-content-root .cfg-editorial-wrap .cfg-card h3, .wpc-scope-63 .tc-wp-content-root .cfg-editorial-wrap .cfg-use-card h3, .wpc-scope-63 .tc-wp-content-root .cfg-editorial-wrap .cfg-benefit-card h3, .wpc-scope-63 .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card h3{
  margin: 0;
  color: #17211c;
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: 0;
}.wpc-scope-63 .tc-wp-content-root .cfg-editorial-wrap .cfg-card p, .wpc-scope-63 .tc-wp-content-root .cfg-editorial-wrap .cfg-use-card p, .wpc-scope-63 .tc-wp-content-root .cfg-editorial-wrap .cfg-benefit-card p, .wpc-scope-63 .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card p{
  margin: 10px 0 0;
  color: #59655f;
  font-weight: 400;
}.wpc-scope-63 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #16895a, #c49a3f);
  box-shadow: 0 12px 26px rgba(22, 137, 90, 0.18);
}.wpc-scope-63 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon::before, .wpc-scope-63 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon::after{
  content: "";
  position: absolute;
  inset: 13px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 7px;
  transform: rotate(45deg);
  transition: transform 260ms ease;
}.wpc-scope-63 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon::after{
  inset: 18px;
  border-radius: 50%;
  transform: none;
  background: rgba(255, 255, 255, 0.9);
}.wpc-scope-63 .tc-wp-content-root .cfg-editorial-wrap .cfg-card:hover .cfg-icon::before{
  transform: rotate(45deg) scale(1.12);
}.wpc-scope-63 .tc-wp-content-root .cfg-editorial-wrap .cfg-steps{
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-63 .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(22, 137, 90, 0.16);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 46px rgba(23, 33, 28, 0.08);
  backdrop-filter: blur(10px);
  transition: transform 260ms ease, box-shadow 260ms ease;
}.wpc-scope-63 .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card:hover{
  transform: translateX(4px);
  box-shadow: 0 24px 58px rgba(23, 33, 28, 0.12);
}.wpc-scope-63 .tc-wp-content-root .cfg-editorial-wrap .cfg-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  border-radius: 20px;
  background: linear-gradient(135deg, #11643f, #16895a 48%, #c49a3f);
  box-shadow: 0 16px 34px rgba(22, 137, 90, 0.2);
}.wpc-scope-63 .tc-wp-content-root .cfg-editorial-wrap .cfg-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #eff7f2;
  color: #11643f;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-63 .tc-wp-content-root .cfg-editorial-wrap .cfg-benefit-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 253, 248, 0.94)),
    radial-gradient(circle at 20% 10%, rgba(196, 154, 63, 0.16), transparent 30%);
}.wpc-scope-63 .tc-wp-content-root .cfg-editorial-wrap .cfg-benefit-mark{
  display: block;
  width: 54px;
  height: 6px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, #16895a, #c49a3f);
}.wpc-scope-63 .tc-wp-content-root .cfg-editorial-wrap .cfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}.wpc-scope-63 .tc-wp-content-root .cfg-editorial-wrap .cfg-reveal.cfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .cfg-editorial-wrap .cfg-section{
    padding: 48px 0;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-kicker{
    font-size: 12px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card, .tc-wp-content-root .cfg-editorial-wrap .cfg-use-card, .tc-wp-content-root .cfg-editorial-wrap .cfg-benefit-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card h3, .tc-wp-content-root .cfg-editorial-wrap .cfg-use-card h3, .tc-wp-content-root .cfg-editorial-wrap .cfg-benefit-card h3, .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card p, .tc-wp-content-root .cfg-editorial-wrap .cfg-use-card p, .tc-wp-content-root .cfg-editorial-wrap .cfg-benefit-card p, .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .cfg-editorial-wrap .cfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-kicker{
    font-size: 12px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card, .tc-wp-content-root .cfg-editorial-wrap .cfg-use-card, .tc-wp-content-root .cfg-editorial-wrap .cfg-benefit-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card h3, .tc-wp-content-root .cfg-editorial-wrap .cfg-use-card h3, .tc-wp-content-root .cfg-editorial-wrap .cfg-benefit-card h3, .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card p, .tc-wp-content-root .cfg-editorial-wrap .cfg-use-card p, .tc-wp-content-root .cfg-editorial-wrap .cfg-benefit-card p, .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .cfg-editorial-wrap .cfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-kicker{
    font-size: 13px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card, .tc-wp-content-root .cfg-editorial-wrap .cfg-use-card, .tc-wp-content-root .cfg-editorial-wrap .cfg-benefit-card{
    padding: 26px;
    border-radius: 22px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card h3, .tc-wp-content-root .cfg-editorial-wrap .cfg-use-card h3, .tc-wp-content-root .cfg-editorial-wrap .cfg-benefit-card h3, .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card p, .tc-wp-content-root .cfg-editorial-wrap .cfg-use-card p, .tc-wp-content-root .cfg-editorial-wrap .cfg-benefit-card p, .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-number{
    width: 60px;
    height: 60px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .cfg-editorial-wrap .cfg-section{
    padding: 74px 0;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-container{
    padding: 0 30px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-kicker{
    font-size: 13px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-benefit-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card, .tc-wp-content-root .cfg-editorial-wrap .cfg-use-card, .tc-wp-content-root .cfg-editorial-wrap .cfg-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card h3, .tc-wp-content-root .cfg-editorial-wrap .cfg-use-card h3, .tc-wp-content-root .cfg-editorial-wrap .cfg-benefit-card h3, .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card p, .tc-wp-content-root .cfg-editorial-wrap .cfg-use-card p, .tc-wp-content-root .cfg-editorial-wrap .cfg-benefit-card p, .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }}@media (min-width: 1024px){.tc-wp-content-root .cfg-editorial-wrap .cfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-kicker{
    font-size: 13px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card, .tc-wp-content-root .cfg-editorial-wrap .cfg-use-card, .tc-wp-content-root .cfg-editorial-wrap .cfg-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card h3, .tc-wp-content-root .cfg-editorial-wrap .cfg-use-card h3, .tc-wp-content-root .cfg-editorial-wrap .cfg-benefit-card h3, .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card p, .tc-wp-content-root .cfg-editorial-wrap .cfg-use-card p, .tc-wp-content-root .cfg-editorial-wrap .cfg-benefit-card p, .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-card{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-number{
    width: 76px;
    height: 76px;
    font-size: 22px;
  }}.wpc-scope-63 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .cfg-icon-clean{}.wpc-scope-63 .tc-wp-content-root .cfg-icon-copy{}.wpc-scope-63 .tc-wp-content-root .cfg-icon-heritage{}.wpc-scope-63 .tc-wp-content-root .cfg-icon-options{}.wpc-scope-63 .tc-wp-content-root .cfg-icon-preview{}.wpc-scope-63 .tc-wp-content-root .cfg-icon-speed{}.wpc-scope-63 .tc-wp-content-root .cfg-step-content{}