@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 .ttiv-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #16202a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.tc-wp-content-root .ttiv-content-wrap, .tc-wp-content-root .ttiv-content-wrap div, .tc-wp-content-root .ttiv-content-wrap section, .tc-wp-content-root .ttiv-content-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .ttiv-content-wrap .ttiv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .ttiv-content-wrap .ttiv-section-white{
  background: #ffffff;
}.tc-wp-content-root .ttiv-content-wrap .ttiv-section-soft{
  background:
    radial-gradient(circle at 12% 18%, rgba(37, 244, 238, 0.12), transparent 28%),
    radial-gradient(circle at 88% 8%, rgba(254, 44, 85, 0.10), transparent 26%),
    #f7f9fb;
}.tc-wp-content-root .ttiv-content-wrap .ttiv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ttiv-content-wrap .ttiv-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ttiv-content-wrap .ttiv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(22, 32, 42, 0.08);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.10));
  color: #283542;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.tc-wp-content-root .ttiv-content-wrap .ttiv-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 99px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 0 0 5px rgba(37, 244, 238, 0.12);
}.tc-wp-content-root .ttiv-content-wrap h2{
  margin: 0;
  color: #101822;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ttiv-content-wrap .ttiv-section-head p{
  margin: 14px auto 0;
  max-width: 700px;
  color: #5e6a77;
  line-height: 1.7;
}.tc-wp-content-root .ttiv-content-wrap .ttiv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ttiv-content-wrap .ttiv-card, .tc-wp-content-root .ttiv-content-wrap .ttiv-step-card{
  position: relative;
  min-width: 0;
  border: 1px solid rgba(22, 32, 42, 0.08);
  box-shadow: 0 16px 42px rgba(16, 24, 34, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease, background 240ms ease;
}.tc-wp-content-root .ttiv-content-wrap .ttiv-card{
  height: 100%;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
}.tc-wp-content-root .ttiv-content-wrap .ttiv-card::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.16), rgba(254, 44, 85, 0.12));
  opacity: 0;
  transition: opacity 240ms ease;
}.tc-wp-content-root .ttiv-content-wrap .ttiv-card:hover, .tc-wp-content-root .ttiv-content-wrap .ttiv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(37, 244, 238, 0.38);
  box-shadow: 0 22px 55px rgba(16, 24, 34, 0.11);
}.tc-wp-content-root .ttiv-content-wrap .ttiv-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .ttiv-content-wrap h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #111b25;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ttiv-content-wrap .ttiv-card p, .tc-wp-content-root .ttiv-content-wrap .ttiv-step-copy p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #64707d;
  line-height: 1.68;
}.tc-wp-content-root .ttiv-content-wrap .ttiv-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.16));
  box-shadow: inset 0 0 0 1px rgba(22, 32, 42, 0.06);
}.tc-wp-content-root .ttiv-content-wrap .ttiv-icon::before, .tc-wp-content-root .ttiv-content-wrap .ttiv-icon::after{
  content: "";
  position: absolute;
  transition: transform 240ms ease;
}.tc-wp-content-root .ttiv-content-wrap .ttiv-feature-card:hover .ttiv-icon::before, .tc-wp-content-root .ttiv-content-wrap .ttiv-feature-card:hover .ttiv-icon::after{
  transform: translateY(-2px);
}.tc-wp-content-root .ttiv-content-wrap .ttiv-icon-frame::before{
  inset: 12px;
  border: 2px solid #16202a;
  border-radius: 8px;
}.tc-wp-content-root .ttiv-content-wrap .ttiv-icon-frame::after{
  width: 8px;
  height: 8px;
  right: 13px;
  top: 13px;
  border-radius: 50%;
  background: #fe2c55;
}.tc-wp-content-root .ttiv-content-wrap .ttiv-icon-speed::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #16202a;
  border-left-color: transparent;
  border-radius: 50%;
}.tc-wp-content-root .ttiv-content-wrap .ttiv-icon-speed::after{
  width: 13px;
  height: 3px;
  right: 10px;
  top: 22px;
  border-radius: 999px;
  background: #25bdb8;
}.tc-wp-content-root .ttiv-content-wrap .ttiv-icon-preview::before{
  width: 24px;
  height: 16px;
  left: 11px;
  top: 15px;
  border: 2px solid #16202a;
  border-radius: 12px;
}.tc-wp-content-root .ttiv-content-wrap .ttiv-icon-preview::after{
  width: 7px;
  height: 7px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  background: #fe2c55;
}.tc-wp-content-root .ttiv-content-wrap .ttiv-icon-steps::before{
  width: 5px;
  height: 5px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  background: #fe2c55;
  box-shadow: 0 9px 0 #25bdb8, 0 18px 0 #16202a;
}.tc-wp-content-root .ttiv-content-wrap .ttiv-icon-steps::after{
  width: 16px;
  height: 2px;
  right: 10px;
  top: 15px;
  border-radius: 999px;
  background: #16202a;
  box-shadow: 0 9px 0 rgba(22, 32, 42, 0.75), 0 18px 0 rgba(22, 32, 42, 0.55);
}.tc-wp-content-root .ttiv-content-wrap .ttiv-icon-mobile::before{
  width: 18px;
  height: 26px;
  left: 14px;
  top: 10px;
  border: 2px solid #16202a;
  border-radius: 7px;
}.tc-wp-content-root .ttiv-content-wrap .ttiv-icon-mobile::after{
  width: 6px;
  height: 2px;
  left: 20px;
  bottom: 12px;
  border-radius: 999px;
  background: #fe2c55;
}.tc-wp-content-root .ttiv-content-wrap .ttiv-icon-daily::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 9px;
  border: 2px solid #16202a;
}.tc-wp-content-root .ttiv-content-wrap .ttiv-icon-daily::after{
  width: 16px;
  height: 3px;
  left: 15px;
  top: 21px;
  border-radius: 999px;
  background: linear-gradient(90deg, #25bdb8, #fe2c55);
}.tc-wp-content-root .ttiv-content-wrap .ttiv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ttiv-content-wrap .ttiv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.88)),
    linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.10));
}.tc-wp-content-root .ttiv-content-wrap .ttiv-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 5px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #25f4ee, #fe2c55);
}.tc-wp-content-root .ttiv-content-wrap .ttiv-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: #101822;
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 14px 28px rgba(16, 24, 34, 0.18);
}.tc-wp-content-root .ttiv-content-wrap .ttiv-step-copy{
  min-width: 0;
}.tc-wp-content-root .ttiv-content-wrap .ttiv-dot{
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 0 0 8px rgba(37, 244, 238, 0.10);
}.tc-wp-content-root .ttiv-content-wrap .ttiv-use-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.92)),
    radial-gradient(circle at 90% 8%, rgba(254, 44, 85, 0.12), transparent 30%);
}.tc-wp-content-root .ttiv-content-wrap .ttiv-trust-card{
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.88)),
    radial-gradient(circle at 12% 10%, rgba(37, 244, 238, 0.16), transparent 34%);
}.tc-wp-content-root .ttiv-content-wrap .ttiv-badge{
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(16, 24, 34, 0.06);
  color: #283542;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-content-root .ttiv-content-wrap .ttiv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.tc-wp-content-root .ttiv-content-wrap.ttiv-reveal-ready .ttiv-reveal.ttiv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ttiv-content-wrap .ttiv-section{
    padding: 48px 0;
  }.tc-wp-content-root .ttiv-content-wrap .ttiv-container{
    padding: 0 14px;
  }.tc-wp-content-root .ttiv-content-wrap h2{
    font-size: 27px;
  }.tc-wp-content-root .ttiv-content-wrap .ttiv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ttiv-content-wrap .ttiv-grid, .tc-wp-content-root .ttiv-content-wrap .ttiv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ttiv-content-wrap .ttiv-grid-three, .tc-wp-content-root .ttiv-content-wrap .ttiv-grid-trust{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ttiv-content-wrap .ttiv-card{
    padding: 22px;
  }.tc-wp-content-root .ttiv-content-wrap h3{
    font-size: 18px;
  }.tc-wp-content-root .ttiv-content-wrap .ttiv-card p, .tc-wp-content-root .ttiv-content-wrap .ttiv-step-copy p{
    font-size: 14px;
  }.tc-wp-content-root .ttiv-content-wrap .ttiv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ttiv-content-wrap .ttiv-step-number{
    width: 52px;
    height: 52px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ttiv-content-wrap .ttiv-section{
    padding: 54px 0;
  }.tc-wp-content-root .ttiv-content-wrap .ttiv-container{
    padding: 0 18px;
  }.tc-wp-content-root .ttiv-content-wrap h2{
    font-size: 30px;
  }.tc-wp-content-root .ttiv-content-wrap .ttiv-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttiv-content-wrap .ttiv-grid, .tc-wp-content-root .ttiv-content-wrap .ttiv-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ttiv-content-wrap .ttiv-grid-three, .tc-wp-content-root .ttiv-content-wrap .ttiv-grid-trust{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ttiv-content-wrap .ttiv-card{
    padding: 24px;
  }.tc-wp-content-root .ttiv-content-wrap h3{
    font-size: 18.5px;
  }.tc-wp-content-root .ttiv-content-wrap .ttiv-card p, .tc-wp-content-root .ttiv-content-wrap .ttiv-step-copy p{
    font-size: 14.5px;
  }.tc-wp-content-root .ttiv-content-wrap .ttiv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .ttiv-content-wrap .ttiv-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ttiv-content-wrap .ttiv-section{
    padding: 60px 0;
  }.tc-wp-content-root .ttiv-content-wrap .ttiv-container{
    padding: 0 22px;
  }.tc-wp-content-root .ttiv-content-wrap h2{
    font-size: 34px;
  }.tc-wp-content-root .ttiv-content-wrap .ttiv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .ttiv-content-wrap .ttiv-grid, .tc-wp-content-root .ttiv-content-wrap .ttiv-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ttiv-content-wrap .ttiv-grid-three, .tc-wp-content-root .ttiv-content-wrap .ttiv-grid-trust{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ttiv-content-wrap .ttiv-card{
    padding: 26px;
  }.tc-wp-content-root .ttiv-content-wrap h3{
    font-size: 19px;
  }.tc-wp-content-root .ttiv-content-wrap .ttiv-card p, .tc-wp-content-root .ttiv-content-wrap .ttiv-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .ttiv-content-wrap .ttiv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .ttiv-content-wrap .ttiv-step-number{
    width: 56px;
    height: 56px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ttiv-content-wrap .ttiv-section{
    padding: 76px 0;
  }.tc-wp-content-root .ttiv-content-wrap .ttiv-container{
    padding: 0 30px;
  }.tc-wp-content-root .ttiv-content-wrap h2{
    font-size: 42px;
  }.tc-wp-content-root .ttiv-content-wrap .ttiv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ttiv-content-wrap .ttiv-grid, .tc-wp-content-root .ttiv-content-wrap .ttiv-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .ttiv-content-wrap .ttiv-grid-three, .tc-wp-content-root .ttiv-content-wrap .ttiv-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ttiv-content-wrap .ttiv-card{
    padding: 28px;
  }.tc-wp-content-root .ttiv-content-wrap h3{
    font-size: 20px;
  }.tc-wp-content-root .ttiv-content-wrap .ttiv-card p, .tc-wp-content-root .ttiv-content-wrap .ttiv-step-copy p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttiv-content-wrap .ttiv-step-card{
    gap: 22px;
    padding: 28px 30px;
  }.tc-wp-content-root .ttiv-content-wrap .ttiv-step-number{
    width: 64px;
    height: 64px;
    font-size: 18px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ttiv-content-wrap .ttiv-section{
    padding: 92px 0;
  }.tc-wp-content-root .ttiv-content-wrap .ttiv-container{
    padding: 0 32px;
  }.tc-wp-content-root .ttiv-content-wrap h2{
    font-size: 48px;
  }.tc-wp-content-root .ttiv-content-wrap .ttiv-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .ttiv-content-wrap .ttiv-grid, .tc-wp-content-root .ttiv-content-wrap .ttiv-steps{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .ttiv-content-wrap .ttiv-grid-three, .tc-wp-content-root .ttiv-content-wrap .ttiv-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ttiv-content-wrap .ttiv-card{
    padding: 30px;
  }.tc-wp-content-root .ttiv-content-wrap h3{
    font-size: 21px;
  }.tc-wp-content-root .ttiv-content-wrap .ttiv-card p, .tc-wp-content-root .ttiv-content-wrap .ttiv-step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .ttiv-content-wrap .ttiv-step-card{
    gap: 26px;
    padding: 32px 34px;
  }.tc-wp-content-root .ttiv-content-wrap .ttiv-step-number{
    width: 72px;
    height: 72px;
    font-size: 19px;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .ttiv-content-wrap .ttiv-reveal, .tc-wp-content-root .ttiv-content-wrap .ttiv-card, .tc-wp-content-root .ttiv-content-wrap .ttiv-step-card, .tc-wp-content-root .ttiv-content-wrap .ttiv-icon::before, .tc-wp-content-root .ttiv-content-wrap .ttiv-icon::after{
    transition: none;
  }.tc-wp-content-root .ttiv-content-wrap .ttiv-reveal{
    opacity: 1;
    transform: none;
  }}