@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 .bcpg-editorial{
  width: 100%;
  overflow-x: hidden;
  color: #182033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .bcpg-editorial, .tc-wp-content-root .bcpg-editorial section, .tc-wp-content-root .bcpg-editorial div, .tc-wp-content-root .bcpg-editorial article{
  box-sizing: border-box;
}.tc-wp-content-root .bcpg-editorial .bcpg-section{
  position: relative;
}.tc-wp-content-root .bcpg-editorial .bcpg-section-white{
  background: #ffffff;
}.tc-wp-content-root .bcpg-editorial .bcpg-section-soft{
  background: linear-gradient(180deg, #fbfaf7 0%, #f7f4ee 100%);
}.tc-wp-content-root .bcpg-editorial .bcpg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .bcpg-editorial .bcpg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .bcpg-editorial .bcpg-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 8px 14px;
  border: 1px solid rgba(112, 83, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(112, 83, 255, 0.09), rgba(0, 190, 168, 0.09));
  color: #5b42d6;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}.tc-wp-content-root .bcpg-editorial .bcpg-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #7053ff, #00bea8);
  box-shadow: 0 0 0 5px rgba(112, 83, 255, 0.1);
}.tc-wp-content-root .bcpg-editorial h2{
  margin: 0;
  color: #151a2d;
  font-weight: 820;
  letter-spacing: 0;
  line-height: 1.12;
}.tc-wp-content-root .bcpg-editorial .bcpg-section-head p{
  margin: 16px auto 0;
  max-width: 720px;
  color: #5e6678;
  line-height: 1.75;
}.tc-wp-content-root .bcpg-editorial .bcpg-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .bcpg-editorial .bcpg-card, .tc-wp-content-root .bcpg-editorial .bcpg-benefit-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(24, 32, 51, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(35, 42, 68, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .bcpg-editorial .bcpg-card::after, .tc-wp-content-root .bcpg-editorial .bcpg-benefit-card::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(112, 83, 255, 0.12), rgba(0, 190, 168, 0.12));
  opacity: 0;
  transition: opacity 260ms ease;
}.tc-wp-content-root .bcpg-editorial .bcpg-card:hover, .tc-wp-content-root .bcpg-editorial .bcpg-benefit-card:hover{
  transform: translateY(-6px);
  border-color: rgba(112, 83, 255, 0.24);
  box-shadow: 0 24px 58px rgba(35, 42, 68, 0.13);
}.tc-wp-content-root .bcpg-editorial .bcpg-card:hover::after, .tc-wp-content-root .bcpg-editorial .bcpg-benefit-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .bcpg-editorial .bcpg-icon{
  display: inline-block;
  position: relative;
  width: 46px;
  height: 46px;
  margin: 0 0 22px;
  border-radius: 16px;
  background: linear-gradient(135deg, #7053ff, #00bea8);
  box-shadow: 0 14px 28px rgba(86, 83, 255, 0.22);
  transition: transform 260ms ease;
}.tc-wp-content-root .bcpg-editorial .bcpg-card:hover .bcpg-icon{
  transform: translateY(-3px) rotate(-2deg);
}.tc-wp-content-root .bcpg-editorial .bcpg-icon::before, .tc-wp-content-root .bcpg-editorial .bcpg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.tc-wp-content-root .bcpg-editorial .bcpg-icon-spark::before{
  width: 18px;
  height: 18px;
  top: 14px;
  left: 14px;
  clip-path: polygon(50% 0, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0 50%, 38% 36%);
}.tc-wp-content-root .bcpg-editorial .bcpg-icon-balance::before{
  width: 24px;
  height: 4px;
  top: 15px;
  left: 11px;
  border-radius: 99px;
}.tc-wp-content-root .bcpg-editorial .bcpg-icon-balance::after{
  width: 18px;
  height: 12px;
  left: 14px;
  bottom: 11px;
  border-radius: 0 0 10px 10px;
}.tc-wp-content-root .bcpg-editorial .bcpg-icon-copy::before{
  width: 15px;
  height: 18px;
  top: 11px;
  left: 17px;
  border-radius: 4px;
  box-shadow: -5px 6px 0 rgba(255, 255, 255, 0.62);
}.tc-wp-content-root .bcpg-editorial .bcpg-icon-brand::before{
  width: 22px;
  height: 22px;
  top: 12px;
  left: 12px;
  border-radius: 50%;
}.tc-wp-content-root .bcpg-editorial .bcpg-icon-brand::after{
  width: 10px;
  height: 10px;
  top: 18px;
  left: 18px;
  border-radius: 50%;
  background: #7053ff;
}.tc-wp-content-root .bcpg-editorial .bcpg-icon-system::before{
  width: 24px;
  height: 24px;
  top: 11px;
  left: 11px;
  border-radius: 8px;
  background: repeating-linear-gradient(90deg, #ffffff 0 5px, rgba(255, 255, 255, 0.45) 5px 8px);
}.tc-wp-content-root .bcpg-editorial .bcpg-icon-polish::before{
  width: 24px;
  height: 24px;
  top: 11px;
  left: 11px;
  border-radius: 8px;
  transform: rotate(45deg);
}.tc-wp-content-root .bcpg-editorial h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #171c2f;
  font-weight: 780;
  letter-spacing: 0;
  line-height: 1.25;
}.tc-wp-content-root .bcpg-editorial .bcpg-card p, .tc-wp-content-root .bcpg-editorial .bcpg-benefit-card p, .tc-wp-content-root .bcpg-editorial .bcpg-step-card p{
  position: relative;
  z-index: 1;
  margin: 12px 0 0;
  color: #626a7c;
  line-height: 1.68;
}.tc-wp-content-root .bcpg-editorial .bcpg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .bcpg-editorial .bcpg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(24, 32, 51, 0.09);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(35, 42, 68, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .bcpg-editorial .bcpg-step-card::before{
  content: "";
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 28px;
  width: 2px;
  border-radius: 99px;
  background: linear-gradient(180deg, rgba(112, 83, 255, 0.22), rgba(0, 190, 168, 0.22));
}.tc-wp-content-root .bcpg-editorial .bcpg-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(0, 190, 168, 0.24);
  box-shadow: 0 24px 58px rgba(35, 42, 68, 0.12);
}.tc-wp-content-root .bcpg-editorial .bcpg-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: linear-gradient(135deg, #151a2d, #3b2cad 55%, #00bea8);
  color: #ffffff;
  font-weight: 840;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(59, 44, 173, 0.22);
}.tc-wp-content-root .bcpg-editorial .bcpg-step-content{
  min-width: 0;
}.tc-wp-content-root .bcpg-editorial .bcpg-pill{
  display: inline-flex;
  align-items: center;
  margin: 0 0 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(0, 190, 168, 0.1);
  color: #087a70;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .bcpg-editorial .bcpg-benefit-card{
  overflow: hidden;
}.tc-wp-content-root .bcpg-editorial .bcpg-benefit-mark{
  display: block;
  width: 54px;
  height: 8px;
  margin: 0 0 24px;
  border-radius: 999px;
  background: linear-gradient(90deg, #7053ff, #00bea8, #ffb84d);
  box-shadow: 0 12px 28px rgba(112, 83, 255, 0.18);
}.tc-wp-content-root .bcpg-editorial .bcpg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.tc-wp-content-root .bcpg-editorial .bcpg-reveal.bcpg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .bcpg-editorial .bcpg-section{
    padding: 54px 0;
  }.tc-wp-content-root .bcpg-editorial .bcpg-container{
    padding: 0 14px;
  }.tc-wp-content-root .bcpg-editorial h2{
    font-size: 28px;
  }.tc-wp-content-root .bcpg-editorial .bcpg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .bcpg-editorial .bcpg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .bcpg-editorial .bcpg-card, .tc-wp-content-root .bcpg-editorial .bcpg-benefit-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .bcpg-editorial h3{
    font-size: 18px;
  }.tc-wp-content-root .bcpg-editorial .bcpg-card p, .tc-wp-content-root .bcpg-editorial .bcpg-benefit-card p, .tc-wp-content-root .bcpg-editorial .bcpg-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .bcpg-editorial .bcpg-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .bcpg-editorial .bcpg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .bcpg-editorial .bcpg-step-card::before{
    display: none;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .bcpg-editorial .bcpg-section{
    padding: 60px 0;
  }.tc-wp-content-root .bcpg-editorial .bcpg-container{
    padding: 0 18px;
  }.tc-wp-content-root .bcpg-editorial h2{
    font-size: 31px;
  }.tc-wp-content-root .bcpg-editorial .bcpg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .bcpg-editorial .bcpg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .bcpg-editorial .bcpg-card, .tc-wp-content-root .bcpg-editorial .bcpg-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .bcpg-editorial h3{
    font-size: 19px;
  }.tc-wp-content-root .bcpg-editorial .bcpg-card p, .tc-wp-content-root .bcpg-editorial .bcpg-benefit-card p, .tc-wp-content-root .bcpg-editorial .bcpg-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .bcpg-editorial .bcpg-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .bcpg-editorial .bcpg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .bcpg-editorial .bcpg-step-card::before{
    display: none;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .bcpg-editorial .bcpg-section{
    padding: 66px 0;
  }.tc-wp-content-root .bcpg-editorial .bcpg-container{
    padding: 0 22px;
  }.tc-wp-content-root .bcpg-editorial h2{
    font-size: 34px;
  }.tc-wp-content-root .bcpg-editorial .bcpg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .bcpg-editorial .bcpg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .bcpg-editorial .bcpg-card, .tc-wp-content-root .bcpg-editorial .bcpg-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .bcpg-editorial h3{
    font-size: 20px;
  }.tc-wp-content-root .bcpg-editorial .bcpg-card p, .tc-wp-content-root .bcpg-editorial .bcpg-benefit-card p, .tc-wp-content-root .bcpg-editorial .bcpg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .bcpg-editorial .bcpg-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .bcpg-editorial .bcpg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .bcpg-editorial .bcpg-step-card::before{
    display: none;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .bcpg-editorial .bcpg-section{
    padding: 82px 0;
  }.tc-wp-content-root .bcpg-editorial .bcpg-container{
    padding: 0 30px;
  }.tc-wp-content-root .bcpg-editorial h2{
    font-size: 42px;
  }.tc-wp-content-root .bcpg-editorial .bcpg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .bcpg-editorial .bcpg-grid-six, .tc-wp-content-root .bcpg-editorial .bcpg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .bcpg-editorial .bcpg-card, .tc-wp-content-root .bcpg-editorial .bcpg-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .bcpg-editorial h3{
    font-size: 21px;
  }.tc-wp-content-root .bcpg-editorial .bcpg-card p, .tc-wp-content-root .bcpg-editorial .bcpg-benefit-card p, .tc-wp-content-root .bcpg-editorial .bcpg-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .bcpg-editorial .bcpg-steps{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .bcpg-editorial .bcpg-step-card{
    gap: 26px;
    padding: 30px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .bcpg-editorial .bcpg-section{
    padding: 96px 0;
  }.tc-wp-content-root .bcpg-editorial .bcpg-container{
    padding: 0 32px;
  }.tc-wp-content-root .bcpg-editorial h2{
    font-size: 48px;
  }.tc-wp-content-root .bcpg-editorial .bcpg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .bcpg-editorial .bcpg-grid-six, .tc-wp-content-root .bcpg-editorial .bcpg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 52px;
  }.tc-wp-content-root .bcpg-editorial .bcpg-card, .tc-wp-content-root .bcpg-editorial .bcpg-benefit-card{
    padding: 32px;
  }.tc-wp-content-root .bcpg-editorial h3{
    font-size: 22px;
  }.tc-wp-content-root .bcpg-editorial .bcpg-card p, .tc-wp-content-root .bcpg-editorial .bcpg-benefit-card p, .tc-wp-content-root .bcpg-editorial .bcpg-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .bcpg-editorial .bcpg-steps{
    gap: 24px;
    margin-top: 52px;
  }.tc-wp-content-root .bcpg-editorial .bcpg-step-card{
    gap: 30px;
    padding: 34px;
  }}