@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 .jcc-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #182033;
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff;
}.tc-wp-content-root .jcc-editorial-wrap, .tc-wp-content-root .jcc-editorial-wrap div, .tc-wp-content-root .jcc-editorial-wrap section, .tc-wp-content-root .jcc-editorial-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .jcc-editorial-wrap .jcc-section{
  position: relative;
}.tc-wp-content-root .jcc-editorial-wrap .jcc-section-white{
  background: #ffffff;
}.tc-wp-content-root .jcc-editorial-wrap .jcc-section-soft{
  background: linear-gradient(180deg, #fbfcff 0%, #f5f8fc 100%);
}.tc-wp-content-root .jcc-editorial-wrap .jcc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .jcc-editorial-wrap .jcc-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .jcc-editorial-wrap .jcc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(43, 112, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(43, 112, 255, 0.09), rgba(0, 191, 166, 0.09));
  color: #2659c7;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .jcc-editorial-wrap .jcc-section-head h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .jcc-editorial-wrap .jcc-section-head p{
  margin: 14px auto 0;
  color: #5b6475;
  line-height: 1.75;
}.tc-wp-content-root .jcc-editorial-wrap .jcc-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .jcc-editorial-wrap .jcc-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(24, 32, 51, 0.09);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(43, 112, 255, 0.24), rgba(0, 191, 166, 0.18)) border-box;
  box-shadow: 0 18px 45px rgba(23, 37, 84, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .jcc-editorial-wrap .jcc-card::after{
  content: "";
  position: absolute;
  inset: auto 20px 0 20px;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #2b70ff, #00bfa6);
  opacity: 0;
  transition: opacity 220ms ease;
}.tc-wp-content-root .jcc-editorial-wrap .jcc-card:hover{
  transform: translateY(-5px);
  border-color: rgba(43, 112, 255, 0.24);
  box-shadow: 0 24px 58px rgba(23, 37, 84, 0.13);
}.tc-wp-content-root .jcc-editorial-wrap .jcc-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .jcc-editorial-wrap .jcc-card h3, .tc-wp-content-root .jcc-editorial-wrap .jcc-step-content h3{
  margin: 0;
  color: #141b2d;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
}.tc-wp-content-root .jcc-editorial-wrap .jcc-card p, .tc-wp-content-root .jcc-editorial-wrap .jcc-step-content p{
  margin: 10px 0 0;
  color: #5c6678;
  line-height: 1.7;
}.tc-wp-content-root .jcc-editorial-wrap .jcc-icon{
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #2b70ff, #00bfa6);
  box-shadow: 0 12px 26px rgba(43, 112, 255, 0.22);
  position: relative;
}.tc-wp-content-root .jcc-editorial-wrap .jcc-icon::before, .tc-wp-content-root .jcc-editorial-wrap .jcc-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
  opacity: 0.96;
}.tc-wp-content-root .jcc-editorial-wrap .jcc-icon-count::before{
  width: 22px;
  height: 3px;
  left: 13px;
  top: 15px;
  border-radius: 999px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.tc-wp-content-root .jcc-editorial-wrap .jcc-icon-limit::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .jcc-editorial-wrap .jcc-icon-limit::after{
  width: 16px;
  height: 3px;
  left: 16px;
  top: 23px;
  border-radius: 999px;
}.tc-wp-content-root .jcc-editorial-wrap .jcc-icon-code::before{
  width: 12px;
  height: 12px;
  left: 11px;
  top: 18px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(45deg);
  background: transparent;
}.tc-wp-content-root .jcc-editorial-wrap .jcc-icon-code::after{
  width: 12px;
  height: 12px;
  right: 11px;
  top: 18px;
  border-right: 3px solid #ffffff;
  border-top: 3px solid #ffffff;
  transform: rotate(45deg);
  background: transparent;
}.tc-wp-content-root .jcc-editorial-wrap .jcc-icon-copy::before{
  width: 18px;
  height: 22px;
  left: 17px;
  top: 13px;
  border: 3px solid #ffffff;
  border-radius: 5px;
  background: transparent;
}.tc-wp-content-root .jcc-editorial-wrap .jcc-icon-copy::after{
  width: 16px;
  height: 20px;
  left: 12px;
  top: 10px;
  border: 3px solid rgba(255, 255, 255, 0.78);
  border-radius: 5px;
  background: transparent;
}.tc-wp-content-root .jcc-editorial-wrap .jcc-icon-speed::before{
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .jcc-editorial-wrap .jcc-icon-speed::after{
  width: 12px;
  height: 3px;
  left: 24px;
  top: 23px;
  border-radius: 999px;
  transform: rotate(-28deg);
}.tc-wp-content-root .jcc-editorial-wrap .jcc-icon-device::before{
  width: 18px;
  height: 27px;
  left: 15px;
  top: 10px;
  border: 3px solid #ffffff;
  border-radius: 6px;
  background: transparent;
}.tc-wp-content-root .jcc-editorial-wrap .jcc-icon-device::after{
  width: 4px;
  height: 4px;
  left: 22px;
  bottom: 14px;
  border-radius: 50%;
}.tc-wp-content-root .jcc-editorial-wrap .jcc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .jcc-editorial-wrap .jcc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border: 1px solid rgba(24, 32, 51, 0.09);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(23, 37, 84, 0.08);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease;
}.tc-wp-content-root .jcc-editorial-wrap .jcc-step-card::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #2b70ff, #00bfa6);
}.tc-wp-content-root .jcc-editorial-wrap .jcc-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(23, 37, 84, 0.13);
}.tc-wp-content-root .jcc-editorial-wrap .jcc-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #2b70ff, #00bfa6);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 14px 28px rgba(43, 112, 255, 0.24);
}.tc-wp-content-root .jcc-editorial-wrap .jcc-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(43, 112, 255, 0.09);
  color: #2659c7;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .jcc-editorial-wrap .jcc-trust-card{
  background:
    radial-gradient(circle at top right, rgba(0, 191, 166, 0.12), transparent 34%),
    #ffffff;
}.tc-wp-content-root .jcc-editorial-wrap .jcc-trust-mark{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2b70ff, #00bfa6);
  position: relative;
}.tc-wp-content-root .jcc-editorial-wrap .jcc-trust-mark::before{
  content: "";
  position: absolute;
  width: 16px;
  height: 9px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .jcc-editorial-wrap .jcc-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .jcc-editorial-wrap .jcc-reveal.jcc-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 .jcc-editorial-wrap .jcc-section{
    padding: 46px 0;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-container{
    padding: 0 14px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-section-head{
    margin-bottom: 26px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-kicker{
    font-size: 11px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-section-head h2{
    font-size: 24px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-card{
    padding: 22px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-card h3, .tc-wp-content-root .jcc-editorial-wrap .jcc-step-content h3{
    font-size: 17px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-card p, .tc-wp-content-root .jcc-editorial-wrap .jcc-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-steps{
    gap: 16px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-step-card{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-step-number{
    width: 52px;
    height: 52px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .jcc-editorial-wrap .jcc-section{
    padding: 52px 0;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-container{
    padding: 0 18px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-section-head{
    margin-bottom: 30px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-kicker{
    font-size: 12px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-section-head h2{
    font-size: 27px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-card{
    padding: 24px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-card h3, .tc-wp-content-root .jcc-editorial-wrap .jcc-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-card p, .tc-wp-content-root .jcc-editorial-wrap .jcc-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-steps{
    gap: 18px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-step-card{
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 24px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-step-number{
    width: 56px;
    height: 56px;
    font-size: 17px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .jcc-editorial-wrap .jcc-section{
    padding: 58px 0;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-container{
    padding: 0 22px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-kicker{
    font-size: 12px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-section-head h2{
    font-size: 31px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-card{
    padding: 26px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-card h3, .tc-wp-content-root .jcc-editorial-wrap .jcc-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-card p, .tc-wp-content-root .jcc-editorial-wrap .jcc-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-steps{
    gap: 20px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .jcc-editorial-wrap .jcc-section{
    padding: 74px 0;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-container{
    padding: 0 30px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-section-head{
    margin-bottom: 42px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-kicker{
    font-size: 12px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-section-head p{
    font-size: 16.5px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-card-grid{
    gap: 22px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-grid-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-card{
    padding: 28px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-card h3, .tc-wp-content-root .jcc-editorial-wrap .jcc-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-card p, .tc-wp-content-root .jcc-editorial-wrap .jcc-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-steps{
    gap: 22px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .jcc-editorial-wrap .jcc-section{
    padding: 92px 0;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-container{
    padding: 0 32px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-section-head{
    margin-bottom: 48px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-kicker{
    font-size: 12px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-section-head h2{
    font-size: 44px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-card-grid{
    gap: 24px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-card{
    padding: 30px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-card h3, .tc-wp-content-root .jcc-editorial-wrap .jcc-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-card p, .tc-wp-content-root .jcc-editorial-wrap .jcc-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-steps{
    gap: 24px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-step-card{
    gap: 26px;
    padding: 34px 38px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }}