@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 .ycpg-editorial-sections{
  width: 100%;
  overflow-x: hidden;
  color: #1f2933;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .ycpg-editorial-sections, .tc-wp-content-root .ycpg-editorial-sections div, .tc-wp-content-root .ycpg-editorial-sections section, .tc-wp-content-root .ycpg-editorial-sections article{
  box-sizing: border-box;
}.tc-wp-content-root .ycpg-editorial-sections .ycpg-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .ycpg-editorial-sections .ycpg-section-white{
  background: #ffffff;
}.tc-wp-content-root .ycpg-editorial-sections .ycpg-section-soft{
  background:
    radial-gradient(circle at 12% 10%, rgba(222, 120, 91, 0.12), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(90, 132, 112, 0.10), transparent 30%),
    #faf8f4;
}.tc-wp-content-root .ycpg-editorial-sections .ycpg-container{
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ycpg-editorial-sections .ycpg-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ycpg-editorial-sections .ycpg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(190, 103, 78, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(222, 120, 91, 0.12), rgba(90, 132, 112, 0.10));
  color: #8b4636;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .ycpg-editorial-sections .ycpg-section-head h2{
  margin: 0;
  color: #18212b;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .ycpg-editorial-sections .ycpg-section-head p{
  margin: 16px auto 0;
  color: #5b6673;
  line-height: 1.7;
}.tc-wp-content-root .ycpg-editorial-sections .ycpg-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ycpg-editorial-sections .ycpg-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(31, 41, 51, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(222, 120, 91, 0.42), rgba(90, 132, 112, 0.28), rgba(219, 171, 89, 0.25)) border-box;
  box-shadow: 0 18px 42px rgba(31, 41, 51, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .ycpg-editorial-sections .ycpg-card::before{
  content: "";
  position: absolute;
  top: -70px;
  right: -70px;
  width: 142px;
  height: 142px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(222, 120, 91, 0.16), transparent 68%);
  pointer-events: none;
}.tc-wp-content-root .ycpg-editorial-sections .ycpg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(190, 103, 78, 0.24);
  box-shadow: 0 24px 54px rgba(31, 41, 51, 0.12);
}.tc-wp-content-root .ycpg-editorial-sections .ycpg-card h3, .tc-wp-content-root .ycpg-editorial-sections .ycpg-step-card h3{
  position: relative;
  margin: 0;
  color: #1d2732;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
}.tc-wp-content-root .ycpg-editorial-sections .ycpg-card p, .tc-wp-content-root .ycpg-editorial-sections .ycpg-step-card p{
  position: relative;
  margin: 12px 0 0;
  color: #5a6570;
  line-height: 1.66;
}.tc-wp-content-root .ycpg-editorial-sections .ycpg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #de785b, #d7a34e);
  box-shadow: 0 12px 24px rgba(222, 120, 91, 0.22);
}.tc-wp-content-root .ycpg-editorial-sections .ycpg-icon::before, .tc-wp-content-root .ycpg-editorial-sections .ycpg-icon::after{
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.92);
}.tc-wp-content-root .ycpg-editorial-sections .ycpg-icon-swatch::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border-radius: 7px;
}.tc-wp-content-root .ycpg-editorial-sections .ycpg-icon-blend::before{
  width: 16px;
  height: 16px;
  left: 10px;
  top: 15px;
  border-radius: 50%;
}.tc-wp-content-root .ycpg-editorial-sections .ycpg-icon-blend::after{
  width: 16px;
  height: 16px;
  right: 10px;
  top: 15px;
  border-radius: 50%;
  opacity: 0.72;
}.tc-wp-content-root .ycpg-editorial-sections .ycpg-icon-thread::before{
  width: 24px;
  height: 12px;
  left: 11px;
  top: 17px;
  border-radius: 999px;
}.tc-wp-content-root .ycpg-editorial-sections .ycpg-icon-contrast::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  background: linear-gradient(90deg, #ffffff 50%, rgba(255, 255, 255, 0.45) 50%);
}.tc-wp-content-root .ycpg-editorial-sections .ycpg-icon-season::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 8px 50% 8px 50%;
  transform: rotate(-18deg);
}.tc-wp-content-root .ycpg-editorial-sections .ycpg-icon-copy::before{
  width: 18px;
  height: 20px;
  left: 15px;
  top: 12px;
  border-radius: 5px;
}.tc-wp-content-root .ycpg-editorial-sections .ycpg-icon-copy::after{
  width: 14px;
  height: 16px;
  left: 11px;
  top: 16px;
  border-radius: 4px;
  opacity: 0.55;
}.tc-wp-content-root .ycpg-editorial-sections .ycpg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ycpg-editorial-sections .ycpg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(31, 41, 51, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 46px rgba(31, 41, 51, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease;
}.tc-wp-content-root .ycpg-editorial-sections .ycpg-step-card::before{
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, #de785b, #d7a34e, #5a8470);
}.tc-wp-content-root .ycpg-editorial-sections .ycpg-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(31, 41, 51, 0.12);
}.tc-wp-content-root .ycpg-editorial-sections .ycpg-step-number{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #8f4e3d, #de785b);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 26px rgba(143, 78, 61, 0.22);
}.tc-wp-content-root .ycpg-editorial-sections .ycpg-badge{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 999px;
  background: #f7eee8;
  color: #9b503e;
  font-size: 14px;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(190, 103, 78, 0.18);
}.tc-wp-content-root .ycpg-editorial-sections .ycpg-benefit{
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 252, 247, 0.98)) padding-box,
    linear-gradient(135deg, rgba(222, 120, 91, 0.34), rgba(90, 132, 112, 0.28)) border-box;
}.tc-wp-content-root .ycpg-editorial-sections .ycpg-benefit-mark{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 10px;
  margin: 0 0 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, #de785b, #d7a34e, #5a8470);
}.tc-wp-content-root .ycpg-editorial-sections .ycpg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ycpg-editorial-sections .ycpg-reveal.ycpg-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ycpg-editorial-sections .ycpg-section{
    padding: 48px 0;
  }.tc-wp-content-root .ycpg-editorial-sections .ycpg-container{
    padding: 0 14px;
  }.tc-wp-content-root .ycpg-editorial-sections .ycpg-section-head h2{
    font-size: 25px;
  }.tc-wp-content-root .ycpg-editorial-sections .ycpg-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .ycpg-editorial-sections .ycpg-grid, .tc-wp-content-root .ycpg-editorial-sections .ycpg-steps{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .ycpg-editorial-sections .ycpg-card{
    padding: 22px;
  }.tc-wp-content-root .ycpg-editorial-sections .ycpg-card h3, .tc-wp-content-root .ycpg-editorial-sections .ycpg-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .ycpg-editorial-sections .ycpg-card p, .tc-wp-content-root .ycpg-editorial-sections .ycpg-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .ycpg-editorial-sections .ycpg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px 22px;
  }.tc-wp-content-root .ycpg-editorial-sections .ycpg-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ycpg-editorial-sections .ycpg-section{
    padding: 54px 0;
  }.tc-wp-content-root .ycpg-editorial-sections .ycpg-container{
    padding: 0 18px;
  }.tc-wp-content-root .ycpg-editorial-sections .ycpg-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .ycpg-editorial-sections .ycpg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ycpg-editorial-sections .ycpg-grid, .tc-wp-content-root .ycpg-editorial-sections .ycpg-steps{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ycpg-editorial-sections .ycpg-card{
    padding: 24px;
  }.tc-wp-content-root .ycpg-editorial-sections .ycpg-card h3, .tc-wp-content-root .ycpg-editorial-sections .ycpg-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .ycpg-editorial-sections .ycpg-card p, .tc-wp-content-root .ycpg-editorial-sections .ycpg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .ycpg-editorial-sections .ycpg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px 24px 24px;
  }.tc-wp-content-root .ycpg-editorial-sections .ycpg-step-number{
    width: 56px;
    height: 56px;
    font-size: 17px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ycpg-editorial-sections .ycpg-section{
    padding: 60px 0;
  }.tc-wp-content-root .ycpg-editorial-sections .ycpg-container{
    padding: 0 22px;
  }.tc-wp-content-root .ycpg-editorial-sections .ycpg-section-head h2{
    font-size: 31px;
  }.tc-wp-content-root .ycpg-editorial-sections .ycpg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .ycpg-editorial-sections .ycpg-grid, .tc-wp-content-root .ycpg-editorial-sections .ycpg-steps{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .ycpg-editorial-sections .ycpg-card{
    padding: 26px;
  }.tc-wp-content-root .ycpg-editorial-sections .ycpg-card h3, .tc-wp-content-root .ycpg-editorial-sections .ycpg-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .ycpg-editorial-sections .ycpg-card p, .tc-wp-content-root .ycpg-editorial-sections .ycpg-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .ycpg-editorial-sections .ycpg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 26px 26px;
  }.tc-wp-content-root .ycpg-editorial-sections .ycpg-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ycpg-editorial-sections .ycpg-section{
    padding: 74px 0;
  }.tc-wp-content-root .ycpg-editorial-sections .ycpg-container{
    padding: 0 30px;
  }.tc-wp-content-root .ycpg-editorial-sections .ycpg-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .ycpg-editorial-sections .ycpg-section-head p{
    font-size: 16.5px;
  }.tc-wp-content-root .ycpg-editorial-sections .ycpg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ycpg-editorial-sections .ycpg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ycpg-editorial-sections .ycpg-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ycpg-editorial-sections .ycpg-card{
    padding: 28px;
  }.tc-wp-content-root .ycpg-editorial-sections .ycpg-card h3, .tc-wp-content-root .ycpg-editorial-sections .ycpg-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .ycpg-editorial-sections .ycpg-card p, .tc-wp-content-root .ycpg-editorial-sections .ycpg-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .ycpg-editorial-sections .ycpg-step-card{
    gap: 24px;
    padding: 30px 32px;
  }.tc-wp-content-root .ycpg-editorial-sections .ycpg-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ycpg-editorial-sections .ycpg-section{
    padding: 92px 0;
  }.tc-wp-content-root .ycpg-editorial-sections .ycpg-container{
    padding: 0 32px;
  }.tc-wp-content-root .ycpg-editorial-sections .ycpg-section-head h2{
    font-size: 44px;
  }.tc-wp-content-root .ycpg-editorial-sections .ycpg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ycpg-editorial-sections .ycpg-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ycpg-editorial-sections .ycpg-grid-six, .tc-wp-content-root .ycpg-editorial-sections .ycpg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ycpg-editorial-sections .ycpg-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ycpg-editorial-sections .ycpg-card{
    padding: 30px;
  }.tc-wp-content-root .ycpg-editorial-sections .ycpg-card h3, .tc-wp-content-root .ycpg-editorial-sections .ycpg-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .ycpg-editorial-sections .ycpg-card p, .tc-wp-content-root .ycpg-editorial-sections .ycpg-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .ycpg-editorial-sections .ycpg-step-card{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .ycpg-editorial-sections .ycpg-step-number{
    width: 70px;
    height: 70px;
    font-size: 20px;
  }}

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