@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-bottom-content{
  width: 100%;
  overflow-x: hidden;
  font-family: Arial, Helvetica, sans-serif;
  color: #172033;
  background: #ffffff;
}.tc-wp-content-root .igsv-bottom-content, .tc-wp-content-root .igsv-bottom-content div, .tc-wp-content-root .igsv-bottom-content section, .tc-wp-content-root .igsv-bottom-content article{
  box-sizing: border-box;
}.tc-wp-content-root .igsv-bottom-content .igsv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .igsv-bottom-content .igsv-section-white{
  background: #ffffff;
}.tc-wp-content-root .igsv-bottom-content .igsv-section-soft{
  background: linear-gradient(180deg, #fbf8ff 0%, #f7fafc 100%);
}.tc-wp-content-root .igsv-bottom-content .igsv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .igsv-bottom-content .igsv-heading-block{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .igsv-bottom-content .igsv-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(199, 69, 151, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 111, 145, 0.1), rgba(117, 93, 245, 0.1));
  color: #8b2f74;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .igsv-bottom-content h2{
  margin: 0;
  color: #141827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .igsv-bottom-content .igsv-heading-block p{
  margin: 16px auto 0;
  color: #5f6878;
  line-height: 1.72;
}.tc-wp-content-root .igsv-bottom-content .igsv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .igsv-bottom-content .igsv-card, .tc-wp-content-root .igsv-bottom-content .igsv-trust-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(25, 32, 54, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 44px rgba(28, 32, 55, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .igsv-bottom-content .igsv-card::before, .tc-wp-content-root .igsv-bottom-content .igsv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 111, 145, 0.48), rgba(117, 93, 245, 0.34), rgba(24, 198, 187, 0.28));
  opacity: 0;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  transition: opacity 260ms ease;
}.tc-wp-content-root .igsv-bottom-content .igsv-card:hover, .tc-wp-content-root .igsv-bottom-content .igsv-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(199, 69, 151, 0.22);
  box-shadow: 0 24px 58px rgba(28, 32, 55, 0.13);
}.tc-wp-content-root .igsv-bottom-content .igsv-card:hover::before, .tc-wp-content-root .igsv-bottom-content .igsv-trust-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .igsv-bottom-content .igsv-card h3, .tc-wp-content-root .igsv-bottom-content .igsv-step-card h3, .tc-wp-content-root .igsv-bottom-content .igsv-trust-card h3{
  margin: 0;
  color: #171b2b;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .igsv-bottom-content .igsv-card p, .tc-wp-content-root .igsv-bottom-content .igsv-step-card p, .tc-wp-content-root .igsv-bottom-content .igsv-trust-card p, .tc-wp-content-root .igsv-bottom-content .igsv-note p{
  margin: 12px 0 0;
  color: #5f6878;
  line-height: 1.68;
}.tc-wp-content-root .igsv-bottom-content .igsv-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin: 0 0 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff6f91, #755df5);
  box-shadow: 0 14px 28px rgba(117, 93, 245, 0.22);
}.tc-wp-content-root .igsv-bottom-content .igsv-icon::before, .tc-wp-content-root .igsv-bottom-content .igsv-icon::after{
  content: "";
  position: absolute;
  transition: transform 260ms ease;
}.tc-wp-content-root .igsv-bottom-content .igsv-card:hover .igsv-icon::before, .tc-wp-content-root .igsv-bottom-content .igsv-card:hover .igsv-icon::after{
  transform: translateY(-1px);
}.tc-wp-content-root .igsv-bottom-content .igsv-icon-lens::before{
  width: 16px;
  height: 16px;
  left: 13px;
  top: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .igsv-bottom-content .igsv-icon-lens::after{
  width: 11px;
  height: 3px;
  left: 27px;
  top: 30px;
  border-radius: 999px;
  background: #ffffff;
  transform: rotate(45deg);
}.tc-wp-content-root .igsv-bottom-content .igsv-icon-bolt::before{
  left: 18px;
  top: 10px;
  width: 13px;
  height: 27px;
  background: #ffffff;
  clip-path: polygon(54% 0, 100% 0, 65% 43%, 100% 43%, 35% 100%, 48% 56%, 0 56%);
}.tc-wp-content-root .igsv-bottom-content .igsv-icon-frame::before{
  left: 12px;
  top: 12px;
  width: 24px;
  height: 24px;
  border: 3px solid #ffffff;
  border-radius: 9px;
}.tc-wp-content-root .igsv-bottom-content .igsv-icon-frame::after{
  left: 19px;
  top: 19px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .igsv-bottom-content .igsv-icon-path::before{
  left: 13px;
  top: 15px;
  width: 22px;
  height: 16px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  border-radius: 0 0 0 10px;
}.tc-wp-content-root .igsv-bottom-content .igsv-icon-path::after{
  right: 12px;
  top: 13px;
  width: 9px;
  height: 9px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(45deg);
}.tc-wp-content-root .igsv-bottom-content .igsv-icon-phone::before{
  left: 15px;
  top: 9px;
  width: 18px;
  height: 30px;
  border: 3px solid #ffffff;
  border-radius: 8px;
}.tc-wp-content-root .igsv-bottom-content .igsv-icon-phone::after{
  left: 22px;
  bottom: 12px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .igsv-bottom-content .igsv-icon-daily::before{
  left: 12px;
  top: 13px;
  width: 24px;
  height: 22px;
  border: 3px solid #ffffff;
  border-radius: 8px;
}.tc-wp-content-root .igsv-bottom-content .igsv-icon-daily::after{
  left: 18px;
  top: 21px;
  width: 13px;
  height: 3px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 7px 0 #ffffff;
}.tc-wp-content-root .igsv-bottom-content .igsv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .igsv-bottom-content .igsv-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(117, 93, 245, 0.16);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.8));
  box-shadow: 0 18px 46px rgba(35, 42, 68, 0.08);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .igsv-bottom-content .igsv-step-card::after{
  content: "";
  position: absolute;
  right: -60px;
  top: -70px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 111, 145, 0.18), rgba(117, 93, 245, 0));
  pointer-events: none;
}.tc-wp-content-root .igsv-bottom-content .igsv-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(35, 42, 68, 0.12);
}.tc-wp-content-root .igsv-bottom-content .igsv-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff6f91, #755df5);
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 16px 32px rgba(117, 93, 245, 0.24);
}.tc-wp-content-root .igsv-bottom-content .igsv-badge-dot{
  display: inline-flex;
  width: 15px;
  height: 15px;
  margin: 0 0 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff6f91, #18c6bb);
  box-shadow: 0 0 0 8px rgba(255, 111, 145, 0.1);
}.tc-wp-content-root .igsv-bottom-content .igsv-trust-mark{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0 0 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #18c6bb, #755df5);
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(24, 198, 187, 0.18);
}.tc-wp-content-root .igsv-bottom-content .igsv-note{
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(199, 69, 151, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 38px rgba(28, 32, 55, 0.06);
  text-align: center;
}.tc-wp-content-root .igsv-bottom-content .igsv-note p{
  margin: 0;
}.tc-wp-content-root .igsv-bottom-content .igsv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}.tc-wp-content-root .igsv-bottom-content .igsv-reveal.igsv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .igsv-bottom-content .igsv-section{
    padding: 48px 0;
  }.tc-wp-content-root .igsv-bottom-content .igsv-container{
    padding: 0 14px;
  }.tc-wp-content-root .igsv-bottom-content .igsv-kicker{
    font-size: 11px;
  }.tc-wp-content-root .igsv-bottom-content h2{
    font-size: 25px;
  }.tc-wp-content-root .igsv-bottom-content .igsv-heading-block p{
    font-size: 14px;
  }.tc-wp-content-root .igsv-bottom-content .igsv-grid, .tc-wp-content-root .igsv-bottom-content .igsv-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .igsv-bottom-content .igsv-grid-six, .tc-wp-content-root .igsv-bottom-content .igsv-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .igsv-bottom-content .igsv-card, .tc-wp-content-root .igsv-bottom-content .igsv-trust-card{
    padding: 22px;
  }.tc-wp-content-root .igsv-bottom-content .igsv-card h3, .tc-wp-content-root .igsv-bottom-content .igsv-step-card h3, .tc-wp-content-root .igsv-bottom-content .igsv-trust-card h3{
    font-size: 18px;
  }.tc-wp-content-root .igsv-bottom-content .igsv-card p, .tc-wp-content-root .igsv-bottom-content .igsv-step-card p, .tc-wp-content-root .igsv-bottom-content .igsv-trust-card p, .tc-wp-content-root .igsv-bottom-content .igsv-note p{
    font-size: 14px;
  }.tc-wp-content-root .igsv-bottom-content .igsv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .igsv-bottom-content .igsv-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }.tc-wp-content-root .igsv-bottom-content .igsv-note{
    margin-top: 22px;
    padding: 20px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .igsv-bottom-content .igsv-section{
    padding: 54px 0;
  }.tc-wp-content-root .igsv-bottom-content .igsv-container{
    padding: 0 18px;
  }.tc-wp-content-root .igsv-bottom-content .igsv-kicker{
    font-size: 12px;
  }.tc-wp-content-root .igsv-bottom-content h2{
    font-size: 28px;
  }.tc-wp-content-root .igsv-bottom-content .igsv-heading-block p{
    font-size: 15px;
  }.tc-wp-content-root .igsv-bottom-content .igsv-grid, .tc-wp-content-root .igsv-bottom-content .igsv-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .igsv-bottom-content .igsv-grid-six, .tc-wp-content-root .igsv-bottom-content .igsv-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .igsv-bottom-content .igsv-card, .tc-wp-content-root .igsv-bottom-content .igsv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .igsv-bottom-content .igsv-card h3, .tc-wp-content-root .igsv-bottom-content .igsv-step-card h3, .tc-wp-content-root .igsv-bottom-content .igsv-trust-card h3{
    font-size: 19px;
  }.tc-wp-content-root .igsv-bottom-content .igsv-card p, .tc-wp-content-root .igsv-bottom-content .igsv-step-card p, .tc-wp-content-root .igsv-bottom-content .igsv-trust-card p, .tc-wp-content-root .igsv-bottom-content .igsv-note p{
    font-size: 15px;
  }.tc-wp-content-root .igsv-bottom-content .igsv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .igsv-bottom-content .igsv-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }.tc-wp-content-root .igsv-bottom-content .igsv-note{
    margin-top: 24px;
    padding: 22px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .igsv-bottom-content .igsv-section{
    padding: 62px 0;
  }.tc-wp-content-root .igsv-bottom-content .igsv-container{
    padding: 0 22px;
  }.tc-wp-content-root .igsv-bottom-content .igsv-kicker{
    font-size: 12px;
  }.tc-wp-content-root .igsv-bottom-content h2{
    font-size: 32px;
  }.tc-wp-content-root .igsv-bottom-content .igsv-heading-block p{
    font-size: 16px;
  }.tc-wp-content-root .igsv-bottom-content .igsv-grid, .tc-wp-content-root .igsv-bottom-content .igsv-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .igsv-bottom-content .igsv-grid-six, .tc-wp-content-root .igsv-bottom-content .igsv-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .igsv-bottom-content .igsv-card, .tc-wp-content-root .igsv-bottom-content .igsv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .igsv-bottom-content .igsv-card h3, .tc-wp-content-root .igsv-bottom-content .igsv-step-card h3, .tc-wp-content-root .igsv-bottom-content .igsv-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .igsv-bottom-content .igsv-card p, .tc-wp-content-root .igsv-bottom-content .igsv-step-card p, .tc-wp-content-root .igsv-bottom-content .igsv-trust-card p, .tc-wp-content-root .igsv-bottom-content .igsv-note p{
    font-size: 15px;
  }.tc-wp-content-root .igsv-bottom-content .igsv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .igsv-bottom-content .igsv-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }.tc-wp-content-root .igsv-bottom-content .igsv-note{
    margin-top: 26px;
    padding: 24px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .igsv-bottom-content .igsv-section{
    padding: 76px 0;
  }.tc-wp-content-root .igsv-bottom-content .igsv-container{
    padding: 0 30px;
  }.tc-wp-content-root .igsv-bottom-content .igsv-kicker{
    font-size: 13px;
  }.tc-wp-content-root .igsv-bottom-content h2{
    font-size: 38px;
  }.tc-wp-content-root .igsv-bottom-content .igsv-heading-block p{
    font-size: 17px;
  }.tc-wp-content-root .igsv-bottom-content .igsv-grid, .tc-wp-content-root .igsv-bottom-content .igsv-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .igsv-bottom-content .igsv-grid-six, .tc-wp-content-root .igsv-bottom-content .igsv-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .igsv-bottom-content .igsv-card, .tc-wp-content-root .igsv-bottom-content .igsv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .igsv-bottom-content .igsv-card h3, .tc-wp-content-root .igsv-bottom-content .igsv-step-card h3, .tc-wp-content-root .igsv-bottom-content .igsv-trust-card h3{
    font-size: 21px;
  }.tc-wp-content-root .igsv-bottom-content .igsv-card p, .tc-wp-content-root .igsv-bottom-content .igsv-step-card p, .tc-wp-content-root .igsv-bottom-content .igsv-trust-card p, .tc-wp-content-root .igsv-bottom-content .igsv-note p{
    font-size: 16px;
  }.tc-wp-content-root .igsv-bottom-content .igsv-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .igsv-bottom-content .igsv-step-number{
    width: 66px;
    height: 66px;
    font-size: 19px;
  }.tc-wp-content-root .igsv-bottom-content .igsv-note{
    margin-top: 30px;
    padding: 26px 32px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .igsv-bottom-content .igsv-section{
    padding: 92px 0;
  }.tc-wp-content-root .igsv-bottom-content .igsv-container{
    padding: 0 32px;
  }.tc-wp-content-root .igsv-bottom-content .igsv-kicker{
    font-size: 13px;
  }.tc-wp-content-root .igsv-bottom-content h2{
    font-size: 46px;
  }.tc-wp-content-root .igsv-bottom-content .igsv-heading-block p{
    font-size: 18px;
  }.tc-wp-content-root .igsv-bottom-content .igsv-grid, .tc-wp-content-root .igsv-bottom-content .igsv-steps{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .igsv-bottom-content .igsv-grid-six, .tc-wp-content-root .igsv-bottom-content .igsv-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .igsv-bottom-content .igsv-card, .tc-wp-content-root .igsv-bottom-content .igsv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .igsv-bottom-content .igsv-card h3, .tc-wp-content-root .igsv-bottom-content .igsv-step-card h3, .tc-wp-content-root .igsv-bottom-content .igsv-trust-card h3{
    font-size: 22px;
  }.tc-wp-content-root .igsv-bottom-content .igsv-card p, .tc-wp-content-root .igsv-bottom-content .igsv-step-card p, .tc-wp-content-root .igsv-bottom-content .igsv-trust-card p, .tc-wp-content-root .igsv-bottom-content .igsv-note p{
    font-size: 16px;
  }.tc-wp-content-root .igsv-bottom-content .igsv-step-card{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .igsv-bottom-content .igsv-step-number{
    width: 72px;
    height: 72px;
    font-size: 20px;
  }.tc-wp-content-root .igsv-bottom-content .igsv-note{
    margin-top: 34px;
    padding: 28px 36px;
  }}

.tc-wp-content-root .igsv-step-content {}