@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-550 .tc-wp-content-root img, .wpc-scope-550 .tc-wp-content-root video, .wpc-scope-550 .tc-wp-content-root svg, .wpc-scope-550 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-550 .tc-wp-content-root .wtpfg-editorial{
  width: 100%;
  overflow-x: hidden;
  color: #2b261f;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}.wpc-scope-550 .tc-wp-content-root .wtpfg-editorial, .wpc-scope-550 .tc-wp-content-root .wtpfg-editorial section, .wpc-scope-550 .tc-wp-content-root .wtpfg-editorial div, .wpc-scope-550 .tc-wp-content-root .wtpfg-editorial article{
  box-sizing: border-box;
}.wpc-scope-550 .tc-wp-content-root .wtpfg-editorial .wtpfg-section{
  width: 100%;
  position: relative;
}.wpc-scope-550 .tc-wp-content-root .wtpfg-editorial .wtpfg-section-white{
  background: #ffffff;
}.wpc-scope-550 .tc-wp-content-root .wtpfg-editorial .wtpfg-section-soft{
  background: linear-gradient(180deg, #fffaf1 0%, #fff7e8 100%);
}.wpc-scope-550 .tc-wp-content-root .wtpfg-editorial .wtpfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-550 .tc-wp-content-root .wtpfg-editorial .wtpfg-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-550 .tc-wp-content-root .wtpfg-editorial .wtpfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 7px 14px;
  border: 1px solid rgba(213, 145, 27, 0.24);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 210, 91, 0.22), rgba(236, 116, 45, 0.12));
  color: #8a4f08;
  font-weight: 700;
  line-height: 1.2;
}.wpc-scope-550 .tc-wp-content-root .wtpfg-editorial .wtpfg-heading h2{
  margin: 0;
  color: #211b15;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}.wpc-scope-550 .tc-wp-content-root .wtpfg-editorial .wtpfg-heading p{
  margin: 16px auto 0;
  max-width: 720px;
  color: #65584a;
  line-height: 1.7;
}.wpc-scope-550 .tc-wp-content-root .wtpfg-editorial .wtpfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-550 .tc-wp-content-root .wtpfg-editorial .wtpfg-card, .wpc-scope-550 .tc-wp-content-root .wtpfg-editorial .wtpfg-benefit-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(122, 91, 42, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(77, 52, 16, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-550 .tc-wp-content-root .wtpfg-editorial .wtpfg-card::before, .wpc-scope-550 .tc-wp-content-root .wtpfg-editorial .wtpfg-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 198, 57, 0.18), rgba(227, 83, 47, 0));
  opacity: 0;
  transition: opacity 260ms ease;
}.wpc-scope-550 .tc-wp-content-root .wtpfg-editorial .wtpfg-card:hover, .wpc-scope-550 .tc-wp-content-root .wtpfg-editorial .wtpfg-benefit-card:hover{
  transform: translateY(-6px);
  border-color: rgba(213, 145, 27, 0.32);
  box-shadow: 0 24px 56px rgba(77, 52, 16, 0.13);
}.wpc-scope-550 .tc-wp-content-root .wtpfg-editorial .wtpfg-card:hover::before, .wpc-scope-550 .tc-wp-content-root .wtpfg-editorial .wtpfg-benefit-card:hover::before{
  opacity: 1;
}.wpc-scope-550 .tc-wp-content-root .wtpfg-editorial .wtpfg-card h3, .wpc-scope-550 .tc-wp-content-root .wtpfg-editorial .wtpfg-step-card h3, .wpc-scope-550 .tc-wp-content-root .wtpfg-editorial .wtpfg-benefit-card h3{
  position: relative;
  margin: 0;
  color: #251d15;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-550 .tc-wp-content-root .wtpfg-editorial .wtpfg-card p, .wpc-scope-550 .tc-wp-content-root .wtpfg-editorial .wtpfg-step-card p, .wpc-scope-550 .tc-wp-content-root .wtpfg-editorial .wtpfg-benefit-card p{
  position: relative;
  margin: 10px 0 0;
  color: #625548;
  line-height: 1.65;
}.wpc-scope-550 .tc-wp-content-root .wtpfg-editorial .wtpfg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #ffd861, #f28b39);
  box-shadow: 0 12px 24px rgba(226, 128, 32, 0.2);
}.wpc-scope-550 .tc-wp-content-root .wtpfg-editorial .wtpfg-icon::before, .wpc-scope-550 .tc-wp-content-root .wtpfg-editorial .wtpfg-icon::after{
  content: "";
  position: absolute;
  transition: transform 260ms ease;
}.wpc-scope-550 .tc-wp-content-root .wtpfg-editorial .wtpfg-card:hover .wtpfg-icon::before{
  transform: translateY(-2px);
}.wpc-scope-550 .tc-wp-content-root .wtpfg-editorial .wtpfg-icon-preview::before{
  width: 20px;
  height: 14px;
  left: 13px;
  top: 16px;
  border: 2px solid #fff;
  border-radius: 8px;
}.wpc-scope-550 .tc-wp-content-root .wtpfg-editorial .wtpfg-icon-copy::before{
  width: 16px;
  height: 19px;
  left: 17px;
  top: 12px;
  border: 2px solid #fff;
  border-radius: 4px;
}.wpc-scope-550 .tc-wp-content-root .wtpfg-editorial .wtpfg-icon-copy::after{
  width: 14px;
  height: 17px;
  left: 12px;
  top: 17px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 4px;
}.wpc-scope-550 .tc-wp-content-root .wtpfg-editorial .wtpfg-icon-honey::before{
  width: 20px;
  height: 18px;
  left: 13px;
  top: 14px;
  border-radius: 50% 50% 45% 45%;
  background: #fff;
}.wpc-scope-550 .tc-wp-content-root .wtpfg-editorial .wtpfg-icon-spark::before{
  width: 18px;
  height: 18px;
  left: 14px;
  top: 14px;
  background: #fff;
  clip-path: polygon(50% 0, 61% 36%, 100% 50%, 61% 64%, 50% 100%, 39% 64%, 0 50%, 39% 36%);
}.wpc-scope-550 .tc-wp-content-root .wtpfg-editorial .wtpfg-icon-mobile::before{
  width: 16px;
  height: 24px;
  left: 15px;
  top: 11px;
  border: 2px solid #fff;
  border-radius: 5px;
}.wpc-scope-550 .tc-wp-content-root .wtpfg-editorial .wtpfg-icon-clean::before{
  width: 22px;
  height: 12px;
  left: 12px;
  top: 17px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
}.wpc-scope-550 .tc-wp-content-root .wtpfg-editorial .wtpfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-550 .tc-wp-content-root .wtpfg-editorial .wtpfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
  border: 1px solid rgba(122, 91, 42, 0.13);
  border-radius: 22px;
  background: linear-gradient(135deg, #ffffff 0%, #fffbf4 100%);
  box-shadow: 0 18px 46px rgba(77, 52, 16, 0.08);
}.wpc-scope-550 .tc-wp-content-root .wtpfg-editorial .wtpfg-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(180deg, #ffd861, #e7683d);
}.wpc-scope-550 .tc-wp-content-root .wtpfg-editorial .wtpfg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #7b4a12, #d87a25);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(139, 80, 14, 0.18);
}.wpc-scope-550 .tc-wp-content-root .wtpfg-editorial .wtpfg-badge{
  position: relative;
  display: inline-flex;
  margin: 0 0 16px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(255, 211, 92, 0.22);
  color: #8b510a;
  font-weight: 800;
  line-height: 1.1;
}.wpc-scope-550 .tc-wp-content-root .wtpfg-editorial .wtpfg-benefit-card{
  overflow: hidden;
}.wpc-scope-550 .tc-wp-content-root .wtpfg-editorial .wtpfg-benefit-mark{
  position: relative;
  display: block;
  width: 54px;
  height: 6px;
  margin: 0 0 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffd861, #e7683d);
}.wpc-scope-550 .tc-wp-content-root .wtpfg-editorial .wtpfg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-550 .tc-wp-content-root .wtpfg-editorial .wtpfg-reveal.wtpfg-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .wtpfg-editorial .wtpfg-section{
    padding: 46px 0;
  }.tc-wp-content-root .wtpfg-editorial .wtpfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .wtpfg-editorial .wtpfg-kicker{
    font-size: 12px;
  }.tc-wp-content-root .wtpfg-editorial .wtpfg-heading h2{
    font-size: 25px;
  }.tc-wp-content-root .wtpfg-editorial .wtpfg-heading p{
    font-size: 14px;
  }.tc-wp-content-root .wtpfg-editorial .wtpfg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .wtpfg-editorial .wtpfg-card, .tc-wp-content-root .wtpfg-editorial .wtpfg-benefit-card{
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .wtpfg-editorial .wtpfg-card h3, .tc-wp-content-root .wtpfg-editorial .wtpfg-step-card h3, .tc-wp-content-root .wtpfg-editorial .wtpfg-benefit-card h3{
    font-size: 18px;
  }.tc-wp-content-root .wtpfg-editorial .wtpfg-card p, .tc-wp-content-root .wtpfg-editorial .wtpfg-step-card p, .tc-wp-content-root .wtpfg-editorial .wtpfg-benefit-card p{
    font-size: 14px;
  }.tc-wp-content-root .wtpfg-editorial .wtpfg-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .wtpfg-editorial .wtpfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px 20px;
  }.tc-wp-content-root .wtpfg-editorial .wtpfg-step-number{
    width: 50px;
    height: 50px;
    font-size: 15px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .wtpfg-editorial .wtpfg-section{
    padding: 52px 0;
  }.tc-wp-content-root .wtpfg-editorial .wtpfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .wtpfg-editorial .wtpfg-kicker{
    font-size: 12px;
  }.tc-wp-content-root .wtpfg-editorial .wtpfg-heading h2{
    font-size: 28px;
  }.tc-wp-content-root .wtpfg-editorial .wtpfg-heading p{
    font-size: 15px;
  }.tc-wp-content-root .wtpfg-editorial .wtpfg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .wtpfg-editorial .wtpfg-card, .tc-wp-content-root .wtpfg-editorial .wtpfg-benefit-card{
    padding: 22px;
    border-radius: 19px;
  }.tc-wp-content-root .wtpfg-editorial .wtpfg-card h3, .tc-wp-content-root .wtpfg-editorial .wtpfg-step-card h3, .tc-wp-content-root .wtpfg-editorial .wtpfg-benefit-card h3{
    font-size: 19px;
  }.tc-wp-content-root .wtpfg-editorial .wtpfg-card p, .tc-wp-content-root .wtpfg-editorial .wtpfg-step-card p, .tc-wp-content-root .wtpfg-editorial .wtpfg-benefit-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .wtpfg-editorial .wtpfg-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .wtpfg-editorial .wtpfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px 22px;
  }.tc-wp-content-root .wtpfg-editorial .wtpfg-step-number{
    width: 52px;
    height: 52px;
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .wtpfg-editorial .wtpfg-section{
    padding: 58px 0;
  }.tc-wp-content-root .wtpfg-editorial .wtpfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .wtpfg-editorial .wtpfg-kicker{
    font-size: 13px;
  }.tc-wp-content-root .wtpfg-editorial .wtpfg-heading h2{
    font-size: 32px;
  }.tc-wp-content-root .wtpfg-editorial .wtpfg-heading p{
    font-size: 16px;
  }.tc-wp-content-root .wtpfg-editorial .wtpfg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .wtpfg-editorial .wtpfg-card, .tc-wp-content-root .wtpfg-editorial .wtpfg-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .wtpfg-editorial .wtpfg-card h3, .tc-wp-content-root .wtpfg-editorial .wtpfg-step-card h3, .tc-wp-content-root .wtpfg-editorial .wtpfg-benefit-card h3{
    font-size: 20px;
  }.tc-wp-content-root .wtpfg-editorial .wtpfg-card p, .tc-wp-content-root .wtpfg-editorial .wtpfg-step-card p, .tc-wp-content-root .wtpfg-editorial .wtpfg-benefit-card p{
    font-size: 15px;
  }.tc-wp-content-root .wtpfg-editorial .wtpfg-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .wtpfg-editorial .wtpfg-step-card{
    grid-template-columns: auto 1fr;
    gap: 18px;
    padding: 26px 24px;
  }.tc-wp-content-root .wtpfg-editorial .wtpfg-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .wtpfg-editorial .wtpfg-section{
    padding: 72px 0;
  }.tc-wp-content-root .wtpfg-editorial .wtpfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .wtpfg-editorial .wtpfg-kicker{
    font-size: 13px;
  }.tc-wp-content-root .wtpfg-editorial .wtpfg-heading h2{
    font-size: 38px;
  }.tc-wp-content-root .wtpfg-editorial .wtpfg-heading p{
    font-size: 17px;
  }.tc-wp-content-root .wtpfg-editorial .wtpfg-grid-three, .tc-wp-content-root .wtpfg-editorial .wtpfg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 40px;
  }.tc-wp-content-root .wtpfg-editorial .wtpfg-card, .tc-wp-content-root .wtpfg-editorial .wtpfg-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .wtpfg-editorial .wtpfg-card h3, .tc-wp-content-root .wtpfg-editorial .wtpfg-step-card h3, .tc-wp-content-root .wtpfg-editorial .wtpfg-benefit-card h3{
    font-size: 21px;
  }.tc-wp-content-root .wtpfg-editorial .wtpfg-card p, .tc-wp-content-root .wtpfg-editorial .wtpfg-step-card p, .tc-wp-content-root .wtpfg-editorial .wtpfg-benefit-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .wtpfg-editorial .wtpfg-steps{
    gap: 22px;
    margin-top: 40px;
  }.tc-wp-content-root .wtpfg-editorial .wtpfg-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .wtpfg-editorial .wtpfg-step-number{
    width: 60px;
    height: 60px;
    font-size: 17px;
  }}@media (min-width: 1024px){.tc-wp-content-root .wtpfg-editorial .wtpfg-section{
    padding: 88px 0;
  }.tc-wp-content-root .wtpfg-editorial .wtpfg-container{
    padding: 0 36px;
  }.tc-wp-content-root .wtpfg-editorial .wtpfg-kicker{
    font-size: 13px;
  }.tc-wp-content-root .wtpfg-editorial .wtpfg-heading h2{
    font-size: 44px;
  }.tc-wp-content-root .wtpfg-editorial .wtpfg-heading p{
    font-size: 17px;
  }.tc-wp-content-root .wtpfg-editorial .wtpfg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .wtpfg-editorial .wtpfg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .wtpfg-editorial .wtpfg-card, .tc-wp-content-root .wtpfg-editorial .wtpfg-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .wtpfg-editorial .wtpfg-card h3, .tc-wp-content-root .wtpfg-editorial .wtpfg-step-card h3, .tc-wp-content-root .wtpfg-editorial .wtpfg-benefit-card h3{
    font-size: 22px;
  }.tc-wp-content-root .wtpfg-editorial .wtpfg-card p, .tc-wp-content-root .wtpfg-editorial .wtpfg-step-card p, .tc-wp-content-root .wtpfg-editorial .wtpfg-benefit-card p{
    font-size: 16px;
  }.tc-wp-content-root .wtpfg-editorial .wtpfg-steps{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .wtpfg-editorial .wtpfg-step-card{
    gap: 26px;
    padding: 34px;
  }.tc-wp-content-root .wtpfg-editorial .wtpfg-step-number{
    width: 66px;
    height: 66px;
    font-size: 18px;
  }}.wpc-scope-550 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .wtpfg-step-content{}