@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 .swcpg-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  font-family: Arial, Helvetica, sans-serif;
  color: #17201c;
  background: #ffffff;
}.tc-wp-content-root .swcpg-editorial-wrap, .tc-wp-content-root .swcpg-editorial-wrap div, .tc-wp-content-root .swcpg-editorial-wrap section, .tc-wp-content-root .swcpg-editorial-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .swcpg-editorial-wrap .swcpg-section{
  position: relative;
}.tc-wp-content-root .swcpg-editorial-wrap .swcpg-section-white{
  background: #ffffff;
}.tc-wp-content-root .swcpg-editorial-wrap .swcpg-section-soft{
  background:
    radial-gradient(circle at 12% 10%, rgba(48, 120, 91, 0.08), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(182, 125, 66, 0.08), transparent 28%),
    #f7f5f0;
}.tc-wp-content-root .swcpg-editorial-wrap .swcpg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .swcpg-editorial-wrap .swcpg-section-head{
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .swcpg-editorial-wrap .swcpg-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 8px 13px;
  border: 1px solid rgba(48, 120, 91, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(48, 120, 91, 0.09), rgba(182, 125, 66, 0.09));
  color: #2f6f57;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}.tc-wp-content-root .swcpg-editorial-wrap .swcpg-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2f7a5c, #c78b52);
  box-shadow: 0 0 0 4px rgba(47, 122, 92, 0.12);
}.tc-wp-content-root .swcpg-editorial-wrap .swcpg-section-head h2{
  margin: 0;
  color: #15211c;
  font-weight: 800;
  line-height: 1.13;
  letter-spacing: 0;
}.tc-wp-content-root .swcpg-editorial-wrap .swcpg-section-head p{
  margin: 16px auto 0;
  max-width: 720px;
  color: #5d665f;
  line-height: 1.7;
  font-weight: 400;
}.tc-wp-content-root .swcpg-editorial-wrap .swcpg-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .swcpg-editorial-wrap .swcpg-card, .tc-wp-content-root .swcpg-editorial-wrap .swcpg-benefit-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(27, 45, 38, 0.1);
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #fffdf9 100%);
  box-shadow: 0 18px 44px rgba(31, 48, 40, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .swcpg-editorial-wrap .swcpg-card::after, .tc-wp-content-root .swcpg-editorial-wrap .swcpg-benefit-card::after{
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(47, 122, 92, 0.28), rgba(199, 139, 82, 0.22));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}.tc-wp-content-root .swcpg-editorial-wrap .swcpg-card > *, .tc-wp-content-root .swcpg-editorial-wrap .swcpg-benefit-card > *{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .swcpg-editorial-wrap .swcpg-card:hover, .tc-wp-content-root .swcpg-editorial-wrap .swcpg-benefit-card:hover{
  transform: translateY(-6px);
  border-color: rgba(47, 122, 92, 0.22);
  box-shadow: 0 24px 58px rgba(31, 48, 40, 0.13);
}.tc-wp-content-root .swcpg-editorial-wrap .swcpg-card:hover::after, .tc-wp-content-root .swcpg-editorial-wrap .swcpg-benefit-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .swcpg-editorial-wrap .swcpg-card h3, .tc-wp-content-root .swcpg-editorial-wrap .swcpg-benefit-card h3, .tc-wp-content-root .swcpg-editorial-wrap .swcpg-step-card h3{
  margin: 0;
  color: #17201c;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .swcpg-editorial-wrap .swcpg-card p, .tc-wp-content-root .swcpg-editorial-wrap .swcpg-benefit-card p, .tc-wp-content-root .swcpg-editorial-wrap .swcpg-step-card p{
  margin: 10px 0 0;
  color: #5d665f;
  line-height: 1.65;
  letter-spacing: 0;
}.tc-wp-content-root .swcpg-editorial-wrap .swcpg-icon{
  display: inline-block;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(47, 122, 92, 0.12), rgba(199, 139, 82, 0.13));
  border: 1px solid rgba(47, 122, 92, 0.14);
  position: relative;
}.tc-wp-content-root .swcpg-editorial-wrap .swcpg-icon::before, .tc-wp-content-root .swcpg-editorial-wrap .swcpg-icon::after{
  content: "";
  position: absolute;
  background: linear-gradient(135deg, #2f7a5c, #c78b52);
  transition: transform 260ms ease;
}.tc-wp-content-root .swcpg-editorial-wrap .swcpg-card:hover .swcpg-icon::before, .tc-wp-content-root .swcpg-editorial-wrap .swcpg-card:hover .swcpg-icon::after{
  transform: translateY(-2px);
}.tc-wp-content-root .swcpg-editorial-wrap .swcpg-icon-swatch::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border-radius: 7px;
}.tc-wp-content-root .swcpg-editorial-wrap .swcpg-icon-balance::before{
  width: 24px;
  height: 4px;
  left: 11px;
  top: 15px;
  border-radius: 999px;
}.tc-wp-content-root .swcpg-editorial-wrap .swcpg-icon-balance::after{
  width: 16px;
  height: 16px;
  left: 15px;
  top: 22px;
  border-radius: 50%;
}.tc-wp-content-root .swcpg-editorial-wrap .swcpg-icon-light::before{
  width: 18px;
  height: 18px;
  left: 14px;
  top: 12px;
  border-radius: 50%;
}.tc-wp-content-root .swcpg-editorial-wrap .swcpg-icon-light::after{
  width: 22px;
  height: 3px;
  left: 12px;
  top: 33px;
  border-radius: 999px;
}.tc-wp-content-root .swcpg-editorial-wrap .swcpg-icon-home::before{
  width: 22px;
  height: 18px;
  left: 12px;
  top: 19px;
  border-radius: 4px 4px 7px 7px;
}.tc-wp-content-root .swcpg-editorial-wrap .swcpg-icon-home::after{
  width: 18px;
  height: 18px;
  left: 14px;
  top: 10px;
  transform: rotate(45deg);
  border-radius: 4px;
}.tc-wp-content-root .swcpg-editorial-wrap .swcpg-icon-accent::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border-radius: 50% 50% 50% 8px;
}.tc-wp-content-root .swcpg-editorial-wrap .swcpg-icon-save::before{
  width: 22px;
  height: 24px;
  left: 12px;
  top: 11px;
  border-radius: 5px;
}.tc-wp-content-root .swcpg-editorial-wrap .swcpg-icon-save::after{
  width: 10px;
  height: 4px;
  left: 18px;
  top: 17px;
  border-radius: 999px;
  background: #ffffff;
}.tc-wp-content-root .swcpg-editorial-wrap .swcpg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .swcpg-editorial-wrap .swcpg-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  position: relative;
  border: 1px solid rgba(27, 45, 38, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 44px rgba(31, 48, 40, 0.07);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .swcpg-editorial-wrap .swcpg-step-card::before{
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, #2f7a5c, #c78b52);
}.tc-wp-content-root .swcpg-editorial-wrap .swcpg-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(31, 48, 40, 0.12);
}.tc-wp-content-root .swcpg-editorial-wrap .swcpg-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #2f7a5c, #c78b52);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(47, 122, 92, 0.22);
}.tc-wp-content-root .swcpg-editorial-wrap .swcpg-badge{
  display: inline-flex;
  width: fit-content;
  margin: 0 0 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(47, 122, 92, 0.09);
  color: #2f6f57;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .swcpg-editorial-wrap .swcpg-benefit-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 253, 249, 0.98));
}.tc-wp-content-root .swcpg-editorial-wrap .swcpg-benefit-mark{
  display: inline-block;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2f7a5c, #c78b52);
  position: relative;
  box-shadow: 0 12px 26px rgba(47, 122, 92, 0.2);
}.tc-wp-content-root .swcpg-editorial-wrap .swcpg-benefit-mark::before{
  content: "";
  position: absolute;
  width: 15px;
  height: 8px;
  left: 13px;
  top: 15px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .swcpg-editorial-wrap .swcpg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}.tc-wp-content-root .swcpg-editorial-wrap .swcpg-reveal.swcpg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .swcpg-editorial-wrap .swcpg-section{
    padding: 54px 0;
  }.tc-wp-content-root .swcpg-editorial-wrap .swcpg-container{
    padding: 0 14px;
  }.tc-wp-content-root .swcpg-editorial-wrap .swcpg-section-head{
    margin-bottom: 28px;
  }.tc-wp-content-root .swcpg-editorial-wrap .swcpg-section-head h2{
    font-size: 25px;
  }.tc-wp-content-root .swcpg-editorial-wrap .swcpg-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .swcpg-editorial-wrap .swcpg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .swcpg-editorial-wrap .swcpg-card, .tc-wp-content-root .swcpg-editorial-wrap .swcpg-benefit-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .swcpg-editorial-wrap .swcpg-card h3, .tc-wp-content-root .swcpg-editorial-wrap .swcpg-benefit-card h3, .tc-wp-content-root .swcpg-editorial-wrap .swcpg-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .swcpg-editorial-wrap .swcpg-card p, .tc-wp-content-root .swcpg-editorial-wrap .swcpg-benefit-card p, .tc-wp-content-root .swcpg-editorial-wrap .swcpg-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .swcpg-editorial-wrap .swcpg-steps{
    gap: 16px;
  }.tc-wp-content-root .swcpg-editorial-wrap .swcpg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .swcpg-editorial-wrap .swcpg-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .swcpg-editorial-wrap .swcpg-section{
    padding: 60px 0;
  }.tc-wp-content-root .swcpg-editorial-wrap .swcpg-container{
    padding: 0 18px;
  }.tc-wp-content-root .swcpg-editorial-wrap .swcpg-section-head{
    margin-bottom: 30px;
  }.tc-wp-content-root .swcpg-editorial-wrap .swcpg-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .swcpg-editorial-wrap .swcpg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .swcpg-editorial-wrap .swcpg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .swcpg-editorial-wrap .swcpg-card, .tc-wp-content-root .swcpg-editorial-wrap .swcpg-benefit-card{
    padding: 24px;
    border-radius: 19px;
  }.tc-wp-content-root .swcpg-editorial-wrap .swcpg-card h3, .tc-wp-content-root .swcpg-editorial-wrap .swcpg-benefit-card h3, .tc-wp-content-root .swcpg-editorial-wrap .swcpg-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .swcpg-editorial-wrap .swcpg-card p, .tc-wp-content-root .swcpg-editorial-wrap .swcpg-benefit-card p, .tc-wp-content-root .swcpg-editorial-wrap .swcpg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .swcpg-editorial-wrap .swcpg-steps{
    gap: 18px;
  }.tc-wp-content-root .swcpg-editorial-wrap .swcpg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .swcpg-editorial-wrap .swcpg-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .swcpg-editorial-wrap .swcpg-section{
    padding: 66px 0;
  }.tc-wp-content-root .swcpg-editorial-wrap .swcpg-container{
    padding: 0 22px;
  }.tc-wp-content-root .swcpg-editorial-wrap .swcpg-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .swcpg-editorial-wrap .swcpg-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .swcpg-editorial-wrap .swcpg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .swcpg-editorial-wrap .swcpg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .swcpg-editorial-wrap .swcpg-card, .tc-wp-content-root .swcpg-editorial-wrap .swcpg-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .swcpg-editorial-wrap .swcpg-card h3, .tc-wp-content-root .swcpg-editorial-wrap .swcpg-benefit-card h3, .tc-wp-content-root .swcpg-editorial-wrap .swcpg-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .swcpg-editorial-wrap .swcpg-card p, .tc-wp-content-root .swcpg-editorial-wrap .swcpg-benefit-card p, .tc-wp-content-root .swcpg-editorial-wrap .swcpg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .swcpg-editorial-wrap .swcpg-steps{
    gap: 20px;
  }.tc-wp-content-root .swcpg-editorial-wrap .swcpg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .swcpg-editorial-wrap .swcpg-step-number{
    width: 60px;
    height: 60px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .swcpg-editorial-wrap .swcpg-section{
    padding: 78px 0;
  }.tc-wp-content-root .swcpg-editorial-wrap .swcpg-container{
    padding: 0 30px;
  }.tc-wp-content-root .swcpg-editorial-wrap .swcpg-section-head{
    margin-bottom: 42px;
  }.tc-wp-content-root .swcpg-editorial-wrap .swcpg-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .swcpg-editorial-wrap .swcpg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .swcpg-editorial-wrap .swcpg-grid-six, .tc-wp-content-root .swcpg-editorial-wrap .swcpg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .swcpg-editorial-wrap .swcpg-card, .tc-wp-content-root .swcpg-editorial-wrap .swcpg-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .swcpg-editorial-wrap .swcpg-card h3, .tc-wp-content-root .swcpg-editorial-wrap .swcpg-benefit-card h3, .tc-wp-content-root .swcpg-editorial-wrap .swcpg-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .swcpg-editorial-wrap .swcpg-card p, .tc-wp-content-root .swcpg-editorial-wrap .swcpg-benefit-card p, .tc-wp-content-root .swcpg-editorial-wrap .swcpg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .swcpg-editorial-wrap .swcpg-steps{
    gap: 22px;
  }.tc-wp-content-root .swcpg-editorial-wrap .swcpg-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .swcpg-editorial-wrap .swcpg-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .swcpg-editorial-wrap .swcpg-section{
    padding: 92px 0;
  }.tc-wp-content-root .swcpg-editorial-wrap .swcpg-container{
    padding: 0 32px;
  }.tc-wp-content-root .swcpg-editorial-wrap .swcpg-section-head{
    margin-bottom: 48px;
  }.tc-wp-content-root .swcpg-editorial-wrap .swcpg-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .swcpg-editorial-wrap .swcpg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .swcpg-editorial-wrap .swcpg-grid-six, .tc-wp-content-root .swcpg-editorial-wrap .swcpg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .swcpg-editorial-wrap .swcpg-card, .tc-wp-content-root .swcpg-editorial-wrap .swcpg-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .swcpg-editorial-wrap .swcpg-card h3, .tc-wp-content-root .swcpg-editorial-wrap .swcpg-benefit-card h3, .tc-wp-content-root .swcpg-editorial-wrap .swcpg-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .swcpg-editorial-wrap .swcpg-card p, .tc-wp-content-root .swcpg-editorial-wrap .swcpg-benefit-card p, .tc-wp-content-root .swcpg-editorial-wrap .swcpg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .swcpg-editorial-wrap .swcpg-steps{
    gap: 24px;
  }.tc-wp-content-root .swcpg-editorial-wrap .swcpg-step-card{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .swcpg-editorial-wrap .swcpg-step-number{
    width: 76px;
    height: 76px;
    font-size: 22px;
  }}

.tc-wp-content-root .swcpg-step-content {}