@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-inch-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  line-height: 1.6;
}.tc-wp-content-root .cm-inch-editorial-wrap, .tc-wp-content-root .cm-inch-editorial-wrap section, .tc-wp-content-root .cm-inch-editorial-wrap div, .tc-wp-content-root .cm-inch-editorial-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-section{
  position: relative;
}.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-section-white{
  background: #ffffff;
}.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-section-soft{
  background: linear-gradient(180deg, #f8fbff 0%, #f5f7fb 100%);
}.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  padding: 7px 13px;
  border: 1px solid rgba(29, 131, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(29, 131, 255, 0.1), rgba(16, 185, 129, 0.1));
  color: #0f6bc7;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}.tc-wp-content-root .cm-inch-editorial-wrap h2, .tc-wp-content-root .cm-inch-editorial-wrap h3, .tc-wp-content-root .cm-inch-editorial-wrap p{
  margin-top: 0;
}.tc-wp-content-root .cm-inch-editorial-wrap h2{
  margin-bottom: 14px;
  color: #101828;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0;
}.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-heading p{
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  color: #5d6b82;
  line-height: 1.75;
}.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-card, .tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-benefit{
  position: relative;
  height: 100%;
  border: 1px solid rgba(21, 33, 54, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 44px rgba(20, 41, 74, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-card::before, .tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-benefit::before{
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(29, 131, 255, 0.14), rgba(16, 185, 129, 0.12));
  opacity: 0;
  pointer-events: none;
  content: "";
  transition: opacity 220ms ease;
}.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-card:hover, .tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-benefit:hover{
  transform: translateY(-5px);
  border-color: rgba(29, 131, 255, 0.2);
  box-shadow: 0 24px 58px rgba(20, 41, 74, 0.13);
}.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-card:hover::before, .tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-benefit:hover::before{
  opacity: 1;
}.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-card > *, .tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-benefit > *{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .cm-inch-editorial-wrap h3{
  margin-bottom: 10px;
  color: #152033;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
}.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-card p, .tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-benefit p, .tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-step p{
  margin-bottom: 0;
  color: #607087;
}.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-icon{
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1d83ff, #10b981);
  box-shadow: 0 12px 26px rgba(29, 131, 255, 0.22);
}.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-icon::before, .tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-icon::after{
  display: block;
  content: "";
}.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-icon-ruler::before{
  width: 24px;
  height: 8px;
  margin: auto;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-25deg);
}.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-icon-check::before{
  width: 18px;
  height: 10px;
  margin: auto;
  border-bottom: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-icon-scale::before{
  width: 22px;
  height: 22px;
  margin: auto;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-icon-spark::before{
  width: 20px;
  height: 20px;
  margin: auto;
  background: #ffffff;
  clip-path: polygon(50% 0%, 62% 37%, 100% 50%, 62% 63%, 50% 100%, 38% 63%, 0% 50%, 38% 37%);
}.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-icon-pencil::before{
  width: 22px;
  height: 6px;
  margin: auto;
  border-radius: 6px;
  background: #ffffff;
  transform: rotate(-35deg);
}.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-icon-mobile::before{
  width: 14px;
  height: 24px;
  margin: auto;
  border: 2px solid #ffffff;
  border-radius: 5px;
}.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-step{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  position: relative;
  border: 1px solid rgba(21, 33, 54, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(20, 41, 74, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease;
}.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-step:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(20, 41, 74, 0.13);
}.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #1d83ff, #10b981);
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(29, 131, 255, 0.24);
}.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-badge{
  display: inline-flex;
  margin-bottom: 14px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(29, 131, 255, 0.09);
  color: #0f6bc7;
  font-size: 12px;
  font-weight: 800;
}.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-benefit-mark{
  width: 42px;
  height: 42px;
  margin-bottom: 17px;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 28%, #ffffff 0 16%, transparent 17%), linear-gradient(135deg, #1d83ff, #10b981);
  box-shadow: 0 14px 28px rgba(16, 185, 129, 0.2);
}.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-reveal.cm-inch-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 .cm-inch-editorial-wrap .cm-inch-section{
    padding: 46px 0;
  }.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-container{
    padding: 0 14px;
  }.tc-wp-content-root .cm-inch-editorial-wrap h2{
    font-size: 25px;
  }.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-heading p{
    font-size: 15px;
  }.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-card, .tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-benefit{
    padding: 22px;
  }.tc-wp-content-root .cm-inch-editorial-wrap h3{
    font-size: 18px;
  }.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-card p, .tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-benefit p, .tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-step p{
    font-size: 14px;
  }.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-step-number{
    width: 52px;
    height: 52px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-section{
    padding: 52px 0;
  }.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-container{
    padding: 0 18px;
  }.tc-wp-content-root .cm-inch-editorial-wrap h2{
    font-size: 28px;
  }.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-card, .tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-benefit{
    padding: 24px;
  }.tc-wp-content-root .cm-inch-editorial-wrap h3{
    font-size: 19px;
  }.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-card p, .tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-benefit p, .tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-step p{
    font-size: 14.5px;
  }.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-section{
    padding: 58px 0;
  }.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-container{
    padding: 0 22px;
  }.tc-wp-content-root .cm-inch-editorial-wrap h2{
    font-size: 31px;
  }.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-heading p{
    font-size: 16px;
  }.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-card, .tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-benefit{
    padding: 26px;
  }.tc-wp-content-root .cm-inch-editorial-wrap h3{
    font-size: 20px;
  }.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-card p, .tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-benefit p, .tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-step p{
    font-size: 15px;
  }.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-section{
    padding: 72px 0;
  }.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-container{
    padding: 0 32px;
  }.tc-wp-content-root .cm-inch-editorial-wrap h2{
    font-size: 38px;
  }.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-heading p{
    font-size: 17px;
  }.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-grid-three, .tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-card, .tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-benefit{
    padding: 28px;
  }.tc-wp-content-root .cm-inch-editorial-wrap h3{
    font-size: 21px;
  }.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-card p, .tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-benefit p, .tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-step p{
    font-size: 15.5px;
  }.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-step{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-step-number{
    width: 64px;
    height: 64px;
    font-size: 20px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-section{
    padding: 88px 0;
  }.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-container{
    padding: 0 36px;
  }.tc-wp-content-root .cm-inch-editorial-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-heading p{
    font-size: 18px;
  }.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-grid-three, .tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-card, .tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-benefit{
    padding: 30px;
  }.tc-wp-content-root .cm-inch-editorial-wrap h3{
    font-size: 22px;
  }.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-card p, .tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-benefit p, .tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-step p{
    font-size: 16px;
  }.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-step{
    gap: 26px;
    padding: 34px;
  }.tc-wp-content-root .cm-inch-editorial-wrap .cm-inch-step-number{
    width: 70px;
    height: 70px;
    font-size: 21px;
  }}

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