@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-lbs-editorial{
  width: 100%;
  overflow: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .cm-lbs-editorial, .tc-wp-content-root .cm-lbs-editorial div, .tc-wp-content-root .cm-lbs-editorial section, .tc-wp-content-root .cm-lbs-editorial article{
  box-sizing: border-box;
}.tc-wp-content-root .cm-lbs-editorial .cm-lbs-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .cm-lbs-editorial .cm-lbs-section-white{
  background: #ffffff;
}.tc-wp-content-root .cm-lbs-editorial .cm-lbs-section-soft{
  background: linear-gradient(180deg, #f8fafc 0%, #f3f7fb 100%);
}.tc-wp-content-root .cm-lbs-editorial .cm-lbs-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .cm-lbs-editorial .cm-lbs-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .cm-lbs-editorial .cm-lbs-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(27, 123, 214, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(17, 126, 210, 0.1), rgba(37, 190, 160, 0.1));
  color: #0e6fae;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .cm-lbs-editorial h2{
  margin: 0;
  color: #101827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .cm-lbs-editorial .cm-lbs-heading p{
  margin: 16px auto 0;
  color: #5d687b;
  line-height: 1.75;
}.tc-wp-content-root .cm-lbs-editorial .cm-lbs-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .cm-lbs-editorial .cm-lbs-card, .tc-wp-content-root .cm-lbs-editorial .cm-lbs-benefit-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .cm-lbs-editorial .cm-lbs-card::before, .tc-wp-content-root .cm-lbs-editorial .cm-lbs-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(17, 126, 210, 0.35), rgba(37, 190, 160, 0.18), rgba(255, 255, 255, 0));
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
  -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-lbs-editorial .cm-lbs-card:hover, .tc-wp-content-root .cm-lbs-editorial .cm-lbs-benefit-card:hover{
  transform: translateY(-6px);
  border-color: rgba(27, 123, 214, 0.28);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.11);
}.tc-wp-content-root .cm-lbs-editorial .cm-lbs-card:hover::before, .tc-wp-content-root .cm-lbs-editorial .cm-lbs-benefit-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .cm-lbs-editorial h3{
  margin: 0;
  color: #162033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .cm-lbs-editorial .cm-lbs-card p, .tc-wp-content-root .cm-lbs-editorial .cm-lbs-benefit-card p, .tc-wp-content-root .cm-lbs-editorial .cm-lbs-step-card p{
  margin: 10px 0 0;
  color: #5d687b;
  line-height: 1.72;
}.tc-wp-content-root .cm-lbs-editorial .cm-lbs-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #117ed2, #25bea0);
  box-shadow: 0 14px 26px rgba(17, 126, 210, 0.2);
}.tc-wp-content-root .cm-lbs-editorial .cm-lbs-icon::before, .tc-wp-content-root .cm-lbs-editorial .cm-lbs-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.tc-wp-content-root .cm-lbs-editorial .cm-lbs-icon-ruler::before{
  width: 24px;
  height: 5px;
  left: 11px;
  top: 21px;
  border-radius: 8px;
  transform: rotate(-25deg);
}.tc-wp-content-root .cm-lbs-editorial .cm-lbs-icon-ruler::after{
  width: 3px;
  height: 10px;
  left: 24px;
  top: 16px;
  border-radius: 4px;
  transform: rotate(-25deg);
}.tc-wp-content-root .cm-lbs-editorial .cm-lbs-icon-scale::before{
  width: 22px;
  height: 18px;
  left: 12px;
  top: 15px;
  border-radius: 6px 6px 10px 10px;
}.tc-wp-content-root .cm-lbs-editorial .cm-lbs-icon-scale::after{
  width: 8px;
  height: 8px;
  left: 19px;
  top: 12px;
  border-radius: 50%;
  background: #dff7f2;
}.tc-wp-content-root .cm-lbs-editorial .cm-lbs-icon-check::before{
  width: 22px;
  height: 10px;
  left: 12px;
  top: 17px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  background: transparent;
  transform: rotate(-45deg);
}.tc-wp-content-root .cm-lbs-editorial .cm-lbs-icon-note::before{
  width: 20px;
  height: 24px;
  left: 13px;
  top: 11px;
  border-radius: 5px;
}.tc-wp-content-root .cm-lbs-editorial .cm-lbs-icon-note::after{
  width: 12px;
  height: 3px;
  left: 17px;
  top: 19px;
  border-radius: 5px;
  background: #25bea0;
  box-shadow: 0 6px 0 #25bea0;
}.tc-wp-content-root .cm-lbs-editorial .cm-lbs-icon-globe::before{
  width: 23px;
  height: 23px;
  left: 11px;
  top: 11px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .cm-lbs-editorial .cm-lbs-icon-globe::after{
  width: 3px;
  height: 23px;
  left: 21px;
  top: 11px;
  border-radius: 5px;
}.tc-wp-content-root .cm-lbs-editorial .cm-lbs-icon-spark::before{
  width: 6px;
  height: 26px;
  left: 20px;
  top: 10px;
  border-radius: 999px;
}.tc-wp-content-root .cm-lbs-editorial .cm-lbs-icon-spark::after{
  width: 26px;
  height: 6px;
  left: 10px;
  top: 20px;
  border-radius: 999px;
}.tc-wp-content-root .cm-lbs-editorial .cm-lbs-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .cm-lbs-editorial .cm-lbs-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .cm-lbs-editorial .cm-lbs-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(37, 190, 160, 0.35);
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.1);
}.tc-wp-content-root .cm-lbs-editorial .cm-lbs-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #117ed2, #25bea0);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 30px rgba(17, 126, 210, 0.22);
}.tc-wp-content-root .cm-lbs-editorial .cm-lbs-step-card::after{
  content: "";
  position: absolute;
  left: 36px;
  bottom: -18px;
  width: 2px;
  height: 18px;
  background: linear-gradient(180deg, rgba(17, 126, 210, 0.3), rgba(37, 190, 160, 0));
}.tc-wp-content-root .cm-lbs-editorial .cm-lbs-step-card:last-child::after{
  display: none;
}.tc-wp-content-root .cm-lbs-editorial .cm-lbs-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(17, 126, 210, 0.09);
  color: #0e6fae;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .cm-lbs-editorial .cm-lbs-benefit-card{
  overflow: hidden;
}.tc-wp-content-root .cm-lbs-editorial .cm-lbs-benefit-mark{
  width: 54px;
  height: 6px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, #117ed2, #25bea0);
}.tc-wp-content-root .cm-lbs-editorial .cm-lbs-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .cm-lbs-editorial .cm-lbs-reveal.cm-lbs-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-lbs-editorial .cm-lbs-section{
    padding: 52px 0;
  }.tc-wp-content-root .cm-lbs-editorial .cm-lbs-container{
    padding: 0 14px;
  }.tc-wp-content-root .cm-lbs-editorial h2{
    font-size: 26px;
  }.tc-wp-content-root .cm-lbs-editorial .cm-lbs-heading p{
    font-size: 15px;
  }.tc-wp-content-root .cm-lbs-editorial .cm-lbs-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .cm-lbs-editorial .cm-lbs-card, .tc-wp-content-root .cm-lbs-editorial .cm-lbs-benefit-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .cm-lbs-editorial h3{
    font-size: 18px;
  }.tc-wp-content-root .cm-lbs-editorial .cm-lbs-card p, .tc-wp-content-root .cm-lbs-editorial .cm-lbs-benefit-card p, .tc-wp-content-root .cm-lbs-editorial .cm-lbs-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .cm-lbs-editorial .cm-lbs-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .cm-lbs-editorial .cm-lbs-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .cm-lbs-editorial .cm-lbs-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .cm-lbs-editorial .cm-lbs-section{
    padding: 58px 0;
  }.tc-wp-content-root .cm-lbs-editorial .cm-lbs-container{
    padding: 0 18px;
  }.tc-wp-content-root .cm-lbs-editorial h2{
    font-size: 29px;
  }.tc-wp-content-root .cm-lbs-editorial .cm-lbs-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .cm-lbs-editorial .cm-lbs-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .cm-lbs-editorial .cm-lbs-card, .tc-wp-content-root .cm-lbs-editorial .cm-lbs-benefit-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .cm-lbs-editorial h3{
    font-size: 19px;
  }.tc-wp-content-root .cm-lbs-editorial .cm-lbs-card p, .tc-wp-content-root .cm-lbs-editorial .cm-lbs-benefit-card p, .tc-wp-content-root .cm-lbs-editorial .cm-lbs-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .cm-lbs-editorial .cm-lbs-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .cm-lbs-editorial .cm-lbs-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .cm-lbs-editorial .cm-lbs-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .cm-lbs-editorial .cm-lbs-section{
    padding: 64px 0;
  }.tc-wp-content-root .cm-lbs-editorial .cm-lbs-container{
    padding: 0 22px;
  }.tc-wp-content-root .cm-lbs-editorial h2{
    font-size: 32px;
  }.tc-wp-content-root .cm-lbs-editorial .cm-lbs-heading p{
    font-size: 16px;
  }.tc-wp-content-root .cm-lbs-editorial .cm-lbs-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .cm-lbs-editorial .cm-lbs-card, .tc-wp-content-root .cm-lbs-editorial .cm-lbs-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .cm-lbs-editorial h3{
    font-size: 20px;
  }.tc-wp-content-root .cm-lbs-editorial .cm-lbs-card p, .tc-wp-content-root .cm-lbs-editorial .cm-lbs-benefit-card p, .tc-wp-content-root .cm-lbs-editorial .cm-lbs-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .cm-lbs-editorial .cm-lbs-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .cm-lbs-editorial .cm-lbs-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .cm-lbs-editorial .cm-lbs-step-number{
    width: 60px;
    height: 60px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .cm-lbs-editorial .cm-lbs-section{
    padding: 76px 0;
  }.tc-wp-content-root .cm-lbs-editorial .cm-lbs-container{
    padding: 0 28px;
  }.tc-wp-content-root .cm-lbs-editorial h2{
    font-size: 40px;
  }.tc-wp-content-root .cm-lbs-editorial .cm-lbs-heading p{
    font-size: 17px;
  }.tc-wp-content-root .cm-lbs-editorial .cm-lbs-grid-three, .tc-wp-content-root .cm-lbs-editorial .cm-lbs-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .cm-lbs-editorial .cm-lbs-card, .tc-wp-content-root .cm-lbs-editorial .cm-lbs-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .cm-lbs-editorial h3{
    font-size: 21px;
  }.tc-wp-content-root .cm-lbs-editorial .cm-lbs-card p, .tc-wp-content-root .cm-lbs-editorial .cm-lbs-benefit-card p, .tc-wp-content-root .cm-lbs-editorial .cm-lbs-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .cm-lbs-editorial .cm-lbs-steps{
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .cm-lbs-editorial .cm-lbs-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .cm-lbs-editorial .cm-lbs-step-number{
    width: 66px;
    height: 66px;
    font-size: 20px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .cm-lbs-editorial .cm-lbs-section{
    padding: 92px 0;
  }.tc-wp-content-root .cm-lbs-editorial .cm-lbs-container{
    padding: 0 32px;
  }.tc-wp-content-root .cm-lbs-editorial h2{
    font-size: 46px;
  }.tc-wp-content-root .cm-lbs-editorial .cm-lbs-heading p{
    font-size: 18px;
  }.tc-wp-content-root .cm-lbs-editorial .cm-lbs-grid-three, .tc-wp-content-root .cm-lbs-editorial .cm-lbs-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .cm-lbs-editorial .cm-lbs-card, .tc-wp-content-root .cm-lbs-editorial .cm-lbs-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .cm-lbs-editorial h3{
    font-size: 22px;
  }.tc-wp-content-root .cm-lbs-editorial .cm-lbs-card p, .tc-wp-content-root .cm-lbs-editorial .cm-lbs-benefit-card p, .tc-wp-content-root .cm-lbs-editorial .cm-lbs-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .cm-lbs-editorial .cm-lbs-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .cm-lbs-editorial .cm-lbs-step-card{
    gap: 26px;
    padding: 32px;
  }.tc-wp-content-root .cm-lbs-editorial .cm-lbs-step-number{
    width: 72px;
    height: 72px;
    font-size: 21px;
  }}

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