@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 .tsv-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .tsv-content-wrap, .tc-wp-content-root .tsv-content-wrap section, .tc-wp-content-root .tsv-content-wrap div, .tc-wp-content-root .tsv-content-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .tsv-content-wrap .tsv-section{
  position: relative;
  width: 100%;
  isolation: isolate;
}.tc-wp-content-root .tsv-content-wrap .tsv-section-white{
  background: #ffffff;
}.tc-wp-content-root .tsv-content-wrap .tsv-section-soft{
  background:
    radial-gradient(circle at 12% 10%, rgba(0, 242, 234, 0.09), transparent 30%),
    radial-gradient(circle at 88% 4%, rgba(255, 0, 80, 0.08), transparent 34%),
    #f8fafc;
}.tc-wp-content-root .tsv-content-wrap .tsv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .tsv-content-wrap .tsv-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .tsv-content-wrap .tsv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 0, 80, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.12), rgba(255, 0, 80, 0.10));
  color: #b01649;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .tsv-content-wrap .tsv-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #00d7cf, #ff0050);
  box-shadow: 0 0 0 4px rgba(255, 0, 80, 0.10);
}.tc-wp-content-root .tsv-content-wrap h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .tsv-content-wrap .tsv-heading p{
  margin: 16px auto 0;
  max-width: 710px;
  color: #566174;
  line-height: 1.7;
}.tc-wp-content-root .tsv-content-wrap .tsv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .tsv-content-wrap .tsv-card, .tc-wp-content-root .tsv-content-wrap .tsv-trust-card, .tc-wp-content-root .tsv-content-wrap .tsv-step-card{
  position: relative;
  min-width: 0;
  border: 1px solid rgba(15, 23, 42, 0.09);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .tsv-content-wrap .tsv-card, .tc-wp-content-root .tsv-content-wrap .tsv-trust-card{
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 22px;
  overflow: hidden;
}.tc-wp-content-root .tsv-content-wrap .tsv-card::after, .tc-wp-content-root .tsv-content-wrap .tsv-trust-card::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.13), transparent 36%, rgba(255, 0, 80, 0.10));
  opacity: 0;
  transition: opacity 260ms ease;
}.tc-wp-content-root .tsv-content-wrap .tsv-card:hover, .tc-wp-content-root .tsv-content-wrap .tsv-trust-card:hover, .tc-wp-content-root .tsv-content-wrap .tsv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 0, 80, 0.20);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.11);
}.tc-wp-content-root .tsv-content-wrap .tsv-card:hover::after, .tc-wp-content-root .tsv-content-wrap .tsv-trust-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .tsv-content-wrap .tsv-card h3, .tc-wp-content-root .tsv-content-wrap .tsv-trust-card h3, .tc-wp-content-root .tsv-content-wrap .tsv-step-body h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #141b2d;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .tsv-content-wrap .tsv-card p, .tc-wp-content-root .tsv-content-wrap .tsv-trust-card p, .tc-wp-content-root .tsv-content-wrap .tsv-step-body p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5b6678;
  line-height: 1.66;
}.tc-wp-content-root .tsv-content-wrap .tsv-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #0fd9d2, #ff2f6d);
  box-shadow: 0 12px 24px rgba(255, 0, 80, 0.18);
}.tc-wp-content-root .tsv-content-wrap .tsv-icon::before, .tc-wp-content-root .tsv-content-wrap .tsv-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.tc-wp-content-root .tsv-content-wrap .tsv-icon-play::before{
  width: 0;
  height: 0;
  left: 17px;
  top: 13px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid #ffffff;
  background: transparent;
}.tc-wp-content-root .tsv-content-wrap .tsv-icon-flash::before{
  width: 13px;
  height: 23px;
  left: 16px;
  top: 10px;
  clip-path: polygon(48% 0, 100% 0, 63% 42%, 100% 42%, 33% 100%, 48% 56%, 10% 56%);
}.tc-wp-content-root .tsv-content-wrap .tsv-icon-frame::before{
  inset: 12px;
  border: 2px solid #ffffff;
  border-radius: 6px;
  background: transparent;
}.tc-wp-content-root .tsv-content-wrap .tsv-icon-path::before{
  width: 22px;
  height: 2px;
  left: 11px;
  top: 21px;
  border-radius: 99px;
}.tc-wp-content-root .tsv-content-wrap .tsv-icon-path::after{
  width: 8px;
  height: 8px;
  right: 11px;
  top: 18px;
  transform: rotate(45deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  background: transparent;
}.tc-wp-content-root .tsv-content-wrap .tsv-icon-mobile::before{
  width: 16px;
  height: 24px;
  left: 14px;
  top: 10px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  background: transparent;
}.tc-wp-content-root .tsv-content-wrap .tsv-icon-daily::before{
  width: 22px;
  height: 16px;
  left: 11px;
  top: 15px;
  border: 2px solid #ffffff;
  border-radius: 6px;
  background: transparent;
}.tc-wp-content-root .tsv-content-wrap .tsv-icon-daily::after{
  width: 10px;
  height: 2px;
  left: 17px;
  top: 23px;
  border-radius: 99px;
}.tc-wp-content-root .tsv-content-wrap .tsv-steps{
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .tsv-content-wrap .tsv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.86)),
    linear-gradient(135deg, rgba(0, 242, 234, 0.18), rgba(255, 0, 80, 0.14));
  overflow: hidden;
}.tc-wp-content-root .tsv-content-wrap .tsv-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 18%;
  bottom: 18%;
  width: 4px;
  border-radius: 99px;
  background: linear-gradient(180deg, #00d7cf, #ff0050);
}.tc-wp-content-root .tsv-content-wrap .tsv-step-number{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: #101827;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 18px 38px rgba(16, 24, 39, 0.18);
}.tc-wp-content-root .tsv-content-wrap .tsv-badge-dot{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.16), rgba(255, 0, 80, 0.14));
}.tc-wp-content-root .tsv-content-wrap .tsv-badge-dot::before{
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #00d7cf, #ff0050);
  box-shadow: 0 0 0 7px rgba(15, 217, 210, 0.10);
}.tc-wp-content-root .tsv-content-wrap .tsv-trust-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.88)),
    radial-gradient(circle at 20% 0%, rgba(0, 242, 234, 0.15), transparent 36%);
}.tc-wp-content-root .tsv-content-wrap .tsv-trust-mark{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #101827, #263247);
}.tc-wp-content-root .tsv-content-wrap .tsv-trust-mark::before{
  content: "";
  position: absolute;
  width: 18px;
  height: 10px;
  left: 14px;
  top: 16px;
  border-left: 3px solid #00f2ea;
  border-bottom: 3px solid #00f2ea;
  transform: rotate(-45deg);
}.tc-wp-content-root .tsv-content-wrap .tsv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .tsv-content-wrap .tsv-reveal.tsv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tsv-content-wrap .tsv-section{
    padding: 48px 0;
  }.tc-wp-content-root .tsv-content-wrap .tsv-container{
    padding: 0 14px;
  }.tc-wp-content-root .tsv-content-wrap h2{
    font-size: 26px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-heading p{
    font-size: 14.5px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-grid, .tc-wp-content-root .tsv-content-wrap .tsv-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-grid-six, .tc-wp-content-root .tsv-content-wrap .tsv-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .tsv-content-wrap .tsv-card, .tc-wp-content-root .tsv-content-wrap .tsv-trust-card{
    padding: 22px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-card h3, .tc-wp-content-root .tsv-content-wrap .tsv-trust-card h3, .tc-wp-content-root .tsv-content-wrap .tsv-step-body h3{
    font-size: 18px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-card p, .tc-wp-content-root .tsv-content-wrap .tsv-trust-card p, .tc-wp-content-root .tsv-content-wrap .tsv-step-body p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tsv-content-wrap .tsv-section{
    padding: 54px 0;
  }.tc-wp-content-root .tsv-content-wrap .tsv-container{
    padding: 0 18px;
  }.tc-wp-content-root .tsv-content-wrap h2{
    font-size: 29px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-heading p{
    font-size: 15px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-grid, .tc-wp-content-root .tsv-content-wrap .tsv-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-grid-six, .tc-wp-content-root .tsv-content-wrap .tsv-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .tsv-content-wrap .tsv-card, .tc-wp-content-root .tsv-content-wrap .tsv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-card h3, .tc-wp-content-root .tsv-content-wrap .tsv-trust-card h3, .tc-wp-content-root .tsv-content-wrap .tsv-step-body h3{
    font-size: 19px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-card p, .tc-wp-content-root .tsv-content-wrap .tsv-trust-card p, .tc-wp-content-root .tsv-content-wrap .tsv-step-body p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tsv-content-wrap .tsv-section{
    padding: 62px 0;
  }.tc-wp-content-root .tsv-content-wrap .tsv-container{
    padding: 0 22px;
  }.tc-wp-content-root .tsv-content-wrap h2{
    font-size: 33px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-grid, .tc-wp-content-root .tsv-content-wrap .tsv-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-grid-six, .tc-wp-content-root .tsv-content-wrap .tsv-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .tsv-content-wrap .tsv-card, .tc-wp-content-root .tsv-content-wrap .tsv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-step-number{
    width: 60px;
    height: 60px;
    font-size: 20px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-card h3, .tc-wp-content-root .tsv-content-wrap .tsv-trust-card h3, .tc-wp-content-root .tsv-content-wrap .tsv-step-body h3{
    font-size: 20px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-card p, .tc-wp-content-root .tsv-content-wrap .tsv-trust-card p, .tc-wp-content-root .tsv-content-wrap .tsv-step-body p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tsv-content-wrap .tsv-section{
    padding: 78px 0;
  }.tc-wp-content-root .tsv-content-wrap .tsv-container{
    padding: 0 30px;
  }.tc-wp-content-root .tsv-content-wrap h2{
    font-size: 40px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-heading p{
    font-size: 16.5px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-grid, .tc-wp-content-root .tsv-content-wrap .tsv-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-grid-six, .tc-wp-content-root .tsv-content-wrap .tsv-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .tsv-content-wrap .tsv-card, .tc-wp-content-root .tsv-content-wrap .tsv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-step-card{
    grid-template-columns: auto 1fr;
    gap: 22px;
    padding: 28px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-step-number{
    width: 66px;
    height: 66px;
    font-size: 21px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-card h3, .tc-wp-content-root .tsv-content-wrap .tsv-trust-card h3, .tc-wp-content-root .tsv-content-wrap .tsv-step-body h3{
    font-size: 21px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-card p, .tc-wp-content-root .tsv-content-wrap .tsv-trust-card p, .tc-wp-content-root .tsv-content-wrap .tsv-step-body p{
    font-size: 15.5px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-steps{
    grid-template-columns: 1fr;
  }}@media (min-width: 1024px) {.tc-wp-content-root .tsv-content-wrap .tsv-section{
    padding: 96px 0;
  }.tc-wp-content-root .tsv-content-wrap .tsv-container{
    padding: 0 32px;
  }.tc-wp-content-root .tsv-content-wrap h2{
    font-size: 48px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-grid, .tc-wp-content-root .tsv-content-wrap .tsv-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-grid-six, .tc-wp-content-root .tsv-content-wrap .tsv-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .tsv-content-wrap .tsv-card, .tc-wp-content-root .tsv-content-wrap .tsv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-step-card{
    grid-template-columns: auto 1fr;
    gap: 26px;
    padding: 32px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-step-number{
    width: 74px;
    height: 74px;
    font-size: 22px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-card h3, .tc-wp-content-root .tsv-content-wrap .tsv-trust-card h3, .tc-wp-content-root .tsv-content-wrap .tsv-step-body h3{
    font-size: 22px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-card p, .tc-wp-content-root .tsv-content-wrap .tsv-trust-card p, .tc-wp-content-root .tsv-content-wrap .tsv-step-body p{
    font-size: 15.8px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-steps{
    grid-template-columns: 1fr;
  }}