@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 .scp-editorial-wrap{
  width: 100%;
  overflow: hidden;
  color: #24302c;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .scp-editorial-wrap .scp-section{
  position: relative;
}.tc-wp-content-root .scp-editorial-wrap .scp-section-white{
  background: #ffffff;
}.tc-wp-content-root .scp-editorial-wrap .scp-section-soft{
  background: linear-gradient(180deg, #fffaf7 0%, #f8f4ef 100%);
}.tc-wp-content-root .scp-editorial-wrap .scp-container{
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}.tc-wp-content-root .scp-editorial-wrap .scp-heading-block{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .scp-editorial-wrap .scp-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(177, 103, 70, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(224, 146, 101, 0.13), rgba(116, 72, 58, 0.08));
  color: #8f4f36;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .scp-editorial-wrap .scp-heading-block h2{
  margin: 0;
  color: #1f2a26;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .scp-editorial-wrap .scp-heading-block p{
  margin: 16px auto 0;
  color: #68736f;
  line-height: 1.72;
}.tc-wp-content-root .scp-editorial-wrap .scp-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .scp-editorial-wrap .scp-info-card, .tc-wp-content-root .scp-editorial-wrap .scp-use-card, .tc-wp-content-root .scp-editorial-wrap .scp-trust-card{
  position: relative;
  min-width: 0;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(68, 53, 45, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 44px rgba(44, 31, 25, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .scp-editorial-wrap .scp-info-card::before, .tc-wp-content-root .scp-editorial-wrap .scp-use-card::before, .tc-wp-content-root .scp-editorial-wrap .scp-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(229, 150, 102, 0.18), rgba(118, 74, 58, 0));
  opacity: 0;
  transition: opacity 240ms ease;
}.tc-wp-content-root .scp-editorial-wrap .scp-info-card:hover, .tc-wp-content-root .scp-editorial-wrap .scp-use-card:hover, .tc-wp-content-root .scp-editorial-wrap .scp-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(180, 105, 72, 0.28);
  box-shadow: 0 24px 58px rgba(44, 31, 25, 0.12);
}.tc-wp-content-root .scp-editorial-wrap .scp-info-card:hover::before, .tc-wp-content-root .scp-editorial-wrap .scp-use-card:hover::before, .tc-wp-content-root .scp-editorial-wrap .scp-trust-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .scp-editorial-wrap .scp-info-card h3, .tc-wp-content-root .scp-editorial-wrap .scp-use-card h3, .tc-wp-content-root .scp-editorial-wrap .scp-trust-card h3, .tc-wp-content-root .scp-editorial-wrap .scp-step-card h3{
  position: relative;
  margin: 0;
  color: #24302c;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .scp-editorial-wrap .scp-info-card p, .tc-wp-content-root .scp-editorial-wrap .scp-use-card p, .tc-wp-content-root .scp-editorial-wrap .scp-trust-card p, .tc-wp-content-root .scp-editorial-wrap .scp-step-card p{
  position: relative;
  margin: 10px 0 0;
  color: #65706b;
  line-height: 1.68;
}.tc-wp-content-root .scp-editorial-wrap .scp-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #f6c2a3, #b76f51 52%, #5f3a30);
  box-shadow: 0 14px 28px rgba(152, 87, 62, 0.2);
}.tc-wp-content-root .scp-editorial-wrap .scp-icon::after{
  content: "";
  position: absolute;
  inset: 13px;
  border: 2px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
}.tc-wp-content-root .scp-editorial-wrap .scp-icon-warm{
  background: linear-gradient(135deg, #ffe0b8, #c9824e 52%, #774438);
}.tc-wp-content-root .scp-editorial-wrap .scp-icon-copy{
  background: linear-gradient(135deg, #e8b99c, #9f6147 52%, #3e2a25);
}.tc-wp-content-root .scp-editorial-wrap .scp-icon-light{
  background: linear-gradient(135deg, #fff0de, #d49a74 52%, #7f5343);
}.tc-wp-content-root .scp-editorial-wrap .scp-icon-inclusive{
  background: linear-gradient(135deg, #f7d8bd, #b56c4c 44%, #4c2f28);
}.tc-wp-content-root .scp-editorial-wrap .scp-icon-polish{
  background: linear-gradient(135deg, #ffd9c8, #c57557 52%, #6d3e34);
}.tc-wp-content-root .scp-editorial-wrap .scp-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .scp-editorial-wrap .scp-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid rgba(145, 84, 58, 0.16);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 247, 240, 0.9));
  box-shadow: 0 20px 50px rgba(55, 37, 28, 0.08);
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}.tc-wp-content-root .scp-editorial-wrap .scp-step-card::after{
  content: "";
  position: absolute;
  left: 35px;
  top: 72px;
  bottom: -24px;
  width: 2px;
  background: linear-gradient(180deg, rgba(185, 105, 74, 0.35), rgba(185, 105, 74, 0));
}.tc-wp-content-root .scp-editorial-wrap .scp-step-card:last-child::after{
  display: none;
}.tc-wp-content-root .scp-editorial-wrap .scp-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(176, 97, 67, 0.32);
  box-shadow: 0 24px 60px rgba(55, 37, 28, 0.12);
}.tc-wp-content-root .scp-editorial-wrap .scp-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 22px;
  background: linear-gradient(135deg, #5b342c, #b96f50 55%, #f3bd95);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 32px rgba(136, 77, 58, 0.22);
}.tc-wp-content-root .scp-editorial-wrap .scp-mini-badge{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #fff5ed;
  color: #9b573c;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(155, 87, 60, 0.16);
}.tc-wp-content-root .scp-editorial-wrap .scp-trust-mark{
  position: relative;
  display: inline-flex;
  width: 52px;
  height: 52px;
  margin-bottom: 20px;
  border-radius: 18px;
  background: linear-gradient(135deg, #fff0e4, #f0b58e);
  box-shadow: 0 16px 30px rgba(152, 87, 62, 0.14);
}.tc-wp-content-root .scp-editorial-wrap .scp-trust-mark::before{
  content: "";
  position: absolute;
  left: 18px;
  top: 14px;
  width: 13px;
  height: 22px;
  border-right: 3px solid #7b4535;
  border-bottom: 3px solid #7b4535;
  transform: rotate(42deg);
}.tc-wp-content-root .scp-editorial-wrap .scp-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.tc-wp-content-root .scp-editorial-wrap .scp-reveal.scp-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .scp-editorial-wrap .scp-section{
    padding: 54px 0;
  }.tc-wp-content-root .scp-editorial-wrap .scp-container{
    padding: 0 14px;
  }.tc-wp-content-root .scp-editorial-wrap .scp-heading-block h2{
    font-size: 25px;
  }.tc-wp-content-root .scp-editorial-wrap .scp-heading-block p{
    font-size: 14px;
  }.tc-wp-content-root .scp-editorial-wrap .scp-card-grid, .tc-wp-content-root .scp-editorial-wrap .scp-step-list{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .scp-editorial-wrap .scp-grid-six, .tc-wp-content-root .scp-editorial-wrap .scp-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .scp-editorial-wrap .scp-info-card, .tc-wp-content-root .scp-editorial-wrap .scp-use-card, .tc-wp-content-root .scp-editorial-wrap .scp-trust-card{
    padding: 22px;
  }.tc-wp-content-root .scp-editorial-wrap .scp-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .scp-editorial-wrap .scp-step-card::after{
    display: none;
  }.tc-wp-content-root .scp-editorial-wrap .scp-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }.tc-wp-content-root .scp-editorial-wrap .scp-info-card h3, .tc-wp-content-root .scp-editorial-wrap .scp-use-card h3, .tc-wp-content-root .scp-editorial-wrap .scp-trust-card h3, .tc-wp-content-root .scp-editorial-wrap .scp-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .scp-editorial-wrap .scp-info-card p, .tc-wp-content-root .scp-editorial-wrap .scp-use-card p, .tc-wp-content-root .scp-editorial-wrap .scp-trust-card p, .tc-wp-content-root .scp-editorial-wrap .scp-step-card p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .scp-editorial-wrap .scp-section{
    padding: 60px 0;
  }.tc-wp-content-root .scp-editorial-wrap .scp-container{
    padding: 0 18px;
  }.tc-wp-content-root .scp-editorial-wrap .scp-heading-block h2{
    font-size: 28px;
  }.tc-wp-content-root .scp-editorial-wrap .scp-heading-block p{
    font-size: 15px;
  }.tc-wp-content-root .scp-editorial-wrap .scp-card-grid, .tc-wp-content-root .scp-editorial-wrap .scp-step-list{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .scp-editorial-wrap .scp-grid-six, .tc-wp-content-root .scp-editorial-wrap .scp-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .scp-editorial-wrap .scp-info-card, .tc-wp-content-root .scp-editorial-wrap .scp-use-card, .tc-wp-content-root .scp-editorial-wrap .scp-trust-card{
    padding: 24px;
  }.tc-wp-content-root .scp-editorial-wrap .scp-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .scp-editorial-wrap .scp-step-card::after{
    display: none;
  }.tc-wp-content-root .scp-editorial-wrap .scp-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }.tc-wp-content-root .scp-editorial-wrap .scp-info-card h3, .tc-wp-content-root .scp-editorial-wrap .scp-use-card h3, .tc-wp-content-root .scp-editorial-wrap .scp-trust-card h3, .tc-wp-content-root .scp-editorial-wrap .scp-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .scp-editorial-wrap .scp-info-card p, .tc-wp-content-root .scp-editorial-wrap .scp-use-card p, .tc-wp-content-root .scp-editorial-wrap .scp-trust-card p, .tc-wp-content-root .scp-editorial-wrap .scp-step-card p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .scp-editorial-wrap .scp-section{
    padding: 66px 0;
  }.tc-wp-content-root .scp-editorial-wrap .scp-container{
    padding: 0 22px;
  }.tc-wp-content-root .scp-editorial-wrap .scp-heading-block h2{
    font-size: 31px;
  }.tc-wp-content-root .scp-editorial-wrap .scp-heading-block p{
    font-size: 15.5px;
  }.tc-wp-content-root .scp-editorial-wrap .scp-card-grid, .tc-wp-content-root .scp-editorial-wrap .scp-step-list{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .scp-editorial-wrap .scp-grid-six, .tc-wp-content-root .scp-editorial-wrap .scp-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .scp-editorial-wrap .scp-info-card, .tc-wp-content-root .scp-editorial-wrap .scp-use-card, .tc-wp-content-root .scp-editorial-wrap .scp-trust-card{
    padding: 26px;
  }.tc-wp-content-root .scp-editorial-wrap .scp-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .scp-editorial-wrap .scp-step-card::after{
    display: none;
  }.tc-wp-content-root .scp-editorial-wrap .scp-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }.tc-wp-content-root .scp-editorial-wrap .scp-info-card h3, .tc-wp-content-root .scp-editorial-wrap .scp-use-card h3, .tc-wp-content-root .scp-editorial-wrap .scp-trust-card h3, .tc-wp-content-root .scp-editorial-wrap .scp-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .scp-editorial-wrap .scp-info-card p, .tc-wp-content-root .scp-editorial-wrap .scp-use-card p, .tc-wp-content-root .scp-editorial-wrap .scp-trust-card p, .tc-wp-content-root .scp-editorial-wrap .scp-step-card p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .scp-editorial-wrap .scp-section{
    padding: 82px 0;
  }.tc-wp-content-root .scp-editorial-wrap .scp-container{
    padding: 0 30px;
  }.tc-wp-content-root .scp-editorial-wrap .scp-heading-block h2{
    font-size: 38px;
  }.tc-wp-content-root .scp-editorial-wrap .scp-heading-block p{
    font-size: 16px;
  }.tc-wp-content-root .scp-editorial-wrap .scp-card-grid, .tc-wp-content-root .scp-editorial-wrap .scp-step-list{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .scp-editorial-wrap .scp-grid-six{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .scp-editorial-wrap .scp-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .scp-editorial-wrap .scp-info-card, .tc-wp-content-root .scp-editorial-wrap .scp-use-card, .tc-wp-content-root .scp-editorial-wrap .scp-trust-card{
    padding: 28px;
  }.tc-wp-content-root .scp-editorial-wrap .scp-step-card{
    gap: 22px;
    padding: 28px;
  }.tc-wp-content-root .scp-editorial-wrap .scp-info-card h3, .tc-wp-content-root .scp-editorial-wrap .scp-use-card h3, .tc-wp-content-root .scp-editorial-wrap .scp-trust-card h3, .tc-wp-content-root .scp-editorial-wrap .scp-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .scp-editorial-wrap .scp-info-card p, .tc-wp-content-root .scp-editorial-wrap .scp-use-card p, .tc-wp-content-root .scp-editorial-wrap .scp-trust-card p, .tc-wp-content-root .scp-editorial-wrap .scp-step-card p{
    font-size: 15.5px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .scp-editorial-wrap .scp-section{
    padding: 98px 0;
  }.tc-wp-content-root .scp-editorial-wrap .scp-container{
    padding: 0 32px;
  }.tc-wp-content-root .scp-editorial-wrap .scp-heading-block h2{
    font-size: 46px;
  }.tc-wp-content-root .scp-editorial-wrap .scp-heading-block p{
    font-size: 17px;
  }.tc-wp-content-root .scp-editorial-wrap .scp-card-grid{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .scp-editorial-wrap .scp-step-list{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .scp-editorial-wrap .scp-grid-six, .tc-wp-content-root .scp-editorial-wrap .scp-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .scp-editorial-wrap .scp-info-card, .tc-wp-content-root .scp-editorial-wrap .scp-use-card, .tc-wp-content-root .scp-editorial-wrap .scp-trust-card{
    padding: 30px;
  }.tc-wp-content-root .scp-editorial-wrap .scp-step-card{
    gap: 26px;
    padding: 30px;
  }.tc-wp-content-root .scp-editorial-wrap .scp-info-card h3, .tc-wp-content-root .scp-editorial-wrap .scp-use-card h3, .tc-wp-content-root .scp-editorial-wrap .scp-trust-card h3, .tc-wp-content-root .scp-editorial-wrap .scp-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .scp-editorial-wrap .scp-info-card p, .tc-wp-content-root .scp-editorial-wrap .scp-use-card p, .tc-wp-content-root .scp-editorial-wrap .scp-trust-card p, .tc-wp-content-root .scp-editorial-wrap .scp-step-card p{
    font-size: 16px;
  }}

.tc-wp-content-root .scp-icon-tone {}
.tc-wp-content-root .scp-step-content {}