@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 .wcpb-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #182033;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .wcpb-editorial-wrap, .tc-wp-content-root .wcpb-editorial-wrap div, .tc-wp-content-root .wcpb-editorial-wrap section, .tc-wp-content-root .wcpb-editorial-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .wcpb-editorial-wrap .wcpb-section{
  position: relative;
}.tc-wp-content-root .wcpb-editorial-wrap .wcpb-section-white{
  background: #ffffff;
}.tc-wp-content-root .wcpb-editorial-wrap .wcpb-section-soft{
  background: linear-gradient(180deg, #f8fafc 0%, #f4f7fb 100%);
}.tc-wp-content-root .wcpb-editorial-wrap .wcpb-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .wcpb-editorial-wrap .wcpb-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .wcpb-editorial-wrap .wcpb-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 7px 13px;
  border: 1px solid rgba(67, 97, 238, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(67, 97, 238, 0.1), rgba(0, 180, 216, 0.1));
  color: #3651d4;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}.tc-wp-content-root .wcpb-editorial-wrap .wcpb-section-head h2{
  margin: 18px 0 0;
  color: #121827;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0;
}.tc-wp-content-root .wcpb-editorial-wrap .wcpb-section-head p{
  margin: 16px auto 0;
  color: #5d6678;
  line-height: 1.72;
  letter-spacing: 0;
}.tc-wp-content-root .wcpb-editorial-wrap .wcpb-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .wcpb-editorial-wrap .wcpb-card, .tc-wp-content-root .wcpb-editorial-wrap .wcpb-benefit-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(132, 146, 166, 0.18);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .wcpb-editorial-wrap .wcpb-card::before, .tc-wp-content-root .wcpb-editorial-wrap .wcpb-benefit-card::before{
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(67, 97, 238, 0.12), rgba(0, 180, 216, 0.08), rgba(255, 190, 11, 0.08));
  opacity: 0;
  content: "";
  pointer-events: none;
  transition: opacity 220ms ease;
}.tc-wp-content-root .wcpb-editorial-wrap .wcpb-card:hover, .tc-wp-content-root .wcpb-editorial-wrap .wcpb-benefit-card:hover{
  transform: translateY(-5px);
  border-color: rgba(67, 97, 238, 0.26);
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.11);
}.tc-wp-content-root .wcpb-editorial-wrap .wcpb-card:hover::before, .tc-wp-content-root .wcpb-editorial-wrap .wcpb-benefit-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .wcpb-editorial-wrap .wcpb-card h3, .tc-wp-content-root .wcpb-editorial-wrap .wcpb-benefit-card h3, .tc-wp-content-root .wcpb-editorial-wrap .wcpb-step-card h3{
  position: relative;
  margin: 0;
  color: #151c2f;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .wcpb-editorial-wrap .wcpb-card p, .tc-wp-content-root .wcpb-editorial-wrap .wcpb-benefit-card p, .tc-wp-content-root .wcpb-editorial-wrap .wcpb-step-card p{
  position: relative;
  margin: 10px 0 0;
  color: #5c6678;
  line-height: 1.68;
  letter-spacing: 0;
}.tc-wp-content-root .wcpb-editorial-wrap .wcpb-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #4361ee, #00b4d8);
  box-shadow: 0 12px 26px rgba(67, 97, 238, 0.25);
  transition: transform 220ms ease;
}.tc-wp-content-root .wcpb-editorial-wrap .wcpb-card:hover .wcpb-icon{
  transform: translateY(-2px) rotate(-3deg);
}.tc-wp-content-root .wcpb-editorial-wrap .wcpb-icon::before, .tc-wp-content-root .wcpb-editorial-wrap .wcpb-icon::after{
  position: absolute;
  content: "";
}.tc-wp-content-root .wcpb-editorial-wrap .wcpb-icon-gradient::before{
  inset: 13px;
  border-radius: 50%;
  background: conic-gradient(from 120deg, #ffffff, rgba(255, 255, 255, 0.4), #ffffff);
}.tc-wp-content-root .wcpb-editorial-wrap .wcpb-icon-contrast::before{
  top: 12px;
  left: 12px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(90deg, #ffffff 50%, rgba(18, 24, 39, 0.32) 50%);
}.tc-wp-content-root .wcpb-editorial-wrap .wcpb-icon-brand::before{
  top: 13px;
  left: 13px;
  width: 22px;
  height: 22px;
  border: 3px solid #ffffff;
  border-radius: 8px;
}.tc-wp-content-root .wcpb-editorial-wrap .wcpb-icon-speed::before{
  top: 12px;
  left: 15px;
  width: 18px;
  height: 24px;
  border-radius: 12px 12px 5px 5px;
  background: #ffffff;
  transform: skewX(-12deg);
}.tc-wp-content-root .wcpb-editorial-wrap .wcpb-icon-layout::before{
  inset: 12px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}.tc-wp-content-root .wcpb-editorial-wrap .wcpb-icon-layout::after{
  top: 22px;
  left: 13px;
  width: 22px;
  height: 2px;
  background: #ffffff;
}.tc-wp-content-root .wcpb-editorial-wrap .wcpb-icon-copy::before{
  top: 11px;
  left: 16px;
  width: 17px;
  height: 22px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}.tc-wp-content-root .wcpb-editorial-wrap .wcpb-icon-copy::after{
  top: 16px;
  left: 11px;
  width: 17px;
  height: 22px;
  border: 2px solid rgba(255, 255, 255, 0.68);
  border-radius: 5px;
}.tc-wp-content-root .wcpb-editorial-wrap .wcpb-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .wcpb-editorial-wrap .wcpb-step-card{
  position: relative;
  display: grid;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(67, 97, 238, 0.16);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #f9fbff 100%);
  box-shadow: 0 20px 54px rgba(15, 23, 42, 0.075);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .wcpb-editorial-wrap .wcpb-step-card::after{
  position: absolute;
  top: 18px;
  right: 20px;
  width: 78px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #4361ee, #00b4d8, #ffbe0b);
  opacity: 0.4;
  content: "";
}.tc-wp-content-root .wcpb-editorial-wrap .wcpb-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(67, 97, 238, 0.3);
  box-shadow: 0 26px 62px rgba(15, 23, 42, 0.11);
}.tc-wp-content-root .wcpb-editorial-wrap .wcpb-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #121827, #4361ee);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(67, 97, 238, 0.24);
}.tc-wp-content-root .wcpb-editorial-wrap .wcpb-use-card{
  overflow: hidden;
}.tc-wp-content-root .wcpb-editorial-wrap .wcpb-mini-badge{
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(0, 180, 216, 0.1);
  color: #167b98;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}.tc-wp-content-root .wcpb-editorial-wrap .wcpb-benefit-card{
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}.tc-wp-content-root .wcpb-editorial-wrap .wcpb-benefit-mark{
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(67, 97, 238, 0.12), rgba(0, 180, 216, 0.15));
}.tc-wp-content-root .wcpb-editorial-wrap .wcpb-benefit-mark::before{
  position: absolute;
  top: 13px;
  left: 12px;
  width: 18px;
  height: 10px;
  border-bottom: 3px solid #3651d4;
  border-left: 3px solid #3651d4;
  content: "";
  transform: rotate(-45deg);
}.tc-wp-content-root .wcpb-editorial-wrap .wcpb-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.tc-wp-content-root .wcpb-editorial-wrap .wcpb-reveal.wcpb-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .wcpb-editorial-wrap .wcpb-section{
    padding: 54px 0;
  }.tc-wp-content-root .wcpb-editorial-wrap .wcpb-container{
    padding: 0 14px;
  }.tc-wp-content-root .wcpb-editorial-wrap .wcpb-section-head h2{
    font-size: 25px;
  }.tc-wp-content-root .wcpb-editorial-wrap .wcpb-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .wcpb-editorial-wrap .wcpb-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 32px;
  }.tc-wp-content-root .wcpb-editorial-wrap .wcpb-card, .tc-wp-content-root .wcpb-editorial-wrap .wcpb-benefit-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .wcpb-editorial-wrap .wcpb-card h3, .tc-wp-content-root .wcpb-editorial-wrap .wcpb-benefit-card h3, .tc-wp-content-root .wcpb-editorial-wrap .wcpb-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .wcpb-editorial-wrap .wcpb-card p, .tc-wp-content-root .wcpb-editorial-wrap .wcpb-benefit-card p, .tc-wp-content-root .wcpb-editorial-wrap .wcpb-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .wcpb-editorial-wrap .wcpb-step-list{
    gap: 16px;
    margin-top: 32px;
  }.tc-wp-content-root .wcpb-editorial-wrap .wcpb-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
  }.tc-wp-content-root .wcpb-editorial-wrap .wcpb-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .wcpb-editorial-wrap .wcpb-section{
    padding: 60px 0;
  }.tc-wp-content-root .wcpb-editorial-wrap .wcpb-container{
    padding: 0 18px;
  }.tc-wp-content-root .wcpb-editorial-wrap .wcpb-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .wcpb-editorial-wrap .wcpb-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .wcpb-editorial-wrap .wcpb-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .wcpb-editorial-wrap .wcpb-card, .tc-wp-content-root .wcpb-editorial-wrap .wcpb-benefit-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .wcpb-editorial-wrap .wcpb-card h3, .tc-wp-content-root .wcpb-editorial-wrap .wcpb-benefit-card h3, .tc-wp-content-root .wcpb-editorial-wrap .wcpb-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .wcpb-editorial-wrap .wcpb-card p, .tc-wp-content-root .wcpb-editorial-wrap .wcpb-benefit-card p, .tc-wp-content-root .wcpb-editorial-wrap .wcpb-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .wcpb-editorial-wrap .wcpb-step-list{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .wcpb-editorial-wrap .wcpb-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .wcpb-editorial-wrap .wcpb-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .wcpb-editorial-wrap .wcpb-section{
    padding: 66px 0;
  }.tc-wp-content-root .wcpb-editorial-wrap .wcpb-container{
    padding: 0 22px;
  }.tc-wp-content-root .wcpb-editorial-wrap .wcpb-section-head h2{
    font-size: 31px;
  }.tc-wp-content-root .wcpb-editorial-wrap .wcpb-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .wcpb-editorial-wrap .wcpb-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .wcpb-editorial-wrap .wcpb-card, .tc-wp-content-root .wcpb-editorial-wrap .wcpb-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .wcpb-editorial-wrap .wcpb-card h3, .tc-wp-content-root .wcpb-editorial-wrap .wcpb-benefit-card h3, .tc-wp-content-root .wcpb-editorial-wrap .wcpb-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .wcpb-editorial-wrap .wcpb-card p, .tc-wp-content-root .wcpb-editorial-wrap .wcpb-benefit-card p, .tc-wp-content-root .wcpb-editorial-wrap .wcpb-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .wcpb-editorial-wrap .wcpb-step-list{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .wcpb-editorial-wrap .wcpb-step-card{
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 26px;
  }.tc-wp-content-root .wcpb-editorial-wrap .wcpb-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .wcpb-editorial-wrap .wcpb-section{
    padding: 78px 0;
  }.tc-wp-content-root .wcpb-editorial-wrap .wcpb-container{
    padding: 0 28px;
  }.tc-wp-content-root .wcpb-editorial-wrap .wcpb-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .wcpb-editorial-wrap .wcpb-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .wcpb-editorial-wrap .wcpb-card-grid{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .wcpb-editorial-wrap .wcpb-grid-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .wcpb-editorial-wrap .wcpb-card, .tc-wp-content-root .wcpb-editorial-wrap .wcpb-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .wcpb-editorial-wrap .wcpb-card h3, .tc-wp-content-root .wcpb-editorial-wrap .wcpb-benefit-card h3, .tc-wp-content-root .wcpb-editorial-wrap .wcpb-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .wcpb-editorial-wrap .wcpb-card p, .tc-wp-content-root .wcpb-editorial-wrap .wcpb-benefit-card p, .tc-wp-content-root .wcpb-editorial-wrap .wcpb-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .wcpb-editorial-wrap .wcpb-step-list{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .wcpb-editorial-wrap .wcpb-step-card{
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .wcpb-editorial-wrap .wcpb-step-number{
    width: 70px;
    height: 70px;
    font-size: 20px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .wcpb-editorial-wrap .wcpb-section{
    padding: 96px 0;
  }.tc-wp-content-root .wcpb-editorial-wrap .wcpb-container{
    padding: 0 32px;
  }.tc-wp-content-root .wcpb-editorial-wrap .wcpb-section-head h2{
    font-size: 44px;
  }.tc-wp-content-root .wcpb-editorial-wrap .wcpb-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .wcpb-editorial-wrap .wcpb-card-grid{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .wcpb-editorial-wrap .wcpb-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .wcpb-editorial-wrap .wcpb-card, .tc-wp-content-root .wcpb-editorial-wrap .wcpb-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .wcpb-editorial-wrap .wcpb-card h3, .tc-wp-content-root .wcpb-editorial-wrap .wcpb-benefit-card h3, .tc-wp-content-root .wcpb-editorial-wrap .wcpb-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .wcpb-editorial-wrap .wcpb-card p, .tc-wp-content-root .wcpb-editorial-wrap .wcpb-benefit-card p, .tc-wp-content-root .wcpb-editorial-wrap .wcpb-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .wcpb-editorial-wrap .wcpb-step-list{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .wcpb-editorial-wrap .wcpb-step-card{
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .wcpb-editorial-wrap .wcpb-step-number{
    width: 76px;
    height: 76px;
    font-size: 21px;
  }}

.tc-wp-content-root .wcpb-step-content {}