@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;
}.wpc-scope-28 .tc-wp-content-root img, .wpc-scope-28 .tc-wp-content-root video, .wpc-scope-28 .tc-wp-content-root svg, .wpc-scope-28 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-28 .tc-wp-content-root .tigv-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-28 .tc-wp-content-root .tigv-content, .wpc-scope-28 .tc-wp-content-root .tigv-content section, .wpc-scope-28 .tc-wp-content-root .tigv-content div, .wpc-scope-28 .tc-wp-content-root .tigv-content article{
  box-sizing: border-box;
}.wpc-scope-28 .tc-wp-content-root .tigv-content .tigv-section{
  position: relative;
  width: 100%;
}.wpc-scope-28 .tc-wp-content-root .tigv-content .tigv-section-white{
  background: #ffffff;
}.wpc-scope-28 .tc-wp-content-root .tigv-content .tigv-section-soft{
  background: linear-gradient(180deg, #fbf8ff 0%, #fff8fb 100%);
}.wpc-scope-28 .tc-wp-content-root .tigv-content .tigv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-28 .tc-wp-content-root .tigv-content .tigv-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-28 .tc-wp-content-root .tigv-content .tigv-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 14px;
  border: 1px solid rgba(213, 86, 153, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 112, 168, 0.12), rgba(122, 92, 255, 0.12));
  color: #9b2f6f;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.wpc-scope-28 .tc-wp-content-root .tigv-content .tigv-heading h2{
  margin: 16px 0 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-28 .tc-wp-content-root .tigv-content .tigv-heading p{
  margin: 16px auto 0;
  color: #5b6475;
  line-height: 1.7;
}.wpc-scope-28 .tc-wp-content-root .tigv-content .tigv-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-28 .tc-wp-content-root .tigv-content .tigv-card, .wpc-scope-28 .tc-wp-content-root .tigv-content .tigv-step, .wpc-scope-28 .tc-wp-content-root .tigv-content .tigv-trust-card{
  position: relative;
  min-width: 0;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(23, 32, 51, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-28 .tc-wp-content-root .tigv-content .tigv-card::before, .wpc-scope-28 .tc-wp-content-root .tigv-content .tigv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 91, 141, 0.13), rgba(120, 85, 255, 0.09), rgba(255, 190, 92, 0.08));
  opacity: 0;
  transition: opacity 240ms ease;
}.wpc-scope-28 .tc-wp-content-root .tigv-content .tigv-card:hover, .wpc-scope-28 .tc-wp-content-root .tigv-content .tigv-step:hover, .wpc-scope-28 .tc-wp-content-root .tigv-content .tigv-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(213, 86, 153, 0.26);
  box-shadow: 0 24px 60px rgba(23, 32, 51, 0.13);
}.wpc-scope-28 .tc-wp-content-root .tigv-content .tigv-card:hover::before, .wpc-scope-28 .tc-wp-content-root .tigv-content .tigv-trust-card:hover::before{
  opacity: 1;
}.wpc-scope-28 .tc-wp-content-root .tigv-content .tigv-card h3, .wpc-scope-28 .tc-wp-content-root .tigv-content .tigv-step h3, .wpc-scope-28 .tc-wp-content-root .tigv-content .tigv-trust-card h3{
  position: relative;
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-28 .tc-wp-content-root .tigv-content .tigv-card p, .wpc-scope-28 .tc-wp-content-root .tigv-content .tigv-step p, .wpc-scope-28 .tc-wp-content-root .tigv-content .tigv-trust-card p{
  position: relative;
  margin: 10px 0 0;
  color: #5f6878;
  line-height: 1.65;
}.wpc-scope-28 .tc-wp-content-root .tigv-content .tigv-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff5f97 0%, #7d5cff 58%, #ffbf5f 100%);
  box-shadow: 0 14px 30px rgba(155, 47, 111, 0.2);
}.wpc-scope-28 .tc-wp-content-root .tigv-content .tigv-icon::before, .wpc-scope-28 .tc-wp-content-root .tigv-content .tigv-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-28 .tc-wp-content-root .tigv-content .tigv-icon-lens::before{
  width: 16px;
  height: 16px;
  left: 13px;
  top: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.wpc-scope-28 .tc-wp-content-root .tigv-content .tigv-icon-lens::after{
  width: 12px;
  height: 3px;
  left: 27px;
  top: 29px;
  border-radius: 4px;
  transform: rotate(45deg);
}.wpc-scope-28 .tc-wp-content-root .tigv-content .tigv-icon-speed::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 14px;
  border: 3px solid #ffffff;
  border-bottom-color: transparent;
  border-radius: 50%;
  background: transparent;
}.wpc-scope-28 .tc-wp-content-root .tigv-content .tigv-icon-speed::after{
  width: 14px;
  height: 3px;
  left: 23px;
  top: 25px;
  border-radius: 6px;
  transform: rotate(-28deg);
}.wpc-scope-28 .tc-wp-content-root .tigv-content .tigv-icon-preview::before{
  width: 26px;
  height: 18px;
  left: 11px;
  top: 15px;
  border: 3px solid #ffffff;
  border-radius: 8px;
  background: transparent;
}.wpc-scope-28 .tc-wp-content-root .tigv-content .tigv-icon-preview::after{
  width: 8px;
  height: 8px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
}.wpc-scope-28 .tc-wp-content-root .tigv-content .tigv-icon-steps::before{
  width: 24px;
  height: 3px;
  left: 12px;
  top: 15px;
  border-radius: 6px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.wpc-scope-28 .tc-wp-content-root .tigv-content .tigv-icon-steps::after{
  width: 5px;
  height: 5px;
  left: 31px;
  top: 14px;
  border-radius: 50%;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.wpc-scope-28 .tc-wp-content-root .tigv-content .tigv-icon-mobile::before{
  width: 18px;
  height: 28px;
  left: 15px;
  top: 10px;
  border: 3px solid #ffffff;
  border-radius: 8px;
  background: transparent;
}.wpc-scope-28 .tc-wp-content-root .tigv-content .tigv-icon-mobile::after{
  width: 6px;
  height: 2px;
  left: 21px;
  top: 32px;
  border-radius: 4px;
}.wpc-scope-28 .tc-wp-content-root .tigv-content .tigv-icon-daily::before{
  width: 24px;
  height: 22px;
  left: 12px;
  top: 14px;
  border: 3px solid #ffffff;
  border-radius: 8px;
  background: transparent;
}.wpc-scope-28 .tc-wp-content-root .tigv-content .tigv-icon-daily::after{
  width: 12px;
  height: 3px;
  left: 18px;
  top: 24px;
  border-radius: 6px;
  box-shadow: 0 6px 0 rgba(255, 255, 255, 0.9);
}.wpc-scope-28 .tc-wp-content-root .tigv-content .tigv-card-line{
  overflow: hidden;
}.wpc-scope-28 .tc-wp-content-root .tigv-content .tigv-card-line::after{
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 0;
  height: 4px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, #ff5f97, #7d5cff, #ffbf5f);
}.wpc-scope-28 .tc-wp-content-root .tigv-content .tigv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-28 .tc-wp-content-root .tigv-content .tigv-step{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  background: #ffffff;
}.wpc-scope-28 .tc-wp-content-root .tigv-content .tigv-step::after{
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  right: -70px;
  top: -80px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 95, 151, 0.16), rgba(125, 92, 255, 0));
}.wpc-scope-28 .tc-wp-content-root .tigv-content .tigv-step-number{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #171827, #7d5cff 65%, #ff5f97);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(125, 92, 255, 0.22);
}.wpc-scope-28 .tc-wp-content-root .tigv-content .tigv-step-content{
  position: relative;
  min-width: 0;
}.wpc-scope-28 .tc-wp-content-root .tigv-content .tigv-grid-trust{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.wpc-scope-28 .tc-wp-content-root .tigv-content .tigv-trust-card{
  overflow: hidden;
}.wpc-scope-28 .tc-wp-content-root .tigv-content .tigv-badge{
  position: relative;
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(125, 92, 255, 0.1);
  color: #6240d8;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}.wpc-scope-28 .tc-wp-content-root .tigv-content .tigv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-28 .tc-wp-content-root .tigv-content .tigv-reveal.tigv-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 .tigv-content .tigv-section{
    padding: 54px 0;
  }.tc-wp-content-root .tigv-content .tigv-container{
    padding: 0 14px;
  }.tc-wp-content-root .tigv-content .tigv-heading h2{
    font-size: 26px;
  }.tc-wp-content-root .tigv-content .tigv-heading p{
    font-size: 14px;
  }.tc-wp-content-root .tigv-content .tigv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .tigv-content .tigv-card, .tc-wp-content-root .tigv-content .tigv-trust-card{
    padding: 22px;
  }.tc-wp-content-root .tigv-content .tigv-card h3, .tc-wp-content-root .tigv-content .tigv-step h3, .tc-wp-content-root .tigv-content .tigv-trust-card h3{
    font-size: 18px;
  }.tc-wp-content-root .tigv-content .tigv-card p, .tc-wp-content-root .tigv-content .tigv-step p, .tc-wp-content-root .tigv-content .tigv-trust-card p{
    font-size: 14px;
  }.tc-wp-content-root .tigv-content .tigv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .tigv-content .tigv-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .tigv-content .tigv-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .tigv-content .tigv-section{
    padding: 60px 0;
  }.tc-wp-content-root .tigv-content .tigv-container{
    padding: 0 18px;
  }.tc-wp-content-root .tigv-content .tigv-heading h2{
    font-size: 29px;
  }.tc-wp-content-root .tigv-content .tigv-heading p{
    font-size: 15px;
  }.tc-wp-content-root .tigv-content .tigv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .tigv-content .tigv-card, .tc-wp-content-root .tigv-content .tigv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .tigv-content .tigv-card h3, .tc-wp-content-root .tigv-content .tigv-step h3, .tc-wp-content-root .tigv-content .tigv-trust-card h3{
    font-size: 19px;
  }.tc-wp-content-root .tigv-content .tigv-card p, .tc-wp-content-root .tigv-content .tigv-step p, .tc-wp-content-root .tigv-content .tigv-trust-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .tigv-content .tigv-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .tigv-content .tigv-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .tigv-content .tigv-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .tigv-content .tigv-section{
    padding: 68px 0;
  }.tc-wp-content-root .tigv-content .tigv-container{
    padding: 0 22px;
  }.tc-wp-content-root .tigv-content .tigv-heading h2{
    font-size: 32px;
  }.tc-wp-content-root .tigv-content .tigv-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .tigv-content .tigv-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .tigv-content .tigv-card, .tc-wp-content-root .tigv-content .tigv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .tigv-content .tigv-card h3, .tc-wp-content-root .tigv-content .tigv-step h3, .tc-wp-content-root .tigv-content .tigv-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .tigv-content .tigv-card p, .tc-wp-content-root .tigv-content .tigv-step p, .tc-wp-content-root .tigv-content .tigv-trust-card p{
    font-size: 15px;
  }.tc-wp-content-root .tigv-content .tigv-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .tigv-content .tigv-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .tigv-content .tigv-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .tigv-content .tigv-section{
    padding: 82px 0;
  }.tc-wp-content-root .tigv-content .tigv-container{
    padding: 0 30px;
  }.tc-wp-content-root .tigv-content .tigv-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .tigv-content .tigv-heading p{
    font-size: 16.5px;
  }.tc-wp-content-root .tigv-content .tigv-grid{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .tigv-content .tigv-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .tigv-content .tigv-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .tigv-content .tigv-card, .tc-wp-content-root .tigv-content .tigv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .tigv-content .tigv-card h3, .tc-wp-content-root .tigv-content .tigv-step h3, .tc-wp-content-root .tigv-content .tigv-trust-card h3{
    font-size: 21px;
  }.tc-wp-content-root .tigv-content .tigv-card p, .tc-wp-content-root .tigv-content .tigv-step p, .tc-wp-content-root .tigv-content .tigv-trust-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .tigv-content .tigv-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .tigv-content .tigv-step{
    padding: 30px;
    gap: 24px;
  }.tc-wp-content-root .tigv-content .tigv-step-number{
    width: 66px;
    height: 66px;
    font-size: 19px;
  }}@media (min-width: 1024px){.tc-wp-content-root .tigv-content .tigv-section{
    padding: 96px 0;
  }.tc-wp-content-root .tigv-content .tigv-container{
    padding: 0 32px;
  }.tc-wp-content-root .tigv-content .tigv-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .tigv-content .tigv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .tigv-content .tigv-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .tigv-content .tigv-grid-three, .tc-wp-content-root .tigv-content .tigv-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .tigv-content .tigv-card, .tc-wp-content-root .tigv-content .tigv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .tigv-content .tigv-card h3, .tc-wp-content-root .tigv-content .tigv-step h3, .tc-wp-content-root .tigv-content .tigv-trust-card h3{
    font-size: 22px;
  }.tc-wp-content-root .tigv-content .tigv-card p, .tc-wp-content-root .tigv-content .tigv-step p, .tc-wp-content-root .tigv-content .tigv-trust-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .tigv-content .tigv-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .tigv-content .tigv-step{
    padding: 32px;
    gap: 28px;
  }.tc-wp-content-root .tigv-content .tigv-step-number{
    width: 72px;
    height: 72px;
    font-size: 20px;
  }}