@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 .tpigv-content{
  width: 100%;
  overflow-x: hidden;
  color: #182033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  background: #ffffff;
}.tc-wp-content-root .tpigv-content, .tc-wp-content-root .tpigv-content div, .tc-wp-content-root .tpigv-content section, .tc-wp-content-root .tpigv-content article, .tc-wp-content-root .tpigv-content span, .tc-wp-content-root .tpigv-content h2, .tc-wp-content-root .tpigv-content h3, .tc-wp-content-root .tpigv-content p{
  box-sizing: border-box;
}.tc-wp-content-root .tpigv-content .tpigv-section{
  position: relative;
  width: 100%;
  isolation: isolate;
}.tc-wp-content-root .tpigv-content .tpigv-section-white{
  background:
    radial-gradient(circle at 8% 12%, rgba(236, 72, 153, 0.08), transparent 28%),
    radial-gradient(circle at 92% 18%, rgba(99, 102, 241, 0.08), transparent 30%),
    #ffffff;
}.tc-wp-content-root .tpigv-content .tpigv-section-soft{
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(255, 247, 251, 0.9)),
    #fbf7fb;
}.tc-wp-content-root .tpigv-content .tpigv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .tpigv-content .tpigv-heading-block{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .tpigv-content .tpigv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(219, 39, 119, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #b91c68;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
  box-shadow: 0 10px 30px rgba(219, 39, 119, 0.08);
}.tc-wp-content-root .tpigv-content .tpigv-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f43f5e, #8b5cf6);
  box-shadow: 0 0 0 5px rgba(244, 63, 94, 0.12);
}.tc-wp-content-root .tpigv-content .tpigv-heading-block h2{
  margin: 0;
  color: #121827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .tpigv-content .tpigv-heading-block p{
  margin: 16px auto 0;
  max-width: 700px;
  color: #5c6474;
  font-weight: 450;
}.tc-wp-content-root .tpigv-content .tpigv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .tpigv-content .tpigv-card, .tc-wp-content-root .tpigv-content .tpigv-trust-card, .tc-wp-content-root .tpigv-content .tpigv-step-card{
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .tpigv-content .tpigv-card::before, .tc-wp-content-root .tpigv-content .tpigv-trust-card::before, .tc-wp-content-root .tpigv-content .tpigv-step-card::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(244, 63, 94, 0.13), rgba(139, 92, 246, 0.1), transparent 46%);
  opacity: 0;
  transition: opacity 260ms ease;
}.tc-wp-content-root .tpigv-content .tpigv-card:hover, .tc-wp-content-root .tpigv-content .tpigv-trust-card:hover, .tc-wp-content-root .tpigv-content .tpigv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(219, 39, 119, 0.26);
  box-shadow: 0 24px 64px rgba(88, 28, 135, 0.13);
}.tc-wp-content-root .tpigv-content .tpigv-card:hover::before, .tc-wp-content-root .tpigv-content .tpigv-trust-card:hover::before, .tc-wp-content-root .tpigv-content .tpigv-step-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .tpigv-content .tpigv-card h3, .tc-wp-content-root .tpigv-content .tpigv-trust-card h3, .tc-wp-content-root .tpigv-content .tpigv-step-card h3{
  position: relative;
  margin: 0;
  color: #151c2e;
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: 0;
}.tc-wp-content-root .tpigv-content .tpigv-card p, .tc-wp-content-root .tpigv-content .tpigv-trust-card p, .tc-wp-content-root .tpigv-content .tpigv-step-card p{
  position: relative;
  margin: 10px 0 0;
  color: #626a7c;
  font-weight: 440;
}.tc-wp-content-root .tpigv-content .tpigv-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #fb7185, #a855f7);
  box-shadow: 0 16px 34px rgba(168, 85, 247, 0.23);
}.tc-wp-content-root .tpigv-content .tpigv-icon::before, .tc-wp-content-root .tpigv-content .tpigv-icon::after{
  content: "";
  position: absolute;
  transition: transform 260ms ease;
}.tc-wp-content-root .tpigv-content .tpigv-card:hover .tpigv-icon::before, .tc-wp-content-root .tpigv-content .tpigv-card:hover .tpigv-icon::after{
  transform: translateY(-2px);
}.tc-wp-content-root .tpigv-content .tpigv-icon-view::before{
  width: 22px;
  height: 14px;
  left: 13px;
  top: 17px;
  border: 2px solid #ffffff;
  border-radius: 999px;
}.tc-wp-content-root .tpigv-content .tpigv-icon-view::after{
  width: 6px;
  height: 6px;
  left: 21px;
  top: 21px;
  border-radius: 999px;
  background: #ffffff;
}.tc-wp-content-root .tpigv-content .tpigv-icon-speed::before{
  width: 20px;
  height: 20px;
  left: 14px;
  top: 14px;
  border: 2px solid #ffffff;
  border-radius: 999px;
  border-bottom-color: transparent;
}.tc-wp-content-root .tpigv-content .tpigv-icon-speed::after{
  width: 12px;
  height: 2px;
  left: 24px;
  top: 23px;
  border-radius: 999px;
  background: #ffffff;
  transform: rotate(-28deg);
}.tc-wp-content-root .tpigv-content .tpigv-icon-preview::before{
  width: 22px;
  height: 24px;
  left: 13px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .tpigv-content .tpigv-icon-preview::after{
  width: 12px;
  height: 2px;
  left: 18px;
  top: 21px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 6px 0 rgba(255, 255, 255, 0.78);
}.tc-wp-content-root .tpigv-content .tpigv-icon-steps::before{
  width: 6px;
  height: 6px;
  left: 14px;
  top: 14px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.tc-wp-content-root .tpigv-content .tpigv-icon-steps::after{
  width: 16px;
  height: 2px;
  left: 24px;
  top: 16px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 8px 0 rgba(255, 255, 255, 0.82), 0 16px 0 rgba(255, 255, 255, 0.66);
}.tc-wp-content-root .tpigv-content .tpigv-icon-mobile::before{
  width: 18px;
  height: 26px;
  left: 15px;
  top: 11px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .tpigv-content .tpigv-icon-mobile::after{
  width: 6px;
  height: 2px;
  left: 21px;
  top: 31px;
  border-radius: 999px;
  background: #ffffff;
}.tc-wp-content-root .tpigv-content .tpigv-icon-daily::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  border: 2px solid #ffffff;
  border-radius: 999px;
}.tc-wp-content-root .tpigv-content .tpigv-icon-daily::after{
  width: 8px;
  height: 8px;
  left: 20px;
  top: 20px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}.tc-wp-content-root .tpigv-content .tpigv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .tpigv-content .tpigv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.8)),
    #ffffff;
}.tc-wp-content-root .tpigv-content .tpigv-step-number{
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #e11d48, #7c3aed);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 18px 38px rgba(124, 58, 237, 0.24);
}.tc-wp-content-root .tpigv-content .tpigv-step-number::after{
  content: "";
  position: absolute;
  inset: -8px;
  border: 1px solid rgba(225, 29, 72, 0.16);
  border-radius: 26px;
}.tc-wp-content-root .tpigv-content .tpigv-use-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88)),
    #ffffff;
}.tc-wp-content-root .tpigv-content .tpigv-badge{
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 10px;
  border: 1px solid rgba(124, 58, 237, 0.16);
  border-radius: 999px;
  background: rgba(250, 245, 255, 0.92);
  color: #6d28d9;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .tpigv-content .tpigv-trust-card{
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 253, 0.9)),
    #ffffff;
}.tc-wp-content-root .tpigv-content .tpigv-trust-mark{
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(244, 63, 94, 0.14), rgba(139, 92, 246, 0.14));
  border: 1px solid rgba(219, 39, 119, 0.16);
}.tc-wp-content-root .tpigv-content .tpigv-trust-mark::before{
  content: "";
  position: absolute;
  width: 15px;
  height: 8px;
  left: 13px;
  top: 15px;
  border-left: 3px solid #db2777;
  border-bottom: 3px solid #db2777;
  transform: rotate(-45deg);
  border-radius: 1px;
}.tc-wp-content-root .tpigv-content .tpigv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.tc-wp-content-root .tpigv-content .tpigv-reveal.tpigv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tpigv-content .tpigv-section{
    padding: 52px 0;
  }.tc-wp-content-root .tpigv-content .tpigv-container{
    padding: 0 14px;
  }.tc-wp-content-root .tpigv-content .tpigv-heading-block h2{
    font-size: 26px;
  }.tc-wp-content-root .tpigv-content .tpigv-heading-block p{
    font-size: 15px;
  }.tc-wp-content-root .tpigv-content .tpigv-grid, .tc-wp-content-root .tpigv-content .tpigv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .tpigv-content .tpigv-grid-six, .tc-wp-content-root .tpigv-content .tpigv-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .tpigv-content .tpigv-card, .tc-wp-content-root .tpigv-content .tpigv-trust-card{
    padding: 22px;
  }.tc-wp-content-root .tpigv-content .tpigv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
  }.tc-wp-content-root .tpigv-content .tpigv-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }.tc-wp-content-root .tpigv-content .tpigv-card h3, .tc-wp-content-root .tpigv-content .tpigv-trust-card h3, .tc-wp-content-root .tpigv-content .tpigv-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .tpigv-content .tpigv-card p, .tc-wp-content-root .tpigv-content .tpigv-trust-card p, .tc-wp-content-root .tpigv-content .tpigv-step-card p{
    font-size: 14.5px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tpigv-content .tpigv-section{
    padding: 58px 0;
  }.tc-wp-content-root .tpigv-content .tpigv-container{
    padding: 0 18px;
  }.tc-wp-content-root .tpigv-content .tpigv-heading-block h2{
    font-size: 29px;
  }.tc-wp-content-root .tpigv-content .tpigv-heading-block p{
    font-size: 15.5px;
  }.tc-wp-content-root .tpigv-content .tpigv-grid, .tc-wp-content-root .tpigv-content .tpigv-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .tpigv-content .tpigv-grid-six, .tc-wp-content-root .tpigv-content .tpigv-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .tpigv-content .tpigv-card, .tc-wp-content-root .tpigv-content .tpigv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .tpigv-content .tpigv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .tpigv-content .tpigv-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }.tc-wp-content-root .tpigv-content .tpigv-card h3, .tc-wp-content-root .tpigv-content .tpigv-trust-card h3, .tc-wp-content-root .tpigv-content .tpigv-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .tpigv-content .tpigv-card p, .tc-wp-content-root .tpigv-content .tpigv-trust-card p, .tc-wp-content-root .tpigv-content .tpigv-step-card p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tpigv-content .tpigv-section{
    padding: 64px 0;
  }.tc-wp-content-root .tpigv-content .tpigv-container{
    padding: 0 22px;
  }.tc-wp-content-root .tpigv-content .tpigv-heading-block h2{
    font-size: 32px;
  }.tc-wp-content-root .tpigv-content .tpigv-heading-block p{
    font-size: 16px;
  }.tc-wp-content-root .tpigv-content .tpigv-grid, .tc-wp-content-root .tpigv-content .tpigv-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .tpigv-content .tpigv-grid-six, .tc-wp-content-root .tpigv-content .tpigv-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .tpigv-content .tpigv-card, .tc-wp-content-root .tpigv-content .tpigv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .tpigv-content .tpigv-step-card{
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 26px;
  }.tc-wp-content-root .tpigv-content .tpigv-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }.tc-wp-content-root .tpigv-content .tpigv-card h3, .tc-wp-content-root .tpigv-content .tpigv-trust-card h3, .tc-wp-content-root .tpigv-content .tpigv-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .tpigv-content .tpigv-card p, .tc-wp-content-root .tpigv-content .tpigv-trust-card p, .tc-wp-content-root .tpigv-content .tpigv-step-card p{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tpigv-content .tpigv-section{
    padding: 76px 0;
  }.tc-wp-content-root .tpigv-content .tpigv-container{
    padding: 0 28px;
  }.tc-wp-content-root .tpigv-content .tpigv-heading-block h2{
    font-size: 40px;
  }.tc-wp-content-root .tpigv-content .tpigv-heading-block p{
    font-size: 17px;
  }.tc-wp-content-root .tpigv-content .tpigv-grid, .tc-wp-content-root .tpigv-content .tpigv-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .tpigv-content .tpigv-grid-six, .tc-wp-content-root .tpigv-content .tpigv-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .tpigv-content .tpigv-card, .tc-wp-content-root .tpigv-content .tpigv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .tpigv-content .tpigv-step-card{
    grid-template-columns: auto 1fr;
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .tpigv-content .tpigv-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }.tc-wp-content-root .tpigv-content .tpigv-card h3, .tc-wp-content-root .tpigv-content .tpigv-trust-card h3, .tc-wp-content-root .tpigv-content .tpigv-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .tpigv-content .tpigv-card p, .tc-wp-content-root .tpigv-content .tpigv-trust-card p, .tc-wp-content-root .tpigv-content .tpigv-step-card p{
    font-size: 15.8px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .tpigv-content .tpigv-section{
    padding: 92px 0;
  }.tc-wp-content-root .tpigv-content .tpigv-container{
    padding: 0 32px;
  }.tc-wp-content-root .tpigv-content .tpigv-heading-block h2{
    font-size: 48px;
  }.tc-wp-content-root .tpigv-content .tpigv-heading-block p{
    font-size: 18px;
  }.tc-wp-content-root .tpigv-content .tpigv-grid, .tc-wp-content-root .tpigv-content .tpigv-steps{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .tpigv-content .tpigv-grid-six, .tc-wp-content-root .tpigv-content .tpigv-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .tpigv-content .tpigv-card, .tc-wp-content-root .tpigv-content .tpigv-trust-card{
    min-height: 100%;
    padding: 30px;
  }.tc-wp-content-root .tpigv-content .tpigv-step-card{
    grid-template-columns: auto 1fr;
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .tpigv-content .tpigv-step-number{
    width: 76px;
    height: 76px;
    font-size: 22px;
  }.tc-wp-content-root .tpigv-content .tpigv-card h3, .tc-wp-content-root .tpigv-content .tpigv-trust-card h3, .tc-wp-content-root .tpigv-content .tpigv-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .tpigv-content .tpigv-card p, .tc-wp-content-root .tpigv-content .tpigv-trust-card p, .tc-wp-content-root .tpigv-content .tpigv-step-card p{
    font-size: 16px;
  }}

.tc-wp-content-root .tpigv-step-copy {}