@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 .dto-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-content-root .dto-content-wrap, .tc-wp-content-root .dto-content-wrap section, .tc-wp-content-root .dto-content-wrap div, .tc-wp-content-root .dto-content-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .dto-content-wrap .dto-section{
  position: relative;
}.tc-wp-content-root .dto-content-wrap .dto-section-white{
  background: #ffffff;
}.tc-wp-content-root .dto-content-wrap .dto-section-soft{
  background: #f7fafc;
}.tc-wp-content-root .dto-content-wrap .dto-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .dto-content-wrap .dto-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .dto-content-wrap .dto-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(0, 128, 128, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 128, 128, 0.1), rgba(62, 123, 250, 0.1));
  color: #006b73;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .dto-content-wrap .dto-section-head h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .dto-content-wrap .dto-section-head p{
  margin: 16px auto 0;
  color: #536174;
  line-height: 1.7;
}.tc-wp-content-root .dto-content-wrap .dto-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .dto-content-wrap .dto-card, .tc-wp-content-root .dto-content-wrap .dto-trust-card, .tc-wp-content-root .dto-content-wrap .dto-step-card{
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(20, 31, 53, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .dto-content-wrap .dto-card::before, .tc-wp-content-root .dto-content-wrap .dto-trust-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #008080, #35a7ff, #7c5cff);
  opacity: 0.9;
}.tc-wp-content-root .dto-content-wrap .dto-card:hover, .tc-wp-content-root .dto-content-wrap .dto-trust-card:hover, .tc-wp-content-root .dto-content-wrap .dto-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(0, 128, 128, 0.24);
  box-shadow: 0 24px 60px rgba(20, 31, 53, 0.12);
}.tc-wp-content-root .dto-content-wrap .dto-icon{
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #008080, #35a7ff);
  box-shadow: 0 12px 24px rgba(0, 128, 128, 0.2);
}.tc-wp-content-root .dto-content-wrap .dto-icon::after{
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: 15px auto;
  border: 3px solid #ffffff;
  border-radius: 6px;
}.tc-wp-content-root .dto-content-wrap .dto-icon-speed::after{
  width: 20px;
  height: 10px;
  margin-top: 17px;
  border-width: 0 0 3px 3px;
  border-radius: 0 0 0 8px;
  transform: rotate(-45deg);
}.tc-wp-content-root .dto-content-wrap .dto-icon-code::after{
  width: 22px;
  height: 14px;
  margin-top: 14px;
  border-width: 3px 0;
  border-radius: 0;
}.tc-wp-content-root .dto-content-wrap .dto-icon-learn::after{
  width: 18px;
  height: 18px;
  border-radius: 50%;
}.tc-wp-content-root .dto-content-wrap .dto-icon-clean::after{
  width: 20px;
  height: 12px;
  border-width: 0 0 3px 3px;
  border-radius: 0;
  transform: rotate(-45deg);
}.tc-wp-content-root .dto-content-wrap .dto-icon-safe::after{
  width: 16px;
  height: 20px;
  margin-top: 12px;
  border-radius: 10px 10px 7px 7px;
}.tc-wp-content-root .dto-content-wrap .dto-card h3, .tc-wp-content-root .dto-content-wrap .dto-trust-card h3, .tc-wp-content-root .dto-content-wrap .dto-step-card h3{
  margin: 0;
  color: #152033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .dto-content-wrap .dto-card p, .tc-wp-content-root .dto-content-wrap .dto-trust-card p, .tc-wp-content-root .dto-content-wrap .dto-step-card p{
  margin: 12px 0 0;
  color: #5b6678;
  line-height: 1.68;
}.tc-wp-content-root .dto-content-wrap .dto-steps{
  display: grid;
  gap: 18px;
}.tc-wp-content-root .dto-content-wrap .dto-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  background: linear-gradient(135deg, #ffffff 0%, #fbfdff 100%);
}.tc-wp-content-root .dto-content-wrap .dto-step-card::after{
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 54px;
  width: 2px;
  background: linear-gradient(180deg, rgba(0, 128, 128, 0.28), rgba(53, 167, 255, 0));
  z-index: 0;
}.tc-wp-content-root .dto-content-wrap .dto-step-number{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 20px;
  background: linear-gradient(135deg, #008080, #35a7ff);
  color: #ffffff;
  font-weight: 800;
  box-shadow: 0 16px 32px rgba(0, 128, 128, 0.22);
}.tc-wp-content-root .dto-content-wrap .dto-step-content{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .dto-content-wrap .dto-badge{
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(0, 128, 128, 0.09);
  color: #006b73;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .dto-content-wrap .dto-use-card{
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}.tc-wp-content-root .dto-content-wrap .dto-trust-card{
  min-height: 100%;
}.tc-wp-content-root .dto-content-wrap .dto-trust-mark{
  display: block;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #ffffff 0 18%, transparent 19%), linear-gradient(135deg, #008080, #7c5cff);
  box-shadow: 0 14px 28px rgba(0, 128, 128, 0.18);
}.tc-wp-content-root .dto-content-wrap .dto-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.tc-wp-content-root .dto-content-wrap .dto-reveal.dto-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .dto-content-wrap .dto-section{
    padding: 54px 0;
  }.tc-wp-content-root .dto-content-wrap .dto-container{
    padding: 0 14px;
  }.tc-wp-content-root .dto-content-wrap .dto-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .dto-content-wrap .dto-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .dto-content-wrap .dto-kicker{
    font-size: 12px;
  }.tc-wp-content-root .dto-content-wrap .dto-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .dto-content-wrap .dto-card, .tc-wp-content-root .dto-content-wrap .dto-trust-card{
    padding: 24px 20px;
  }.tc-wp-content-root .dto-content-wrap .dto-card h3, .tc-wp-content-root .dto-content-wrap .dto-trust-card h3, .tc-wp-content-root .dto-content-wrap .dto-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .dto-content-wrap .dto-card p, .tc-wp-content-root .dto-content-wrap .dto-trust-card p, .tc-wp-content-root .dto-content-wrap .dto-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .dto-content-wrap .dto-steps{
    margin-top: 30px;
  }.tc-wp-content-root .dto-content-wrap .dto-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
  }.tc-wp-content-root .dto-content-wrap .dto-step-card::after{
    display: none;
  }.tc-wp-content-root .dto-content-wrap .dto-step-number{
    width: 60px;
    height: 60px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .dto-content-wrap .dto-section{
    padding: 60px 0;
  }.tc-wp-content-root .dto-content-wrap .dto-container{
    padding: 0 18px;
  }.tc-wp-content-root .dto-content-wrap .dto-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .dto-content-wrap .dto-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .dto-content-wrap .dto-kicker{
    font-size: 12.5px;
  }.tc-wp-content-root .dto-content-wrap .dto-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .dto-content-wrap .dto-card, .tc-wp-content-root .dto-content-wrap .dto-trust-card{
    padding: 26px 22px;
  }.tc-wp-content-root .dto-content-wrap .dto-card h3, .tc-wp-content-root .dto-content-wrap .dto-trust-card h3, .tc-wp-content-root .dto-content-wrap .dto-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .dto-content-wrap .dto-card p, .tc-wp-content-root .dto-content-wrap .dto-trust-card p, .tc-wp-content-root .dto-content-wrap .dto-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .dto-content-wrap .dto-steps{
    margin-top: 34px;
  }.tc-wp-content-root .dto-content-wrap .dto-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
  }.tc-wp-content-root .dto-content-wrap .dto-step-card::after{
    display: none;
  }.tc-wp-content-root .dto-content-wrap .dto-step-number{
    width: 62px;
    height: 62px;
    font-size: 16px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .dto-content-wrap .dto-section{
    padding: 68px 0;
  }.tc-wp-content-root .dto-content-wrap .dto-container{
    padding: 0 22px;
  }.tc-wp-content-root .dto-content-wrap .dto-section-head h2{
    font-size: 33px;
  }.tc-wp-content-root .dto-content-wrap .dto-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .dto-content-wrap .dto-kicker{
    font-size: 13px;
  }.tc-wp-content-root .dto-content-wrap .dto-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .dto-content-wrap .dto-card, .tc-wp-content-root .dto-content-wrap .dto-trust-card{
    padding: 28px 24px;
  }.tc-wp-content-root .dto-content-wrap .dto-card h3, .tc-wp-content-root .dto-content-wrap .dto-trust-card h3, .tc-wp-content-root .dto-content-wrap .dto-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .dto-content-wrap .dto-card p, .tc-wp-content-root .dto-content-wrap .dto-trust-card p, .tc-wp-content-root .dto-content-wrap .dto-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .dto-content-wrap .dto-steps{
    margin-top: 38px;
  }.tc-wp-content-root .dto-content-wrap .dto-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 28px 24px;
  }.tc-wp-content-root .dto-content-wrap .dto-step-card::after{
    display: none;
  }.tc-wp-content-root .dto-content-wrap .dto-step-number{
    width: 66px;
    height: 66px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .dto-content-wrap .dto-section{
    padding: 82px 0;
  }.tc-wp-content-root .dto-content-wrap .dto-container{
    padding: 0 30px;
  }.tc-wp-content-root .dto-content-wrap .dto-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .dto-content-wrap .dto-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .dto-content-wrap .dto-kicker{
    font-size: 13px;
  }.tc-wp-content-root .dto-content-wrap .dto-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .dto-content-wrap .dto-card, .tc-wp-content-root .dto-content-wrap .dto-trust-card{
    padding: 30px 26px;
  }.tc-wp-content-root .dto-content-wrap .dto-card h3, .tc-wp-content-root .dto-content-wrap .dto-trust-card h3, .tc-wp-content-root .dto-content-wrap .dto-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .dto-content-wrap .dto-card p, .tc-wp-content-root .dto-content-wrap .dto-trust-card p, .tc-wp-content-root .dto-content-wrap .dto-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .dto-content-wrap .dto-steps{
    margin-top: 44px;
  }.tc-wp-content-root .dto-content-wrap .dto-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .dto-content-wrap .dto-step-number{
    width: 72px;
    height: 72px;
    font-size: 18px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .dto-content-wrap .dto-section{
    padding: 96px 0;
  }.tc-wp-content-root .dto-content-wrap .dto-container{
    padding: 0 32px;
  }.tc-wp-content-root .dto-content-wrap .dto-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .dto-content-wrap .dto-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .dto-content-wrap .dto-kicker{
    font-size: 13px;
  }.tc-wp-content-root .dto-content-wrap .dto-card-grid{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .dto-content-wrap .dto-grid-six, .tc-wp-content-root .dto-content-wrap .dto-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .dto-content-wrap .dto-card, .tc-wp-content-root .dto-content-wrap .dto-trust-card{
    padding: 32px 28px;
  }.tc-wp-content-root .dto-content-wrap .dto-card h3, .tc-wp-content-root .dto-content-wrap .dto-trust-card h3, .tc-wp-content-root .dto-content-wrap .dto-step-card h3{
    font-size: 23px;
  }.tc-wp-content-root .dto-content-wrap .dto-card p, .tc-wp-content-root .dto-content-wrap .dto-trust-card p, .tc-wp-content-root .dto-content-wrap .dto-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .dto-content-wrap .dto-steps{
    margin-top: 50px;
  }.tc-wp-content-root .dto-content-wrap .dto-step-card{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .dto-content-wrap .dto-step-number{
    width: 76px;
    height: 76px;
    font-size: 19px;
  }}

.tc-wp-content-root .dto-icon-precision {}