@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 .lwc-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #182033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}.tc-wp-content-root .lwc-editorial-wrap .lwc-section{
  position: relative;
}.tc-wp-content-root .lwc-editorial-wrap .lwc-section-white{
  background: #ffffff;
}.tc-wp-content-root .lwc-editorial-wrap .lwc-section-soft{
  background: #f7f9fc;
}.tc-wp-content-root .lwc-editorial-wrap .lwc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .lwc-editorial-wrap .lwc-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .lwc-editorial-wrap .lwc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 7px 14px;
  border: 1px solid rgba(54, 109, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(54, 109, 255, 0.1), rgba(0, 188, 166, 0.1));
  color: #2454d6;
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0.02em;
}.tc-wp-content-root .lwc-editorial-wrap .lwc-section-head h2{
  margin: 0;
  color: #101828;
  font-weight: 820;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .lwc-editorial-wrap .lwc-section-head p{
  margin: 16px auto 0;
  color: #526070;
  max-width: 690px;
}.tc-wp-content-root .lwc-editorial-wrap .lwc-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .lwc-editorial-wrap .lwc-card, .tc-wp-content-root .lwc-editorial-wrap .lwc-benefit-card, .tc-wp-content-root .lwc-editorial-wrap .lwc-step-card{
  position: relative;
  border: 1px solid rgba(20, 32, 50, 0.09);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(16, 24, 40, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .lwc-editorial-wrap .lwc-card{
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border-radius: 22px;
}.tc-wp-content-root .lwc-editorial-wrap .lwc-card::before, .tc-wp-content-root .lwc-editorial-wrap .lwc-benefit-card::before{
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(54, 109, 255, 0.13), rgba(0, 188, 166, 0.1));
  opacity: 0;
  transition: opacity 220ms ease;
}.tc-wp-content-root .lwc-editorial-wrap .lwc-card:hover, .tc-wp-content-root .lwc-editorial-wrap .lwc-benefit-card:hover, .tc-wp-content-root .lwc-editorial-wrap .lwc-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(54, 109, 255, 0.24);
  box-shadow: 0 24px 54px rgba(16, 24, 40, 0.13);
}.tc-wp-content-root .lwc-editorial-wrap .lwc-card:hover::before, .tc-wp-content-root .lwc-editorial-wrap .lwc-benefit-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .lwc-editorial-wrap .lwc-card h3, .tc-wp-content-root .lwc-editorial-wrap .lwc-benefit-card h3, .tc-wp-content-root .lwc-editorial-wrap .lwc-step-card h3{
  position: relative;
  margin: 0;
  color: #111827;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .lwc-editorial-wrap .lwc-card p, .tc-wp-content-root .lwc-editorial-wrap .lwc-benefit-card p, .tc-wp-content-root .lwc-editorial-wrap .lwc-step-card p{
  position: relative;
  margin: 10px 0 0;
  color: #596575;
  line-height: 1.68;
}.tc-wp-content-root .lwc-editorial-wrap .lwc-icon{
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #366dff, #00bca6);
  box-shadow: 0 12px 24px rgba(54, 109, 255, 0.22);
}.tc-wp-content-root .lwc-editorial-wrap .lwc-icon::before, .tc-wp-content-root .lwc-editorial-wrap .lwc-icon::after{
  position: absolute;
  content: "";
  background: #ffffff;
  opacity: 0.96;
}.tc-wp-content-root .lwc-editorial-wrap .lwc-icon-lines::before{
  left: 12px;
  top: 13px;
  width: 20px;
  height: 3px;
  border-radius: 99px;
  box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
}.tc-wp-content-root .lwc-editorial-wrap .lwc-icon-code::before{
  left: 12px;
  top: 15px;
  width: 8px;
  height: 8px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(45deg);
  background: transparent;
}.tc-wp-content-root .lwc-editorial-wrap .lwc-icon-code::after{
  right: 12px;
  top: 15px;
  width: 8px;
  height: 8px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
  background: transparent;
}.tc-wp-content-root .lwc-editorial-wrap .lwc-icon-target::before{
  inset: 11px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .lwc-editorial-wrap .lwc-icon-target::after{
  left: 19px;
  top: 19px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}.tc-wp-content-root .lwc-editorial-wrap .lwc-icon-clock::before{
  inset: 11px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .lwc-editorial-wrap .lwc-icon-clock::after{
  left: 21px;
  top: 14px;
  width: 3px;
  height: 12px;
  border-radius: 99px;
  transform-origin: bottom;
  transform: rotate(-35deg);
}.tc-wp-content-root .lwc-editorial-wrap .lwc-icon-doc::before{
  left: 13px;
  top: 10px;
  width: 18px;
  height: 24px;
  border-radius: 4px;
}.tc-wp-content-root .lwc-editorial-wrap .lwc-icon-doc::after{
  left: 17px;
  top: 18px;
  width: 10px;
  height: 2px;
  border-radius: 99px;
  background: #366dff;
  box-shadow: 0 6px 0 #366dff;
}.tc-wp-content-root .lwc-editorial-wrap .lwc-icon-check::before{
  left: 13px;
  top: 20px;
  width: 18px;
  height: 9px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  transform: rotate(-45deg);
  background: transparent;
}.tc-wp-content-root .lwc-editorial-wrap .lwc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .lwc-editorial-wrap .lwc-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border-radius: 24px;
  overflow: hidden;
}.tc-wp-content-root .lwc-editorial-wrap .lwc-step-card::after{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  content: "";
  background: linear-gradient(180deg, #366dff, #00bca6);
}.tc-wp-content-root .lwc-editorial-wrap .lwc-step-number{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #102a83, #1d7f72);
  color: #ffffff;
  font-weight: 850;
  box-shadow: 0 14px 28px rgba(54, 109, 255, 0.2);
}.tc-wp-content-root .lwc-editorial-wrap .lwc-step-content{
  min-width: 0;
}.tc-wp-content-root .lwc-editorial-wrap .lwc-badge{
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(0, 188, 166, 0.11);
  color: #087d72;
  font-size: 12px;
  font-weight: 780;
}.tc-wp-content-root .lwc-editorial-wrap .lwc-benefit-card{
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border-radius: 22px;
}.tc-wp-content-root .lwc-editorial-wrap .lwc-benefit-mark{
  position: relative;
  display: inline-flex;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(54, 109, 255, 0.14), rgba(0, 188, 166, 0.16));
}.tc-wp-content-root .lwc-editorial-wrap .lwc-benefit-mark::before{
  position: absolute;
  left: 12px;
  top: 12px;
  width: 14px;
  height: 8px;
  content: "";
  border-left: 3px solid #2454d6;
  border-bottom: 3px solid #2454d6;
  transform: rotate(-45deg);
}.tc-wp-content-root .lwc-editorial-wrap .lwc-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .lwc-editorial-wrap .lwc-reveal.lwc-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 220ms ease, border-color 220ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .lwc-editorial-wrap .lwc-section{
    padding: 54px 0;
  }.tc-wp-content-root .lwc-editorial-wrap .lwc-container{
    padding: 0 16px;
  }.tc-wp-content-root .lwc-editorial-wrap .lwc-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .lwc-editorial-wrap .lwc-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .lwc-editorial-wrap .lwc-card-grid, .tc-wp-content-root .lwc-editorial-wrap .lwc-steps{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .lwc-editorial-wrap .lwc-card, .tc-wp-content-root .lwc-editorial-wrap .lwc-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .lwc-editorial-wrap .lwc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .lwc-editorial-wrap .lwc-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }.tc-wp-content-root .lwc-editorial-wrap .lwc-card h3, .tc-wp-content-root .lwc-editorial-wrap .lwc-benefit-card h3, .tc-wp-content-root .lwc-editorial-wrap .lwc-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .lwc-editorial-wrap .lwc-card p, .tc-wp-content-root .lwc-editorial-wrap .lwc-benefit-card p, .tc-wp-content-root .lwc-editorial-wrap .lwc-step-card p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .lwc-editorial-wrap .lwc-section{
    padding: 60px 0;
  }.tc-wp-content-root .lwc-editorial-wrap .lwc-container{
    padding: 0 18px;
  }.tc-wp-content-root .lwc-editorial-wrap .lwc-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .lwc-editorial-wrap .lwc-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .lwc-editorial-wrap .lwc-card-grid, .tc-wp-content-root .lwc-editorial-wrap .lwc-steps{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .lwc-editorial-wrap .lwc-card, .tc-wp-content-root .lwc-editorial-wrap .lwc-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .lwc-editorial-wrap .lwc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .lwc-editorial-wrap .lwc-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }.tc-wp-content-root .lwc-editorial-wrap .lwc-card h3, .tc-wp-content-root .lwc-editorial-wrap .lwc-benefit-card h3, .tc-wp-content-root .lwc-editorial-wrap .lwc-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .lwc-editorial-wrap .lwc-card p, .tc-wp-content-root .lwc-editorial-wrap .lwc-benefit-card p, .tc-wp-content-root .lwc-editorial-wrap .lwc-step-card p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .lwc-editorial-wrap .lwc-section{
    padding: 68px 0;
  }.tc-wp-content-root .lwc-editorial-wrap .lwc-container{
    padding: 0 22px;
  }.tc-wp-content-root .lwc-editorial-wrap .lwc-section-head h2{
    font-size: 33px;
  }.tc-wp-content-root .lwc-editorial-wrap .lwc-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .lwc-editorial-wrap .lwc-card-grid, .tc-wp-content-root .lwc-editorial-wrap .lwc-steps{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .lwc-editorial-wrap .lwc-card, .tc-wp-content-root .lwc-editorial-wrap .lwc-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .lwc-editorial-wrap .lwc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .lwc-editorial-wrap .lwc-step-number{
    width: 60px;
    height: 60px;
    font-size: 20px;
  }.tc-wp-content-root .lwc-editorial-wrap .lwc-card h3, .tc-wp-content-root .lwc-editorial-wrap .lwc-benefit-card h3, .tc-wp-content-root .lwc-editorial-wrap .lwc-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .lwc-editorial-wrap .lwc-card p, .tc-wp-content-root .lwc-editorial-wrap .lwc-benefit-card p, .tc-wp-content-root .lwc-editorial-wrap .lwc-step-card p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .lwc-editorial-wrap .lwc-section{
    padding: 82px 0;
  }.tc-wp-content-root .lwc-editorial-wrap .lwc-container{
    padding: 0 30px;
  }.tc-wp-content-root .lwc-editorial-wrap .lwc-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .lwc-editorial-wrap .lwc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .lwc-editorial-wrap .lwc-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .lwc-editorial-wrap .lwc-benefit-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .lwc-editorial-wrap .lwc-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .lwc-editorial-wrap .lwc-card, .tc-wp-content-root .lwc-editorial-wrap .lwc-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .lwc-editorial-wrap .lwc-step-card{
    gap: 22px;
    padding: 28px 30px;
  }.tc-wp-content-root .lwc-editorial-wrap .lwc-step-number{
    width: 66px;
    height: 66px;
    font-size: 21px;
  }.tc-wp-content-root .lwc-editorial-wrap .lwc-card h3, .tc-wp-content-root .lwc-editorial-wrap .lwc-benefit-card h3, .tc-wp-content-root .lwc-editorial-wrap .lwc-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .lwc-editorial-wrap .lwc-card p, .tc-wp-content-root .lwc-editorial-wrap .lwc-benefit-card p, .tc-wp-content-root .lwc-editorial-wrap .lwc-step-card p{
    font-size: 15.5px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .lwc-editorial-wrap .lwc-section{
    padding: 96px 0;
  }.tc-wp-content-root .lwc-editorial-wrap .lwc-container{
    padding: 0 32px;
  }.tc-wp-content-root .lwc-editorial-wrap .lwc-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .lwc-editorial-wrap .lwc-section-head p{
    font-size: 17.5px;
  }.tc-wp-content-root .lwc-editorial-wrap .lwc-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .lwc-editorial-wrap .lwc-steps{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .lwc-editorial-wrap .lwc-card, .tc-wp-content-root .lwc-editorial-wrap .lwc-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .lwc-editorial-wrap .lwc-step-card{
    gap: 26px;
    padding: 32px 36px;
  }.tc-wp-content-root .lwc-editorial-wrap .lwc-step-number{
    width: 72px;
    height: 72px;
    font-size: 22px;
  }.tc-wp-content-root .lwc-editorial-wrap .lwc-card h3, .tc-wp-content-root .lwc-editorial-wrap .lwc-benefit-card h3, .tc-wp-content-root .lwc-editorial-wrap .lwc-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .lwc-editorial-wrap .lwc-card p, .tc-wp-content-root .lwc-editorial-wrap .lwc-benefit-card p, .tc-wp-content-root .lwc-editorial-wrap .lwc-step-card p{
    font-size: 16px;
  }}