@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 .cm-ring-editorial{
  width: 100%;
  overflow-x: hidden;
  color: #1f2933;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .cm-ring-editorial, .tc-wp-content-root .cm-ring-editorial div, .tc-wp-content-root .cm-ring-editorial section, .tc-wp-content-root .cm-ring-editorial article{
  box-sizing: border-box;
}.tc-wp-content-root .cm-ring-editorial .cm-ring-section{
  position: relative;
}.tc-wp-content-root .cm-ring-editorial .cm-ring-section-white{
  background: #ffffff;
}.tc-wp-content-root .cm-ring-editorial .cm-ring-section-soft{
  background: linear-gradient(180deg, #faf8f4 0%, #fffaf2 100%);
}.tc-wp-content-root .cm-ring-editorial .cm-ring-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .cm-ring-editorial .cm-ring-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .cm-ring-editorial .cm-ring-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 14px;
  border: 1px solid rgba(191, 138, 71, 0.24);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 245, 231, 0.92), rgba(255, 255, 255, 0.9));
  color: #9a6323;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-content-root .cm-ring-editorial .cm-ring-heading h2{
  margin: 0;
  color: #18212b;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .cm-ring-editorial .cm-ring-heading p{
  margin: 16px auto 0;
  color: #56616d;
  font-weight: 400;
  line-height: 1.72;
}.tc-wp-content-root .cm-ring-editorial .cm-ring-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .cm-ring-editorial .cm-ring-card, .tc-wp-content-root .cm-ring-editorial .cm-ring-benefit{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(35, 45, 58, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 45px rgba(29, 38, 49, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .cm-ring-editorial .cm-ring-card::before, .tc-wp-content-root .cm-ring-editorial .cm-ring-benefit::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(219, 158, 77, 0.42), rgba(255, 255, 255, 0), rgba(120, 80, 44, 0.18));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}.tc-wp-content-root .cm-ring-editorial .cm-ring-card:hover, .tc-wp-content-root .cm-ring-editorial .cm-ring-benefit:hover{
  transform: translateY(-6px);
  border-color: rgba(191, 138, 71, 0.24);
  box-shadow: 0 24px 60px rgba(29, 38, 49, 0.12);
}.tc-wp-content-root .cm-ring-editorial .cm-ring-card:hover::before, .tc-wp-content-root .cm-ring-editorial .cm-ring-benefit:hover::before{
  opacity: 1;
}.tc-wp-content-root .cm-ring-editorial .cm-ring-card h3, .tc-wp-content-root .cm-ring-editorial .cm-ring-step h3, .tc-wp-content-root .cm-ring-editorial .cm-ring-benefit h3{
  margin: 0;
  color: #1f2933;
  font-weight: 760;
  line-height: 1.28;
  letter-spacing: 0;
}.tc-wp-content-root .cm-ring-editorial .cm-ring-card p, .tc-wp-content-root .cm-ring-editorial .cm-ring-step p, .tc-wp-content-root .cm-ring-editorial .cm-ring-benefit p{
  margin: 10px 0 0;
  color: #5c6671;
  font-weight: 400;
  line-height: 1.68;
}.tc-wp-content-root .cm-ring-editorial .cm-ring-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #f3bf73 0%, #b97630 100%);
  box-shadow: 0 12px 24px rgba(185, 118, 48, 0.22);
}.tc-wp-content-root .cm-ring-editorial .cm-ring-icon::before, .tc-wp-content-root .cm-ring-editorial .cm-ring-icon::after{
  content: "";
  position: absolute;
  display: block;
}.tc-wp-content-root .cm-ring-editorial .cm-ring-icon-measure::before{
  left: 13px;
  top: 13px;
  width: 20px;
  height: 20px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .cm-ring-editorial .cm-ring-icon-measure::after{
  left: 23px;
  top: 10px;
  width: 2px;
  height: 26px;
  background: rgba(255, 255, 255, 0.9);
  transform: rotate(42deg);
}.tc-wp-content-root .cm-ring-editorial .cm-ring-icon-fit::before{
  left: 12px;
  top: 16px;
  width: 22px;
  height: 14px;
  border: 2px solid #ffffff;
  border-radius: 999px;
}.tc-wp-content-root .cm-ring-editorial .cm-ring-icon-fit::after{
  right: 9px;
  bottom: 10px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .cm-ring-editorial .cm-ring-icon-gift::before{
  left: 12px;
  top: 17px;
  width: 22px;
  height: 18px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}.tc-wp-content-root .cm-ring-editorial .cm-ring-icon-gift::after{
  left: 22px;
  top: 12px;
  width: 2px;
  height: 25px;
  background: #ffffff;
}.tc-wp-content-root .cm-ring-editorial .cm-ring-icon-chart::before{
  left: 12px;
  bottom: 12px;
  width: 4px;
  height: 12px;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 9px -7px 0 #ffffff, 18px -13px 0 #ffffff;
}.tc-wp-content-root .cm-ring-editorial .cm-ring-icon-chart::after{
  left: 10px;
  right: 10px;
  bottom: 10px;
  height: 2px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.75);
}.tc-wp-content-root .cm-ring-editorial .cm-ring-icon-shop::before{
  left: 12px;
  top: 17px;
  width: 22px;
  height: 17px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}.tc-wp-content-root .cm-ring-editorial .cm-ring-icon-shop::after{
  left: 16px;
  top: 12px;
  width: 14px;
  height: 10px;
  border: 2px solid #ffffff;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}.tc-wp-content-root .cm-ring-editorial .cm-ring-icon-note::before{
  left: 13px;
  top: 11px;
  width: 20px;
  height: 24px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}.tc-wp-content-root .cm-ring-editorial .cm-ring-icon-note::after{
  left: 18px;
  top: 18px;
  width: 12px;
  height: 2px;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 6px 0 rgba(255, 255, 255, 0.86);
}.tc-wp-content-root .cm-ring-editorial .cm-ring-steps{
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .cm-ring-editorial .cm-ring-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(191, 138, 71, 0.18);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 50px rgba(35, 45, 58, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .cm-ring-editorial .cm-ring-step:hover{
  transform: translateY(-4px);
  border-color: rgba(191, 138, 71, 0.34);
  box-shadow: 0 24px 60px rgba(35, 45, 58, 0.12);
}.tc-wp-content-root .cm-ring-editorial .cm-ring-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #c9873f 0%, #83511f 100%);
  color: #ffffff;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(131, 81, 31, 0.2);
}.tc-wp-content-root .cm-ring-editorial .cm-ring-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(243, 191, 115, 0.2), rgba(185, 118, 48, 0.12));
  color: #9a6323;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .cm-ring-editorial .cm-ring-benefit{
  background: linear-gradient(180deg, #ffffff 0%, #fffdf9 100%);
}.tc-wp-content-root .cm-ring-editorial .cm-ring-benefit-mark{
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f3bf73, #b97630);
  box-shadow: 0 12px 24px rgba(185, 118, 48, 0.2);
}.tc-wp-content-root .cm-ring-editorial .cm-ring-benefit-mark::before{
  content: "";
  position: absolute;
  left: 14px;
  top: 11px;
  width: 10px;
  height: 17px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  transform: rotate(42deg);
}.tc-wp-content-root .cm-ring-editorial .cm-ring-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .cm-ring-editorial .cm-ring-reveal.cm-ring-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 .cm-ring-editorial .cm-ring-section{
    padding: 46px 0;
  }.tc-wp-content-root .cm-ring-editorial .cm-ring-container{
    padding: 0 16px;
  }.tc-wp-content-root .cm-ring-editorial .cm-ring-heading h2{
    font-size: 27px;
  }.tc-wp-content-root .cm-ring-editorial .cm-ring-heading p{
    font-size: 15px;
  }.tc-wp-content-root .cm-ring-editorial .cm-ring-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .cm-ring-editorial .cm-ring-card, .tc-wp-content-root .cm-ring-editorial .cm-ring-benefit{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .cm-ring-editorial .cm-ring-card h3, .tc-wp-content-root .cm-ring-editorial .cm-ring-step h3, .tc-wp-content-root .cm-ring-editorial .cm-ring-benefit h3{
    font-size: 19px;
  }.tc-wp-content-root .cm-ring-editorial .cm-ring-card p, .tc-wp-content-root .cm-ring-editorial .cm-ring-step p, .tc-wp-content-root .cm-ring-editorial .cm-ring-benefit p{
    font-size: 14.5px;
  }.tc-wp-content-root .cm-ring-editorial .cm-ring-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .cm-ring-editorial .cm-ring-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .cm-ring-editorial .cm-ring-step-number{
    width: 50px;
    height: 50px;
    font-size: 15px;
  }.tc-wp-content-root .cm-ring-editorial .cm-ring-badge{
    width: 40px;
    height: 40px;
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .cm-ring-editorial .cm-ring-section{
    padding: 54px 0;
  }.tc-wp-content-root .cm-ring-editorial .cm-ring-container{
    padding: 0 18px;
  }.tc-wp-content-root .cm-ring-editorial .cm-ring-heading h2{
    font-size: 30px;
  }.tc-wp-content-root .cm-ring-editorial .cm-ring-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .cm-ring-editorial .cm-ring-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .cm-ring-editorial .cm-ring-card, .tc-wp-content-root .cm-ring-editorial .cm-ring-benefit{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .cm-ring-editorial .cm-ring-card h3, .tc-wp-content-root .cm-ring-editorial .cm-ring-step h3, .tc-wp-content-root .cm-ring-editorial .cm-ring-benefit h3{
    font-size: 20px;
  }.tc-wp-content-root .cm-ring-editorial .cm-ring-card p, .tc-wp-content-root .cm-ring-editorial .cm-ring-step p, .tc-wp-content-root .cm-ring-editorial .cm-ring-benefit p{
    font-size: 15px;
  }.tc-wp-content-root .cm-ring-editorial .cm-ring-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .cm-ring-editorial .cm-ring-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .cm-ring-editorial .cm-ring-step-number{
    width: 52px;
    height: 52px;
    font-size: 15px;
  }.tc-wp-content-root .cm-ring-editorial .cm-ring-badge{
    width: 42px;
    height: 42px;
    font-size: 14px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .cm-ring-editorial .cm-ring-section{
    padding: 62px 0;
  }.tc-wp-content-root .cm-ring-editorial .cm-ring-container{
    padding: 0 22px;
  }.tc-wp-content-root .cm-ring-editorial .cm-ring-heading h2{
    font-size: 34px;
  }.tc-wp-content-root .cm-ring-editorial .cm-ring-heading p{
    font-size: 16px;
  }.tc-wp-content-root .cm-ring-editorial .cm-ring-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .cm-ring-editorial .cm-ring-card, .tc-wp-content-root .cm-ring-editorial .cm-ring-benefit{
    padding: 26px;
    border-radius: 22px;
  }.tc-wp-content-root .cm-ring-editorial .cm-ring-card h3, .tc-wp-content-root .cm-ring-editorial .cm-ring-step h3, .tc-wp-content-root .cm-ring-editorial .cm-ring-benefit h3{
    font-size: 21px;
  }.tc-wp-content-root .cm-ring-editorial .cm-ring-card p, .tc-wp-content-root .cm-ring-editorial .cm-ring-step p, .tc-wp-content-root .cm-ring-editorial .cm-ring-benefit p{
    font-size: 15.5px;
  }.tc-wp-content-root .cm-ring-editorial .cm-ring-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .cm-ring-editorial .cm-ring-step{
    grid-template-columns: auto 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .cm-ring-editorial .cm-ring-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }.tc-wp-content-root .cm-ring-editorial .cm-ring-badge{
    width: 44px;
    height: 44px;
    font-size: 14px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .cm-ring-editorial .cm-ring-section{
    padding: 78px 0;
  }.tc-wp-content-root .cm-ring-editorial .cm-ring-container{
    padding: 0 32px;
  }.tc-wp-content-root .cm-ring-editorial .cm-ring-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .cm-ring-editorial .cm-ring-heading p{
    font-size: 17px;
  }.tc-wp-content-root .cm-ring-editorial .cm-ring-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .cm-ring-editorial .cm-ring-grid-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .cm-ring-editorial .cm-ring-card, .tc-wp-content-root .cm-ring-editorial .cm-ring-benefit{
    padding: 28px;
  }.tc-wp-content-root .cm-ring-editorial .cm-ring-card h3, .tc-wp-content-root .cm-ring-editorial .cm-ring-step h3, .tc-wp-content-root .cm-ring-editorial .cm-ring-benefit h3{
    font-size: 21px;
  }.tc-wp-content-root .cm-ring-editorial .cm-ring-card p, .tc-wp-content-root .cm-ring-editorial .cm-ring-step p, .tc-wp-content-root .cm-ring-editorial .cm-ring-benefit p{
    font-size: 15.8px;
  }.tc-wp-content-root .cm-ring-editorial .cm-ring-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .cm-ring-editorial .cm-ring-step{
    grid-template-columns: auto 1fr;
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .cm-ring-editorial .cm-ring-step-number{
    width: 60px;
    height: 60px;
    font-size: 17px;
  }.tc-wp-content-root .cm-ring-editorial .cm-ring-badge{
    width: 46px;
    height: 46px;
    font-size: 15px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .cm-ring-editorial .cm-ring-section{
    padding: 96px 0;
  }.tc-wp-content-root .cm-ring-editorial .cm-ring-container{
    padding: 0 32px;
  }.tc-wp-content-root .cm-ring-editorial .cm-ring-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .cm-ring-editorial .cm-ring-heading p{
    font-size: 18px;
  }.tc-wp-content-root .cm-ring-editorial .cm-ring-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .cm-ring-editorial .cm-ring-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .cm-ring-editorial .cm-ring-card, .tc-wp-content-root .cm-ring-editorial .cm-ring-benefit{
    padding: 30px;
  }.tc-wp-content-root .cm-ring-editorial .cm-ring-card h3, .tc-wp-content-root .cm-ring-editorial .cm-ring-step h3, .tc-wp-content-root .cm-ring-editorial .cm-ring-benefit h3{
    font-size: 22px;
  }.tc-wp-content-root .cm-ring-editorial .cm-ring-card p, .tc-wp-content-root .cm-ring-editorial .cm-ring-step p, .tc-wp-content-root .cm-ring-editorial .cm-ring-benefit p{
    font-size: 16px;
  }.tc-wp-content-root .cm-ring-editorial .cm-ring-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .cm-ring-editorial .cm-ring-step{
    grid-template-columns: auto 1fr;
    gap: 26px;
    padding: 34px;
  }.tc-wp-content-root .cm-ring-editorial .cm-ring-step-number{
    width: 66px;
    height: 66px;
    font-size: 18px;
  }.tc-wp-content-root .cm-ring-editorial .cm-ring-badge{
    width: 48px;
    height: 48px;
    font-size: 15px;
  }}

.tc-wp-content-root .cm-ring-step-content {}