@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 .igsv-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}.tc-wp-content-root .igsv-content, .tc-wp-content-root .igsv-content div, .tc-wp-content-root .igsv-content section, .tc-wp-content-root .igsv-content article{
  box-sizing: border-box;
}.tc-wp-content-root .igsv-content .igsv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .igsv-content .igsv-section-white{
  background: #ffffff;
}.tc-wp-content-root .igsv-content .igsv-section-soft{
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 92, 156, 0.08), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(112, 74, 255, 0.08), transparent 30%),
    #f8fafc;
}.tc-wp-content-root .igsv-content .igsv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .igsv-content .igsv-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .igsv-content .igsv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #8b2dff;
  font-weight: 800;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}.tc-wp-content-root .igsv-content .igsv-kicker::before, .tc-wp-content-root .igsv-content .igsv-kicker::after{
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff4f9a, #7b61ff);
}.tc-wp-content-root .igsv-content h2, .tc-wp-content-root .igsv-content h3, .tc-wp-content-root .igsv-content p{
  margin: 0;
}.tc-wp-content-root .igsv-content h2{
  color: #111827;
  font-weight: 850;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .igsv-content .igsv-heading p{
  color: #586174;
  margin-top: 14px;
  line-height: 1.72;
}.tc-wp-content-root .igsv-content .igsv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .igsv-content .igsv-card, .tc-wp-content-root .igsv-content .igsv-trust-card, .tc-wp-content-root .igsv-content .igsv-step-card{
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(123, 97, 255, 0.12);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .igsv-content .igsv-card::before, .tc-wp-content-root .igsv-content .igsv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 79, 154, 0.09), rgba(123, 97, 255, 0.07), transparent 48%);
  opacity: 0;
  transition: opacity 260ms ease;
}.tc-wp-content-root .igsv-content .igsv-card:hover, .tc-wp-content-root .igsv-content .igsv-trust-card:hover, .tc-wp-content-root .igsv-content .igsv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(123, 97, 255, 0.28);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.12);
}.tc-wp-content-root .igsv-content .igsv-card:hover::before, .tc-wp-content-root .igsv-content .igsv-trust-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .igsv-content .igsv-card h3, .tc-wp-content-root .igsv-content .igsv-trust-card h3, .tc-wp-content-root .igsv-content .igsv-step-copy h3{
  position: relative;
  color: #151b2d;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
}.tc-wp-content-root .igsv-content .igsv-card p, .tc-wp-content-root .igsv-content .igsv-trust-card p, .tc-wp-content-root .igsv-content .igsv-step-copy p{
  position: relative;
  color: #5d6678;
  margin-top: 10px;
  line-height: 1.68;
}.tc-wp-content-root .igsv-content .igsv-icon{
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #ff4f9a, #7b61ff);
  box-shadow: 0 14px 28px rgba(123, 97, 255, 0.24);
}.tc-wp-content-root .igsv-content .igsv-icon::before, .tc-wp-content-root .igsv-content .igsv-icon::after{
  content: "";
  position: absolute;
  display: block;
}.tc-wp-content-root .igsv-content .igsv-icon-lens::before{
  width: 16px;
  height: 16px;
  left: 12px;
  top: 11px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .igsv-content .igsv-icon-lens::after{
  width: 10px;
  height: 2px;
  left: 25px;
  top: 28px;
  background: #ffffff;
  border-radius: 99px;
  transform: rotate(45deg);
}.tc-wp-content-root .igsv-content .igsv-icon-speed::before{
  width: 20px;
  height: 20px;
  left: 12px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  border-bottom-color: transparent;
}.tc-wp-content-root .igsv-content .igsv-icon-speed::after{
  width: 13px;
  height: 2px;
  left: 20px;
  top: 22px;
  background: #ffffff;
  border-radius: 99px;
  transform: rotate(-28deg);
}.tc-wp-content-root .igsv-content .igsv-icon-preview::before{
  width: 22px;
  height: 16px;
  left: 11px;
  top: 14px;
  border: 2px solid #ffffff;
  border-radius: 8px;
}.tc-wp-content-root .igsv-content .igsv-icon-preview::after{
  width: 6px;
  height: 6px;
  left: 19px;
  top: 19px;
  background: #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .igsv-content .igsv-icon-steps::before{
  width: 22px;
  height: 2px;
  left: 11px;
  top: 14px;
  background: #ffffff;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
  border-radius: 99px;
}.tc-wp-content-root .igsv-content .igsv-icon-steps::after{
  width: 4px;
  height: 4px;
  left: 10px;
  top: 13px;
  background: #ffffff;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .igsv-content .igsv-icon-mobile::before{
  width: 16px;
  height: 24px;
  left: 14px;
  top: 9px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .igsv-content .igsv-icon-mobile::after{
  width: 5px;
  height: 2px;
  left: 20px;
  top: 28px;
  background: #ffffff;
  border-radius: 99px;
}.tc-wp-content-root .igsv-content .igsv-icon-daily::before{
  width: 20px;
  height: 20px;
  left: 12px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 8px;
}.tc-wp-content-root .igsv-content .igsv-icon-daily::after{
  width: 10px;
  height: 6px;
  left: 17px;
  top: 18px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .igsv-content .igsv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .igsv-content .igsv-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.88)),
    linear-gradient(135deg, rgba(255, 79, 154, 0.18), rgba(123, 97, 255, 0.18));
}.tc-wp-content-root .igsv-content .igsv-step-card::after{
  content: "";
  position: absolute;
  top: -44px;
  right: -44px;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 79, 154, 0.14), rgba(123, 97, 255, 0.13));
}.tc-wp-content-root .igsv-content .igsv-step-number{
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  border-radius: 18px;
  background: linear-gradient(135deg, #ff4f9a, #7b61ff);
  box-shadow: 0 16px 30px rgba(123, 97, 255, 0.26);
}.tc-wp-content-root .igsv-content .igsv-tag{
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  color: #7a2fff;
  font-weight: 800;
  font-size: 12px;
  line-height: 1;
  border: 1px solid rgba(123, 97, 255, 0.18);
  border-radius: 999px;
  background: rgba(123, 97, 255, 0.08);
}.tc-wp-content-root .igsv-content .igsv-grid-trust{
  align-items: stretch;
}.tc-wp-content-root .igsv-content .igsv-trust-card{
  background: #ffffff;
}.tc-wp-content-root .igsv-content .igsv-trust-dot{
  position: relative;
  display: inline-flex;
  width: 16px;
  height: 16px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff4f9a, #7b61ff);
  box-shadow: 0 0 0 8px rgba(123, 97, 255, 0.1);
}.tc-wp-content-root .igsv-content .igsv-note{
  color: #4b5567;
  border: 1px solid rgba(123, 97, 255, 0.14);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 18px 46px rgba(17, 24, 39, 0.06);
  line-height: 1.72;
}.tc-wp-content-root .igsv-content .igsv-note strong{
  color: #151b2d;
  font-weight: 850;
}.tc-wp-content-root .igsv-content .igsv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .igsv-content .igsv-reveal.igsv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 620ms ease, transform 620ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .igsv-content .igsv-section{
    padding: 48px 0;
  }.tc-wp-content-root .igsv-content .igsv-container{
    padding: 0 14px;
  }.tc-wp-content-root .igsv-content h2{
    font-size: 25px;
  }.tc-wp-content-root .igsv-content .igsv-heading p{
    font-size: 14px;
  }.tc-wp-content-root .igsv-content .igsv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .igsv-content .igsv-card, .tc-wp-content-root .igsv-content .igsv-trust-card{
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .igsv-content .igsv-card h3, .tc-wp-content-root .igsv-content .igsv-trust-card h3, .tc-wp-content-root .igsv-content .igsv-step-copy h3{
    font-size: 18px;
  }.tc-wp-content-root .igsv-content .igsv-card p, .tc-wp-content-root .igsv-content .igsv-trust-card p, .tc-wp-content-root .igsv-content .igsv-step-copy p{
    font-size: 14px;
  }.tc-wp-content-root .igsv-content .igsv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .igsv-content .igsv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .igsv-content .igsv-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }.tc-wp-content-root .igsv-content .igsv-note{
    margin-top: 18px;
    padding: 18px;
    border-radius: 18px;
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .igsv-content .igsv-section{
    padding: 54px 0;
  }.tc-wp-content-root .igsv-content .igsv-container{
    padding: 0 18px;
  }.tc-wp-content-root .igsv-content h2{
    font-size: 28px;
  }.tc-wp-content-root .igsv-content .igsv-heading p{
    font-size: 15px;
  }.tc-wp-content-root .igsv-content .igsv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .igsv-content .igsv-card, .tc-wp-content-root .igsv-content .igsv-trust-card{
    padding: 24px;
    border-radius: 22px;
  }.tc-wp-content-root .igsv-content .igsv-card h3, .tc-wp-content-root .igsv-content .igsv-trust-card h3, .tc-wp-content-root .igsv-content .igsv-step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .igsv-content .igsv-card p, .tc-wp-content-root .igsv-content .igsv-trust-card p, .tc-wp-content-root .igsv-content .igsv-step-copy p{
    font-size: 14.5px;
  }.tc-wp-content-root .igsv-content .igsv-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .igsv-content .igsv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
    border-radius: 22px;
  }.tc-wp-content-root .igsv-content .igsv-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }.tc-wp-content-root .igsv-content .igsv-note{
    margin-top: 20px;
    padding: 20px;
    border-radius: 20px;
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .igsv-content .igsv-section{
    padding: 62px 0;
  }.tc-wp-content-root .igsv-content .igsv-container{
    padding: 0 22px;
  }.tc-wp-content-root .igsv-content h2{
    font-size: 32px;
  }.tc-wp-content-root .igsv-content .igsv-heading p{
    font-size: 16px;
  }.tc-wp-content-root .igsv-content .igsv-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .igsv-content .igsv-card, .tc-wp-content-root .igsv-content .igsv-trust-card{
    padding: 26px;
    border-radius: 24px;
  }.tc-wp-content-root .igsv-content .igsv-card h3, .tc-wp-content-root .igsv-content .igsv-trust-card h3, .tc-wp-content-root .igsv-content .igsv-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .igsv-content .igsv-card p, .tc-wp-content-root .igsv-content .igsv-trust-card p, .tc-wp-content-root .igsv-content .igsv-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .igsv-content .igsv-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .igsv-content .igsv-step-card{
    grid-template-columns: auto 1fr;
    gap: 18px;
    padding: 26px;
    border-radius: 24px;
  }.tc-wp-content-root .igsv-content .igsv-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }.tc-wp-content-root .igsv-content .igsv-note{
    margin-top: 22px;
    padding: 22px;
    border-radius: 22px;
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .igsv-content .igsv-section{
    padding: 76px 0;
  }.tc-wp-content-root .igsv-content .igsv-container{
    padding: 0 30px;
  }.tc-wp-content-root .igsv-content h2{
    font-size: 40px;
  }.tc-wp-content-root .igsv-content .igsv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .igsv-content .igsv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .igsv-content .igsv-card, .tc-wp-content-root .igsv-content .igsv-trust-card{
    padding: 28px;
    border-radius: 24px;
  }.tc-wp-content-root .igsv-content .igsv-card h3, .tc-wp-content-root .igsv-content .igsv-trust-card h3, .tc-wp-content-root .igsv-content .igsv-step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .igsv-content .igsv-card p, .tc-wp-content-root .igsv-content .igsv-trust-card p, .tc-wp-content-root .igsv-content .igsv-step-copy p{
    font-size: 15.5px;
  }.tc-wp-content-root .igsv-content .igsv-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .igsv-content .igsv-step-card{
    grid-template-columns: auto 1fr;
    gap: 24px;
    padding: 30px;
    border-radius: 26px;
  }.tc-wp-content-root .igsv-content .igsv-step-number{
    width: 70px;
    height: 70px;
    font-size: 21px;
  }.tc-wp-content-root .igsv-content .igsv-note{
    margin-top: 24px;
    padding: 24px 28px;
    border-radius: 24px;
    font-size: 15.5px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .igsv-content .igsv-section{
    padding: 92px 0;
  }.tc-wp-content-root .igsv-content .igsv-container{
    padding: 0 32px;
  }.tc-wp-content-root .igsv-content h2{
    font-size: 46px;
  }.tc-wp-content-root .igsv-content .igsv-heading p{
    font-size: 18px;
  }.tc-wp-content-root .igsv-content .igsv-grid{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .igsv-content .igsv-grid-three, .tc-wp-content-root .igsv-content .igsv-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .igsv-content .igsv-card, .tc-wp-content-root .igsv-content .igsv-trust-card{
    min-height: 100%;
    padding: 30px;
    border-radius: 26px;
  }.tc-wp-content-root .igsv-content .igsv-card h3, .tc-wp-content-root .igsv-content .igsv-trust-card h3, .tc-wp-content-root .igsv-content .igsv-step-copy h3{
    font-size: 22px;
  }.tc-wp-content-root .igsv-content .igsv-card p, .tc-wp-content-root .igsv-content .igsv-trust-card p, .tc-wp-content-root .igsv-content .igsv-step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .igsv-content .igsv-steps{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .igsv-content .igsv-step-card{
    grid-template-columns: auto 1fr;
    gap: 28px;
    padding: 32px 36px;
    border-radius: 28px;
  }.tc-wp-content-root .igsv-content .igsv-step-number{
    width: 76px;
    height: 76px;
    font-size: 22px;
  }.tc-wp-content-root .igsv-content .igsv-note{
    margin-top: 26px;
    padding: 26px 30px;
    border-radius: 24px;
    font-size: 16px;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .igsv-content .igsv-card, .tc-wp-content-root .igsv-content .igsv-trust-card, .tc-wp-content-root .igsv-content .igsv-step-card, .tc-wp-content-root .igsv-content .igsv-reveal, .tc-wp-content-root .igsv-content .igsv-reveal.igsv-visible{
    transition: none;
    transform: none;
  }.tc-wp-content-root .igsv-content .igsv-reveal{
    opacity: 1;
  }}