@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 .dsv-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.tc-wp-content-root .dsv-content-wrap, .tc-wp-content-root .dsv-content-wrap div, .tc-wp-content-root .dsv-content-wrap section, .tc-wp-content-root .dsv-content-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .dsv-content-wrap .dsv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .dsv-content-wrap .dsv-section-white{
  background: #ffffff;
}.tc-wp-content-root .dsv-content-wrap .dsv-section-soft{
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 252, 0, 0.16), transparent 28%),
    radial-gradient(circle at 85% 12%, rgba(0, 209, 255, 0.12), transparent 30%),
    #f8fafc;
}.tc-wp-content-root .dsv-content-wrap .dsv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .dsv-content-wrap .dsv-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .dsv-content-wrap .dsv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 214, 0, 0.45);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 252, 0, 0.24), rgba(0, 209, 255, 0.12));
  color: #4f4300;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.tc-wp-content-root .dsv-content-wrap .dsv-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffdf00, #00c8ff);
  box-shadow: 0 0 0 5px rgba(255, 223, 0, 0.15);
}.tc-wp-content-root .dsv-content-wrap h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .dsv-content-wrap .dsv-section-head p{
  margin: 16px auto 0;
  color: #5d687a;
  font-weight: 450;
}.tc-wp-content-root .dsv-content-wrap .dsv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .dsv-content-wrap .dsv-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(20, 30, 50, 0.09);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    #ffffff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .dsv-content-wrap .dsv-card::after{
  content: "";
  position: absolute;
  inset: auto 18px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #ffdf00, #35d5ff, #8d7bff);
  opacity: 0.72;
  transform: scaleX(0.5);
  transform-origin: center;
  transition: transform 240ms ease, opacity 240ms ease;
}.tc-wp-content-root .dsv-content-wrap .dsv-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 210, 0, 0.42);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}.tc-wp-content-root .dsv-content-wrap .dsv-card:hover::after{
  opacity: 1;
  transform: scaleX(1);
}.tc-wp-content-root .dsv-content-wrap h3{
  margin: 0;
  color: #152033;
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: 0;
}.tc-wp-content-root .dsv-content-wrap .dsv-card p, .tc-wp-content-root .dsv-content-wrap .dsv-step p{
  margin: 10px 0 0;
  color: #657185;
  font-weight: 430;
}.tc-wp-content-root .dsv-content-wrap .dsv-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 216, 0, 0.42);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 252, 0, 0.34), rgba(0, 209, 255, 0.16)),
    #ffffff;
  box-shadow: 0 12px 28px rgba(255, 210, 0, 0.18);
  transition: transform 240ms ease;
}.tc-wp-content-root .dsv-content-wrap .dsv-card:hover .dsv-icon{
  transform: translateY(-2px) rotate(-2deg);
}.tc-wp-content-root .dsv-content-wrap .dsv-icon::before, .tc-wp-content-root .dsv-content-wrap .dsv-icon::after{
  content: "";
  position: absolute;
  border-radius: 999px;
}.tc-wp-content-root .dsv-content-wrap .dsv-icon-window::before{
  inset: 13px 10px 11px;
  border: 2px solid #172033;
  border-top-width: 6px;
  border-radius: 7px;
}.tc-wp-content-root .dsv-content-wrap .dsv-icon-bolt::before{
  left: 18px;
  top: 9px;
  width: 10px;
  height: 27px;
  background: #172033;
  clip-path: polygon(56% 0, 100% 0, 66% 42%, 100% 42%, 31% 100%, 44% 55%, 0 55%);
}.tc-wp-content-root .dsv-content-wrap .dsv-icon-frame::before{
  inset: 11px;
  border: 2px solid #172033;
  border-radius: 9px;
}.tc-wp-content-root .dsv-content-wrap .dsv-icon-frame::after{
  right: 13px;
  bottom: 13px;
  width: 12px;
  height: 12px;
  background: linear-gradient(135deg, #ffdf00, #00c8ff);
}.tc-wp-content-root .dsv-content-wrap .dsv-icon-path::before{
  left: 11px;
  top: 21px;
  width: 24px;
  height: 3px;
  background: #172033;
}.tc-wp-content-root .dsv-content-wrap .dsv-icon-path::after{
  right: 10px;
  top: 17px;
  width: 11px;
  height: 11px;
  border-top: 3px solid #172033;
  border-right: 3px solid #172033;
  border-radius: 2px;
  transform: rotate(45deg);
}.tc-wp-content-root .dsv-content-wrap .dsv-icon-device::before{
  left: 14px;
  top: 8px;
  width: 18px;
  height: 30px;
  border: 2px solid #172033;
  border-radius: 8px;
}.tc-wp-content-root .dsv-content-wrap .dsv-icon-device::after{
  left: 21px;
  bottom: 11px;
  width: 4px;
  height: 4px;
  background: #172033;
}.tc-wp-content-root .dsv-content-wrap .dsv-icon-daily::before{
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border: 2px solid #172033;
}.tc-wp-content-root .dsv-content-wrap .dsv-icon-daily::after{
  left: 20px;
  top: 20px;
  width: 6px;
  height: 6px;
  background: #00bce6;
}.tc-wp-content-root .dsv-content-wrap .dsv-icon-lock::before{
  left: 13px;
  top: 20px;
  width: 20px;
  height: 16px;
  background: #172033;
  border-radius: 6px;
}.tc-wp-content-root .dsv-content-wrap .dsv-icon-lock::after{
  left: 17px;
  top: 10px;
  width: 12px;
  height: 14px;
  border: 3px solid #172033;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}.tc-wp-content-root .dsv-content-wrap .dsv-icon-speed::before{
  left: 10px;
  top: 15px;
  width: 26px;
  height: 18px;
  border: 3px solid #172033;
  border-bottom: 0;
  border-radius: 26px 26px 0 0;
}.tc-wp-content-root .dsv-content-wrap .dsv-icon-speed::after{
  left: 23px;
  top: 24px;
  width: 12px;
  height: 3px;
  background: #172033;
  transform: rotate(-35deg);
  transform-origin: left center;
}.tc-wp-content-root .dsv-content-wrap .dsv-icon-shield::before{
  left: 12px;
  top: 9px;
  width: 22px;
  height: 27px;
  background: #172033;
  clip-path: polygon(50% 0, 91% 14%, 84% 70%, 50% 100%, 16% 70%, 9% 14%);
}.tc-wp-content-root .dsv-content-wrap .dsv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .dsv-content-wrap .dsv-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(20, 30, 50, 0.09);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.9)),
    #ffffff;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .dsv-content-wrap .dsv-step::before{
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 4px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #ffdf00, #00c8ff);
}.tc-wp-content-root .dsv-content-wrap .dsv-step:hover{
  transform: translateY(-4px);
  border-color: rgba(0, 200, 255, 0.28);
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.12);
}.tc-wp-content-root .dsv-content-wrap .dsv-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #fff200, #35d5ff);
  color: #111827;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(0, 200, 255, 0.18);
}.tc-wp-content-root .dsv-content-wrap .dsv-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border: 1px solid rgba(0, 200, 255, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 252, 0, 0.19), rgba(0, 209, 255, 0.12));
  color: #256070;
  font-size: 12px;
  font-weight: 800;
}.tc-wp-content-root .dsv-content-wrap .dsv-trust-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.95)),
    #ffffff;
}.tc-wp-content-root .dsv-content-wrap .dsv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .dsv-content-wrap .dsv-reveal.dsv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 240ms ease, border-color 240ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .dsv-content-wrap .dsv-section{
    padding: 46px 0;
  }.tc-wp-content-root .dsv-content-wrap .dsv-container{
    padding: 0 14px;
  }.tc-wp-content-root .dsv-content-wrap h2{
    font-size: 26px;
  }.tc-wp-content-root .dsv-content-wrap .dsv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .dsv-content-wrap .dsv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .dsv-content-wrap .dsv-card{
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .dsv-content-wrap h3{
    font-size: 18px;
  }.tc-wp-content-root .dsv-content-wrap .dsv-card p, .tc-wp-content-root .dsv-content-wrap .dsv-step p{
    font-size: 14px;
  }.tc-wp-content-root .dsv-content-wrap .dsv-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .dsv-content-wrap .dsv-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .dsv-content-wrap .dsv-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .dsv-content-wrap .dsv-section{
    padding: 52px 0;
  }.tc-wp-content-root .dsv-content-wrap .dsv-container{
    padding: 0 18px;
  }.tc-wp-content-root .dsv-content-wrap h2{
    font-size: 29px;
  }.tc-wp-content-root .dsv-content-wrap .dsv-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .dsv-content-wrap .dsv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .dsv-content-wrap .dsv-card{
    padding: 24px;
  }.tc-wp-content-root .dsv-content-wrap h3{
    font-size: 19px;
  }.tc-wp-content-root .dsv-content-wrap .dsv-card p, .tc-wp-content-root .dsv-content-wrap .dsv-step p{
    font-size: 14.5px;
  }.tc-wp-content-root .dsv-content-wrap .dsv-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .dsv-content-wrap .dsv-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .dsv-content-wrap .dsv-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .dsv-content-wrap .dsv-section{
    padding: 58px 0;
  }.tc-wp-content-root .dsv-content-wrap .dsv-container{
    padding: 0 22px;
  }.tc-wp-content-root .dsv-content-wrap h2{
    font-size: 32px;
  }.tc-wp-content-root .dsv-content-wrap .dsv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .dsv-content-wrap .dsv-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .dsv-content-wrap .dsv-card{
    padding: 26px;
  }.tc-wp-content-root .dsv-content-wrap h3{
    font-size: 20px;
  }.tc-wp-content-root .dsv-content-wrap .dsv-card p, .tc-wp-content-root .dsv-content-wrap .dsv-step p{
    font-size: 15px;
  }.tc-wp-content-root .dsv-content-wrap .dsv-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .dsv-content-wrap .dsv-step{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 26px;
  }.tc-wp-content-root .dsv-content-wrap .dsv-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .dsv-content-wrap .dsv-section{
    padding: 74px 0;
  }.tc-wp-content-root .dsv-content-wrap .dsv-container{
    padding: 0 30px;
  }.tc-wp-content-root .dsv-content-wrap h2{
    font-size: 40px;
  }.tc-wp-content-root .dsv-content-wrap .dsv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .dsv-content-wrap .dsv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .dsv-content-wrap .dsv-card{
    padding: 28px;
  }.tc-wp-content-root .dsv-content-wrap h3{
    font-size: 20px;
  }.tc-wp-content-root .dsv-content-wrap .dsv-card p, .tc-wp-content-root .dsv-content-wrap .dsv-step p{
    font-size: 15.5px;
  }.tc-wp-content-root .dsv-content-wrap .dsv-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .dsv-content-wrap .dsv-step{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .dsv-content-wrap .dsv-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }.tc-wp-content-root .dsv-content-wrap .dsv-grid-three .dsv-card:last-child{
    grid-column: span 2;
  }}@media (min-width: 1024px) {.tc-wp-content-root .dsv-content-wrap .dsv-section{
    padding: 92px 0;
  }.tc-wp-content-root .dsv-content-wrap .dsv-container{
    padding: 0 32px;
  }.tc-wp-content-root .dsv-content-wrap h2{
    font-size: 48px;
  }.tc-wp-content-root .dsv-content-wrap .dsv-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .dsv-content-wrap .dsv-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .dsv-content-wrap .dsv-grid-six, .tc-wp-content-root .dsv-content-wrap .dsv-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .dsv-content-wrap .dsv-card{
    padding: 30px;
  }.tc-wp-content-root .dsv-content-wrap h3{
    font-size: 21px;
  }.tc-wp-content-root .dsv-content-wrap .dsv-card p, .tc-wp-content-root .dsv-content-wrap .dsv-step p{
    font-size: 16px;
  }.tc-wp-content-root .dsv-content-wrap .dsv-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .dsv-content-wrap .dsv-step{
    gap: 28px;
    padding: 32px 34px;
  }.tc-wp-content-root .dsv-content-wrap .dsv-step-number{
    width: 74px;
    height: 74px;
    font-size: 21px;
  }}

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