@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-249 .tc-wp-content-root img, .wpc-scope-249 .tc-wp-content-root video, .wpc-scope-249 .tc-wp-content-root svg, .wpc-scope-249 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-249 .tc-wp-content-root .dsfg-editorial-content{
  width: 100%;
  overflow-x: hidden;
  color: #171717;
  font-family: inherit;
  background: #ffffff;
}.wpc-scope-249 .tc-wp-content-root .dsfg-editorial-content, .wpc-scope-249 .tc-wp-content-root .dsfg-editorial-content div, .wpc-scope-249 .tc-wp-content-root .dsfg-editorial-content section, .wpc-scope-249 .tc-wp-content-root .dsfg-editorial-content article{
  box-sizing: border-box;
}.wpc-scope-249 .tc-wp-content-root .dsfg-editorial-content .dsfg-section{
  position: relative;
  width: 100%;
}.wpc-scope-249 .tc-wp-content-root .dsfg-editorial-content .dsfg-section-white{
  background: #ffffff;
}.wpc-scope-249 .tc-wp-content-root .dsfg-editorial-content .dsfg-section-soft{
  background:
    radial-gradient(circle at top left, rgba(177, 68, 38, 0.08), transparent 34%),
    linear-gradient(180deg, #fbfaf7 0%, #f7f3ed 100%);
}.wpc-scope-249 .tc-wp-content-root .dsfg-editorial-content .dsfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-249 .tc-wp-content-root .dsfg-editorial-content .dsfg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-249 .tc-wp-content-root .dsfg-editorial-content .dsfg-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: #a34224;
  font-weight: 750;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}.wpc-scope-249 .tc-wp-content-root .dsfg-editorial-content .dsfg-kicker::before, .wpc-scope-249 .tc-wp-content-root .dsfg-editorial-content .dsfg-kicker::after{
  content: "";
  width: 22px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #c87a3a);
}.wpc-scope-249 .tc-wp-content-root .dsfg-editorial-content .dsfg-kicker::after{
  background: linear-gradient(90deg, #c87a3a, transparent);
}.wpc-scope-249 .tc-wp-content-root .dsfg-editorial-content h2{
  margin: 0;
  color: #171717;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-249 .tc-wp-content-root .dsfg-editorial-content .dsfg-section-head p{
  margin: 16px auto 0;
  color: #59544e;
  line-height: 1.7;
  max-width: 710px;
}.wpc-scope-249 .tc-wp-content-root .dsfg-editorial-content .dsfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-249 .tc-wp-content-root .dsfg-editorial-content .dsfg-card{
  position: relative;
  min-width: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(34, 26, 18, 0.1);
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(34, 24, 16, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
  overflow: hidden;
}.wpc-scope-249 .tc-wp-content-root .dsfg-editorial-content .dsfg-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #8c2f1b, #d88b3d, #f2c26b);
  opacity: 0.9;
}.wpc-scope-249 .tc-wp-content-root .dsfg-editorial-content .dsfg-card:hover{
  transform: translateY(-6px);
  border-color: rgba(188, 92, 38, 0.34);
  box-shadow: 0 22px 54px rgba(34, 24, 16, 0.13);
}.wpc-scope-249 .tc-wp-content-root .dsfg-editorial-content .dsfg-card h3, .wpc-scope-249 .tc-wp-content-root .dsfg-editorial-content .dsfg-step-card h3{
  margin: 0;
  color: #1d1a17;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-249 .tc-wp-content-root .dsfg-editorial-content .dsfg-card p, .wpc-scope-249 .tc-wp-content-root .dsfg-editorial-content .dsfg-step-card p{
  margin: 10px 0 0;
  color: #625b54;
  line-height: 1.65;
}.wpc-scope-249 .tc-wp-content-root .dsfg-editorial-content .dsfg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #7f2518, #d8863c);
  box-shadow: 0 12px 26px rgba(160, 67, 31, 0.23);
}.wpc-scope-249 .tc-wp-content-root .dsfg-editorial-content .dsfg-icon::before, .wpc-scope-249 .tc-wp-content-root .dsfg-editorial-content .dsfg-icon::after{
  content: "";
  position: absolute;
  background: #fff7ea;
  transition: transform 240ms ease;
}.wpc-scope-249 .tc-wp-content-root .dsfg-editorial-content .dsfg-card:hover .dsfg-icon::before{
  transform: translateY(-2px) rotate(8deg);
}.wpc-scope-249 .tc-wp-content-root .dsfg-editorial-content .dsfg-icon-flame::before{
  width: 15px;
  height: 22px;
  left: 16px;
  top: 12px;
  border-radius: 12px 12px 12px 2px;
  transform: rotate(35deg);
}.wpc-scope-249 .tc-wp-content-root .dsfg-editorial-content .dsfg-icon-copy::before{
  width: 17px;
  height: 20px;
  left: 17px;
  top: 13px;
  border: 2px solid #fff7ea;
  background: transparent;
  border-radius: 4px;
}.wpc-scope-249 .tc-wp-content-root .dsfg-editorial-content .dsfg-icon-copy::after{
  width: 15px;
  height: 18px;
  left: 12px;
  top: 17px;
  border: 2px solid #fff7ea;
  background: transparent;
  border-radius: 4px;
}.wpc-scope-249 .tc-wp-content-root .dsfg-editorial-content .dsfg-icon-rune::before{
  width: 22px;
  height: 3px;
  left: 12px;
  top: 21px;
  transform: rotate(-35deg);
  border-radius: 8px;
}.wpc-scope-249 .tc-wp-content-root .dsfg-editorial-content .dsfg-icon-rune::after{
  width: 3px;
  height: 24px;
  left: 22px;
  top: 11px;
  border-radius: 8px;
}.wpc-scope-249 .tc-wp-content-root .dsfg-editorial-content .dsfg-icon-sword::before{
  width: 4px;
  height: 27px;
  left: 21px;
  top: 8px;
  border-radius: 6px;
  transform: rotate(40deg);
}.wpc-scope-249 .tc-wp-content-root .dsfg-editorial-content .dsfg-icon-sword::after{
  width: 20px;
  height: 3px;
  left: 14px;
  top: 26px;
  border-radius: 8px;
  transform: rotate(40deg);
}.wpc-scope-249 .tc-wp-content-root .dsfg-editorial-content .dsfg-icon-spark::before{
  width: 4px;
  height: 26px;
  left: 21px;
  top: 10px;
  border-radius: 8px;
}.wpc-scope-249 .tc-wp-content-root .dsfg-editorial-content .dsfg-icon-spark::after{
  width: 26px;
  height: 4px;
  left: 10px;
  top: 21px;
  border-radius: 8px;
}.wpc-scope-249 .tc-wp-content-root .dsfg-editorial-content .dsfg-icon-shield::before{
  width: 20px;
  height: 24px;
  left: 13px;
  top: 11px;
  clip-path: polygon(50% 0, 88% 15%, 78% 76%, 50% 100%, 22% 76%, 12% 15%);
}.wpc-scope-249 .tc-wp-content-root .dsfg-editorial-content .dsfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-249 .tc-wp-content-root .dsfg-editorial-content .dsfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(34, 26, 18, 0.1);
  border-radius: 20px;
  box-shadow: 0 18px 42px rgba(38, 29, 18, 0.08);
  overflow: hidden;
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}.wpc-scope-249 .tc-wp-content-root .dsfg-editorial-content .dsfg-step-card::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #8c2f1b, #d8863c, #f2c26b);
}.wpc-scope-249 .tc-wp-content-root .dsfg-editorial-content .dsfg-step-card:hover{
  transform: translateX(4px);
  border-color: rgba(188, 92, 38, 0.28);
  box-shadow: 0 22px 52px rgba(38, 29, 18, 0.12);
}.wpc-scope-249 .tc-wp-content-root .dsfg-editorial-content .dsfg-step-number{
  display: grid;
  place-items: center;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent),
    linear-gradient(135deg, #782316, #c76d32 58%, #e7aa4d);
  box-shadow: 0 16px 32px rgba(151, 59, 28, 0.24);
}.wpc-scope-249 .tc-wp-content-root .dsfg-editorial-content .dsfg-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 0 16px;
  padding: 7px 12px;
  border-radius: 999px;
  color: #8e351f;
  background: #fff2df;
  border: 1px solid rgba(201, 111, 45, 0.22);
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}.wpc-scope-249 .tc-wp-content-root .dsfg-editorial-content .dsfg-benefit-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 252, 247, 0.95));
}.wpc-scope-249 .tc-wp-content-root .dsfg-editorial-content .dsfg-benefit-mark{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #842817, #d4833c);
  box-shadow: 0 12px 26px rgba(160, 67, 31, 0.22);
  position: relative;
}.wpc-scope-249 .tc-wp-content-root .dsfg-editorial-content .dsfg-benefit-mark::before{
  content: "";
  position: absolute;
  width: 16px;
  height: 9px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #fff8ec;
  border-bottom: 3px solid #fff8ec;
  transform: rotate(-45deg);
}.wpc-scope-249 .tc-wp-content-root .dsfg-editorial-content .dsfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.wpc-scope-249 .tc-wp-content-root .dsfg-editorial-content.dsfg-reveal-ready .dsfg-reveal.dsfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .dsfg-editorial-content .dsfg-section{
    padding: 46px 0;
  }.tc-wp-content-root .dsfg-editorial-content .dsfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .dsfg-editorial-content h2{
    font-size: 27px;
  }.tc-wp-content-root .dsfg-editorial-content .dsfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .dsfg-editorial-content .dsfg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .dsfg-editorial-content .dsfg-card{
    padding: 24px 20px;
    border-radius: 16px;
  }.tc-wp-content-root .dsfg-editorial-content .dsfg-card h3, .tc-wp-content-root .dsfg-editorial-content .dsfg-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .dsfg-editorial-content .dsfg-card p, .tc-wp-content-root .dsfg-editorial-content .dsfg-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .dsfg-editorial-content .dsfg-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .dsfg-editorial-content .dsfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 20px;
  }.tc-wp-content-root .dsfg-editorial-content .dsfg-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .dsfg-editorial-content .dsfg-section{
    padding: 52px 0;
  }.tc-wp-content-root .dsfg-editorial-content .dsfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .dsfg-editorial-content h2{
    font-size: 30px;
  }.tc-wp-content-root .dsfg-editorial-content .dsfg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .dsfg-editorial-content .dsfg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .dsfg-editorial-content .dsfg-card{
    padding: 26px 22px;
  }.tc-wp-content-root .dsfg-editorial-content .dsfg-card h3, .tc-wp-content-root .dsfg-editorial-content .dsfg-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .dsfg-editorial-content .dsfg-card p, .tc-wp-content-root .dsfg-editorial-content .dsfg-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .dsfg-editorial-content .dsfg-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .dsfg-editorial-content .dsfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px 22px;
  }.tc-wp-content-root .dsfg-editorial-content .dsfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .dsfg-editorial-content .dsfg-section{
    padding: 58px 0;
  }.tc-wp-content-root .dsfg-editorial-content .dsfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .dsfg-editorial-content h2{
    font-size: 34px;
  }.tc-wp-content-root .dsfg-editorial-content .dsfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .dsfg-editorial-content .dsfg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .dsfg-editorial-content .dsfg-card{
    padding: 28px 24px;
  }.tc-wp-content-root .dsfg-editorial-content .dsfg-card h3, .tc-wp-content-root .dsfg-editorial-content .dsfg-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .dsfg-editorial-content .dsfg-card p, .tc-wp-content-root .dsfg-editorial-content .dsfg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .dsfg-editorial-content .dsfg-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .dsfg-editorial-content .dsfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px;
  }.tc-wp-content-root .dsfg-editorial-content .dsfg-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .dsfg-editorial-content .dsfg-section{
    padding: 74px 0;
  }.tc-wp-content-root .dsfg-editorial-content .dsfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .dsfg-editorial-content h2{
    font-size: 40px;
  }.tc-wp-content-root .dsfg-editorial-content .dsfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .dsfg-editorial-content .dsfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .dsfg-editorial-content .dsfg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .dsfg-editorial-content .dsfg-card{
    padding: 30px 26px;
  }.tc-wp-content-root .dsfg-editorial-content .dsfg-card h3, .tc-wp-content-root .dsfg-editorial-content .dsfg-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .dsfg-editorial-content .dsfg-card p, .tc-wp-content-root .dsfg-editorial-content .dsfg-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .dsfg-editorial-content .dsfg-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .dsfg-editorial-content .dsfg-step-card{
    gap: 24px;
    padding: 30px 30px 30px 34px;
  }.tc-wp-content-root .dsfg-editorial-content .dsfg-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }}@media (min-width: 1024px){.tc-wp-content-root .dsfg-editorial-content .dsfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .dsfg-editorial-content .dsfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .dsfg-editorial-content h2{
    font-size: 46px;
  }.tc-wp-content-root .dsfg-editorial-content .dsfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .dsfg-editorial-content .dsfg-grid-three, .tc-wp-content-root .dsfg-editorial-content .dsfg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .dsfg-editorial-content .dsfg-card{
    padding: 32px 28px;
  }.tc-wp-content-root .dsfg-editorial-content .dsfg-card h3, .tc-wp-content-root .dsfg-editorial-content .dsfg-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .dsfg-editorial-content .dsfg-card p, .tc-wp-content-root .dsfg-editorial-content .dsfg-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .dsfg-editorial-content .dsfg-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .dsfg-editorial-content .dsfg-step-card{
    gap: 28px;
    padding: 34px 38px 34px 42px;
  }.tc-wp-content-root .dsfg-editorial-content .dsfg-step-number{
    width: 76px;
    height: 76px;
    font-size: 22px;
  }}.wpc-scope-249 .tc-wp-content-root .dsfg-feature-card{}.wpc-scope-249 .tc-wp-content-root .dsfg-step-content{}.wpc-scope-249 .tc-wp-content-root .dsfg-use-card{}