@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 .cty-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
}.tc-wp-content-root .cty-editorial-wrap .cty-section{
  position: relative;
}.tc-wp-content-root .cty-editorial-wrap .cty-section-white{
  background: #ffffff;
}.tc-wp-content-root .cty-editorial-wrap .cty-section-soft{
  background: linear-gradient(180deg, #f8fbff 0%, #f5f7fb 100%);
}.tc-wp-content-root .cty-editorial-wrap .cty-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .cty-editorial-wrap .cty-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .cty-editorial-wrap .cty-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(22, 119, 255, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(22, 119, 255, 0.1), rgba(0, 190, 166, 0.1));
  color: #0f6fdc;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .cty-editorial-wrap .cty-section-head h2{
  margin: 0;
  color: #121a2b;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .cty-editorial-wrap .cty-section-head p{
  margin: 14px auto 0;
  color: #566276;
  line-height: 1.75;
}.tc-wp-content-root .cty-editorial-wrap .cty-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .cty-editorial-wrap .cty-card, .tc-wp-content-root .cty-editorial-wrap .cty-benefit-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(22, 32, 51, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(18, 26, 43, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .cty-editorial-wrap .cty-card::before, .tc-wp-content-root .cty-editorial-wrap .cty-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(22, 119, 255, 0.12), rgba(0, 190, 166, 0.1));
  opacity: 0;
  transition: opacity 260ms ease;
}.tc-wp-content-root .cty-editorial-wrap .cty-card:hover, .tc-wp-content-root .cty-editorial-wrap .cty-benefit-card:hover, .tc-wp-content-root .cty-editorial-wrap .cty-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(22, 119, 255, 0.22);
  box-shadow: 0 24px 60px rgba(18, 26, 43, 0.11);
}.tc-wp-content-root .cty-editorial-wrap .cty-card:hover::before, .tc-wp-content-root .cty-editorial-wrap .cty-benefit-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .cty-editorial-wrap .cty-card h3, .tc-wp-content-root .cty-editorial-wrap .cty-benefit-card h3, .tc-wp-content-root .cty-editorial-wrap .cty-step-card h3{
  position: relative;
  margin: 0;
  color: #121a2b;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .cty-editorial-wrap .cty-card p, .tc-wp-content-root .cty-editorial-wrap .cty-benefit-card p, .tc-wp-content-root .cty-editorial-wrap .cty-step-card p{
  position: relative;
  margin: 10px 0 0;
  color: #5d687a;
  line-height: 1.7;
}.tc-wp-content-root .cty-editorial-wrap .cty-icon{
  position: relative;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1677ff, #00bea6);
  box-shadow: 0 14px 30px rgba(22, 119, 255, 0.2);
}.tc-wp-content-root .cty-editorial-wrap .cty-icon::before, .tc-wp-content-root .cty-editorial-wrap .cty-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.tc-wp-content-root .cty-editorial-wrap .cty-icon-ruler::before{
  width: 24px;
  height: 8px;
  left: 12px;
  top: 20px;
  border-radius: 8px;
}.tc-wp-content-root .cty-editorial-wrap .cty-icon-ruler::after{
  width: 3px;
  height: 12px;
  left: 19px;
  top: 18px;
  border-radius: 4px;
  box-shadow: 8px 0 0 rgba(255, 255, 255, 0.85);
}.tc-wp-content-root .cty-editorial-wrap .cty-icon-check::before{
  width: 20px;
  height: 10px;
  left: 14px;
  top: 17px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  background: transparent;
  transform: rotate(-45deg);
}.tc-wp-content-root .cty-editorial-wrap .cty-icon-check::after{
  display: none;
}.tc-wp-content-root .cty-editorial-wrap .cty-icon-scale::before{
  width: 24px;
  height: 4px;
  left: 12px;
  top: 17px;
  border-radius: 6px;
}.tc-wp-content-root .cty-editorial-wrap .cty-icon-scale::after{
  width: 18px;
  height: 18px;
  left: 15px;
  top: 22px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .cty-editorial-wrap .cty-icon-pin::before{
  width: 16px;
  height: 16px;
  left: 16px;
  top: 12px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}.tc-wp-content-root .cty-editorial-wrap .cty-icon-pin::after{
  width: 6px;
  height: 6px;
  left: 21px;
  top: 17px;
  border-radius: 50%;
  background: #00bea6;
}.tc-wp-content-root .cty-editorial-wrap .cty-icon-spark::before{
  width: 6px;
  height: 28px;
  left: 21px;
  top: 10px;
  border-radius: 10px;
}.tc-wp-content-root .cty-editorial-wrap .cty-icon-spark::after{
  width: 28px;
  height: 6px;
  left: 10px;
  top: 21px;
  border-radius: 10px;
}.tc-wp-content-root .cty-editorial-wrap .cty-icon-mobile::before{
  width: 18px;
  height: 28px;
  left: 15px;
  top: 10px;
  border: 3px solid #ffffff;
  border-radius: 7px;
  background: transparent;
}.tc-wp-content-root .cty-editorial-wrap .cty-icon-mobile::after{
  width: 6px;
  height: 2px;
  left: 21px;
  top: 32px;
  border-radius: 4px;
}.tc-wp-content-root .cty-editorial-wrap .cty-steps{
  display: grid;
}.tc-wp-content-root .cty-editorial-wrap .cty-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(22, 119, 255, 0.14);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 252, 255, 0.96));
  box-shadow: 0 18px 45px rgba(18, 26, 43, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .cty-editorial-wrap .cty-step-card::after{
  content: "";
  position: absolute;
  left: 34px;
  top: 50%;
  width: 4px;
  height: 52%;
  border-radius: 999px;
  background: linear-gradient(180deg, #1677ff, #00bea6);
  opacity: 0.16;
  transform: translateY(-50%);
}.tc-wp-content-root .cty-editorial-wrap .cty-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #1677ff, #00bea6);
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(22, 119, 255, 0.22);
}.tc-wp-content-root .cty-editorial-wrap .cty-step-content{
  position: relative;
  z-index: 1;
  min-width: 0;
}.tc-wp-content-root .cty-editorial-wrap .cty-card-softline{
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}.tc-wp-content-root .cty-editorial-wrap .cty-badge{
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(0, 190, 166, 0.1);
  color: #078a7b;
  font-weight: 800;
  line-height: 1.15;
}.tc-wp-content-root .cty-editorial-wrap .cty-benefit-card{
  overflow: hidden;
}.tc-wp-content-root .cty-editorial-wrap .cty-benefit-mark{
  position: relative;
  width: 54px;
  height: 8px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1677ff, #00bea6);
  box-shadow: 0 10px 24px rgba(22, 119, 255, 0.18);
}.tc-wp-content-root .cty-editorial-wrap .cty-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.tc-wp-content-root .cty-editorial-wrap .cty-reveal.cty-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .cty-editorial-wrap .cty-section{
    padding: 46px 0;
  }.tc-wp-content-root .cty-editorial-wrap .cty-container{
    padding: 0 14px;
  }.tc-wp-content-root .cty-editorial-wrap .cty-section-head{
    margin-bottom: 26px;
  }.tc-wp-content-root .cty-editorial-wrap .cty-kicker{
    font-size: 12px;
  }.tc-wp-content-root .cty-editorial-wrap .cty-section-head h2{
    font-size: 25px;
  }.tc-wp-content-root .cty-editorial-wrap .cty-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .cty-editorial-wrap .cty-grid{
    grid-template-columns: 1fr;
    gap: 14px;
  }.tc-wp-content-root .cty-editorial-wrap .cty-card, .tc-wp-content-root .cty-editorial-wrap .cty-benefit-card{
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .cty-editorial-wrap .cty-card h3, .tc-wp-content-root .cty-editorial-wrap .cty-benefit-card h3, .tc-wp-content-root .cty-editorial-wrap .cty-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .cty-editorial-wrap .cty-card p, .tc-wp-content-root .cty-editorial-wrap .cty-benefit-card p, .tc-wp-content-root .cty-editorial-wrap .cty-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .cty-editorial-wrap .cty-steps{
    gap: 14px;
  }.tc-wp-content-root .cty-editorial-wrap .cty-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px;
  }.tc-wp-content-root .cty-editorial-wrap .cty-step-card::after{
    display: none;
  }.tc-wp-content-root .cty-editorial-wrap .cty-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .cty-editorial-wrap .cty-section{
    padding: 52px 0;
  }.tc-wp-content-root .cty-editorial-wrap .cty-container{
    padding: 0 18px;
  }.tc-wp-content-root .cty-editorial-wrap .cty-section-head{
    margin-bottom: 30px;
  }.tc-wp-content-root .cty-editorial-wrap .cty-kicker{
    font-size: 12px;
  }.tc-wp-content-root .cty-editorial-wrap .cty-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .cty-editorial-wrap .cty-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .cty-editorial-wrap .cty-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .cty-editorial-wrap .cty-card, .tc-wp-content-root .cty-editorial-wrap .cty-benefit-card{
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .cty-editorial-wrap .cty-card h3, .tc-wp-content-root .cty-editorial-wrap .cty-benefit-card h3, .tc-wp-content-root .cty-editorial-wrap .cty-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .cty-editorial-wrap .cty-card p, .tc-wp-content-root .cty-editorial-wrap .cty-benefit-card p, .tc-wp-content-root .cty-editorial-wrap .cty-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .cty-editorial-wrap .cty-steps{
    gap: 16px;
  }.tc-wp-content-root .cty-editorial-wrap .cty-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .cty-editorial-wrap .cty-step-card::after{
    display: none;
  }.tc-wp-content-root .cty-editorial-wrap .cty-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .cty-editorial-wrap .cty-section{
    padding: 58px 0;
  }.tc-wp-content-root .cty-editorial-wrap .cty-container{
    padding: 0 22px;
  }.tc-wp-content-root .cty-editorial-wrap .cty-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .cty-editorial-wrap .cty-kicker{
    font-size: 13px;
  }.tc-wp-content-root .cty-editorial-wrap .cty-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .cty-editorial-wrap .cty-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .cty-editorial-wrap .cty-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .cty-editorial-wrap .cty-card, .tc-wp-content-root .cty-editorial-wrap .cty-benefit-card{
    padding: 24px;
    border-radius: 22px;
  }.tc-wp-content-root .cty-editorial-wrap .cty-card h3, .tc-wp-content-root .cty-editorial-wrap .cty-benefit-card h3, .tc-wp-content-root .cty-editorial-wrap .cty-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .cty-editorial-wrap .cty-card p, .tc-wp-content-root .cty-editorial-wrap .cty-benefit-card p, .tc-wp-content-root .cty-editorial-wrap .cty-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .cty-editorial-wrap .cty-steps{
    gap: 18px;
  }.tc-wp-content-root .cty-editorial-wrap .cty-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .cty-editorial-wrap .cty-step-card::after{
    display: none;
  }.tc-wp-content-root .cty-editorial-wrap .cty-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .cty-editorial-wrap .cty-section{
    padding: 74px 0;
  }.tc-wp-content-root .cty-editorial-wrap .cty-container{
    padding: 0 30px;
  }.tc-wp-content-root .cty-editorial-wrap .cty-section-head{
    margin-bottom: 42px;
  }.tc-wp-content-root .cty-editorial-wrap .cty-kicker{
    font-size: 13px;
  }.tc-wp-content-root .cty-editorial-wrap .cty-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .cty-editorial-wrap .cty-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .cty-editorial-wrap .cty-grid-six, .tc-wp-content-root .cty-editorial-wrap .cty-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .cty-editorial-wrap .cty-card, .tc-wp-content-root .cty-editorial-wrap .cty-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .cty-editorial-wrap .cty-card h3, .tc-wp-content-root .cty-editorial-wrap .cty-benefit-card h3, .tc-wp-content-root .cty-editorial-wrap .cty-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .cty-editorial-wrap .cty-card p, .tc-wp-content-root .cty-editorial-wrap .cty-benefit-card p, .tc-wp-content-root .cty-editorial-wrap .cty-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .cty-editorial-wrap .cty-steps{
    gap: 20px;
  }.tc-wp-content-root .cty-editorial-wrap .cty-step-card{
    gap: 24px;
    padding: 28px;
  }.tc-wp-content-root .cty-editorial-wrap .cty-step-number{
    width: 70px;
    height: 70px;
    font-size: 20px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .cty-editorial-wrap .cty-section{
    padding: 92px 0;
  }.tc-wp-content-root .cty-editorial-wrap .cty-container{
    padding: 0 32px;
  }.tc-wp-content-root .cty-editorial-wrap .cty-section-head{
    margin-bottom: 48px;
  }.tc-wp-content-root .cty-editorial-wrap .cty-kicker{
    font-size: 13px;
  }.tc-wp-content-root .cty-editorial-wrap .cty-section-head h2{
    font-size: 44px;
  }.tc-wp-content-root .cty-editorial-wrap .cty-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .cty-editorial-wrap .cty-grid-six, .tc-wp-content-root .cty-editorial-wrap .cty-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .cty-editorial-wrap .cty-card, .tc-wp-content-root .cty-editorial-wrap .cty-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .cty-editorial-wrap .cty-card h3, .tc-wp-content-root .cty-editorial-wrap .cty-benefit-card h3, .tc-wp-content-root .cty-editorial-wrap .cty-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .cty-editorial-wrap .cty-card p, .tc-wp-content-root .cty-editorial-wrap .cty-benefit-card p, .tc-wp-content-root .cty-editorial-wrap .cty-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .cty-editorial-wrap .cty-steps{
    gap: 22px;
  }.tc-wp-content-root .cty-editorial-wrap .cty-step-card{
    gap: 28px;
    padding: 30px 34px;
  }.tc-wp-content-root .cty-editorial-wrap .cty-step-number{
    width: 76px;
    height: 76px;
    font-size: 21px;
  }}