/* 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 .igiv-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #171923;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
}.tc-wp-content-root .igiv-content-wrap, .tc-wp-content-root .igiv-content-wrap section, .tc-wp-content-root .igiv-content-wrap div, .tc-wp-content-root .igiv-content-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .igiv-content-wrap .igiv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .igiv-content-wrap .igiv-section-white{
  background: #ffffff;
}.tc-wp-content-root .igiv-content-wrap .igiv-section-soft{
  background:
    radial-gradient(circle at top left, rgba(244, 63, 94, 0.08), transparent 32%),
    radial-gradient(circle at bottom right, rgba(124, 58, 237, 0.08), transparent 34%),
    #fbfafc;
}.tc-wp-content-root .igiv-content-wrap .igiv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .igiv-content-wrap .igiv-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .igiv-content-wrap .igiv-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(225, 29, 72, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(244, 63, 94, 0.1), rgba(124, 58, 237, 0.1));
  color: #9f1239;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .igiv-content-wrap .igiv-section-head h2{
  margin: 0;
  color: #101322;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .igiv-content-wrap .igiv-section-head p{
  margin: 16px auto 0;
  color: #5c6172;
  font-weight: 450;
  line-height: 1.7;
}.tc-wp-content-root .igiv-content-wrap .igiv-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .igiv-content-wrap .igiv-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(23, 25, 35, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 48px rgba(25, 28, 45, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .igiv-content-wrap .igiv-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #f43f5e, #c026d3, #7c3aed);
  opacity: 0.9;
}.tc-wp-content-root .igiv-content-wrap .igiv-card:hover{
  transform: translateY(-6px);
  border-color: rgba(192, 38, 211, 0.22);
  box-shadow: 0 24px 70px rgba(25, 28, 45, 0.13);
}.tc-wp-content-root .igiv-content-wrap .igiv-card h3{
  margin: 0;
  color: #151827;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .igiv-content-wrap .igiv-card p{
  margin: 10px 0 0;
  color: #626879;
  line-height: 1.68;
}.tc-wp-content-root .igiv-content-wrap .igiv-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(244, 63, 94, 0.14), rgba(124, 58, 237, 0.14));
  box-shadow: inset 0 0 0 1px rgba(244, 63, 94, 0.1);
  transition: transform 260ms ease;
}.tc-wp-content-root .igiv-content-wrap .igiv-card:hover .igiv-icon{
  transform: translateY(-2px) rotate(-2deg);
}.tc-wp-content-root .igiv-content-wrap .igiv-icon::before, .tc-wp-content-root .igiv-content-wrap .igiv-icon::after{
  content: "";
  position: absolute;
  display: block;
}.tc-wp-content-root .igiv-content-wrap .igiv-icon-lens::before{
  width: 17px;
  height: 17px;
  left: 12px;
  top: 11px;
  border: 3px solid #e11d48;
  border-radius: 50%;
}.tc-wp-content-root .igiv-content-wrap .igiv-icon-lens::after{
  width: 12px;
  height: 3px;
  left: 27px;
  top: 29px;
  border-radius: 3px;
  background: #7c3aed;
  transform: rotate(45deg);
}.tc-wp-content-root .igiv-content-wrap .igiv-icon-speed::before{
  width: 24px;
  height: 16px;
  left: 11px;
  top: 16px;
  border: 3px solid #c026d3;
  border-bottom: 0;
  border-radius: 22px 22px 0 0;
}.tc-wp-content-root .igiv-content-wrap .igiv-icon-speed::after{
  width: 14px;
  height: 3px;
  left: 22px;
  top: 25px;
  border-radius: 3px;
  background: #f43f5e;
  transform: rotate(-28deg);
}.tc-wp-content-root .igiv-content-wrap .igiv-icon-frame::before{
  inset: 11px;
  border: 3px solid #7c3aed;
  border-radius: 9px;
}.tc-wp-content-root .igiv-content-wrap .igiv-icon-frame::after{
  width: 9px;
  height: 9px;
  right: 13px;
  top: 13px;
  border-radius: 50%;
  background: #f43f5e;
}.tc-wp-content-root .igiv-content-wrap .igiv-icon-path::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 3px solid #e11d48;
  border-radius: 8px;
}.tc-wp-content-root .igiv-content-wrap .igiv-icon-path::after{
  width: 14px;
  height: 3px;
  left: 16px;
  top: 22px;
  border-radius: 3px;
  background: #7c3aed;
}.tc-wp-content-root .igiv-content-wrap .igiv-icon-phone::before{
  width: 17px;
  height: 25px;
  left: 14px;
  top: 10px;
  border: 3px solid #c026d3;
  border-radius: 8px;
}.tc-wp-content-root .igiv-content-wrap .igiv-icon-phone::after{
  width: 5px;
  height: 5px;
  left: 21px;
  bottom: 12px;
  border-radius: 50%;
  background: #f43f5e;
}.tc-wp-content-root .igiv-content-wrap .igiv-icon-daily::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  background: conic-gradient(from 140deg, #f43f5e, #c026d3, #7c3aed, #f43f5e);
}.tc-wp-content-root .igiv-content-wrap .igiv-icon-daily::after{
  width: 12px;
  height: 12px;
  left: 17px;
  top: 17px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .igiv-content-wrap .igiv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .igiv-content-wrap .igiv-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(23, 25, 35, 0.08);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.82));
  box-shadow: 0 18px 54px rgba(25, 28, 45, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .igiv-content-wrap .igiv-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 70px rgba(25, 28, 45, 0.12);
}.tc-wp-content-root .igiv-content-wrap .igiv-step-card::after{
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  right: -80px;
  top: -80px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(244, 63, 94, 0.12), rgba(124, 58, 237, 0.12));
}.tc-wp-content-root .igiv-content-wrap .igiv-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #f43f5e, #c026d3 48%, #7c3aed);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 34px rgba(192, 38, 211, 0.24);
}.tc-wp-content-root .igiv-content-wrap .igiv-step-copy{
  position: relative;
  z-index: 1;
  min-width: 0;
}.tc-wp-content-root .igiv-content-wrap .igiv-step-copy h3{
  margin: 0;
  color: #151827;
  font-weight: 780;
  line-height: 1.25;
}.tc-wp-content-root .igiv-content-wrap .igiv-step-copy p{
  margin: 8px 0 0;
  color: #5f6575;
  line-height: 1.68;
}.tc-wp-content-root .igiv-content-wrap .igiv-use-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.92)),
    radial-gradient(circle at top right, rgba(244, 63, 94, 0.14), transparent 38%);
}.tc-wp-content-root .igiv-content-wrap .igiv-dot{
  width: 13px;
  height: 13px;
  margin: 0 0 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f43f5e, #7c3aed);
  box-shadow: 0 0 0 8px rgba(244, 63, 94, 0.08);
}.tc-wp-content-root .igiv-content-wrap .igiv-trust-card{
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.86)),
    radial-gradient(circle at top left, rgba(124, 58, 237, 0.1), transparent 42%);
}.tc-wp-content-root .igiv-content-wrap .igiv-badge{
  display: inline-flex;
  width: fit-content;
  margin: 0 0 18px;
  padding: 8px 11px;
  border: 1px solid rgba(124, 58, 237, 0.14);
  border-radius: 999px;
  background: rgba(124, 58, 237, 0.07);
  color: #6d28d9;
  font-size: 12px;
  font-weight: 760;
  line-height: 1.2;
}.tc-wp-content-root .igiv-content-wrap .igiv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .igiv-content-wrap .igiv-reveal.igiv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .igiv-content-wrap .igiv-section{
    padding: 54px 0;
  }.tc-wp-content-root .igiv-content-wrap .igiv-container{
    padding: 0 14px;
  }.tc-wp-content-root .igiv-content-wrap .igiv-section-head h2{
    font-size: 25px;
  }.tc-wp-content-root .igiv-content-wrap .igiv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .igiv-content-wrap .igiv-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .igiv-content-wrap .igiv-card{
    padding: 24px 20px 22px;
    border-radius: 18px;
  }.tc-wp-content-root .igiv-content-wrap .igiv-card h3{
    font-size: 18px;
  }.tc-wp-content-root .igiv-content-wrap .igiv-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .igiv-content-wrap .igiv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .igiv-content-wrap .igiv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
  }.tc-wp-content-root .igiv-content-wrap .igiv-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }.tc-wp-content-root .igiv-content-wrap .igiv-step-copy h3{
    font-size: 18px;
  }.tc-wp-content-root .igiv-content-wrap .igiv-step-copy p{
    font-size: 14.5px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .igiv-content-wrap .igiv-section{
    padding: 60px 0;
  }.tc-wp-content-root .igiv-content-wrap .igiv-container{
    padding: 0 18px;
  }.tc-wp-content-root .igiv-content-wrap .igiv-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .igiv-content-wrap .igiv-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .igiv-content-wrap .igiv-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .igiv-content-wrap .igiv-card{
    padding: 26px 22px 24px;
  }.tc-wp-content-root .igiv-content-wrap .igiv-card h3{
    font-size: 18.5px;
  }.tc-wp-content-root .igiv-content-wrap .igiv-card p{
    font-size: 15px;
  }.tc-wp-content-root .igiv-content-wrap .igiv-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .igiv-content-wrap .igiv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
  }.tc-wp-content-root .igiv-content-wrap .igiv-step-number{
    width: 56px;
    height: 56px;
    font-size: 17px;
  }.tc-wp-content-root .igiv-content-wrap .igiv-step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .igiv-content-wrap .igiv-step-copy p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .igiv-content-wrap .igiv-section{
    padding: 66px 0;
  }.tc-wp-content-root .igiv-content-wrap .igiv-container{
    padding: 0 22px;
  }.tc-wp-content-root .igiv-content-wrap .igiv-section-head h2{
    font-size: 31px;
  }.tc-wp-content-root .igiv-content-wrap .igiv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .igiv-content-wrap .igiv-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .igiv-content-wrap .igiv-card{
    padding: 28px 24px 26px;
  }.tc-wp-content-root .igiv-content-wrap .igiv-card h3{
    font-size: 19px;
  }.tc-wp-content-root .igiv-content-wrap .igiv-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .igiv-content-wrap .igiv-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .igiv-content-wrap .igiv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 24px;
  }.tc-wp-content-root .igiv-content-wrap .igiv-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }.tc-wp-content-root .igiv-content-wrap .igiv-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .igiv-content-wrap .igiv-step-copy p{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .igiv-content-wrap .igiv-section{
    padding: 78px 0;
  }.tc-wp-content-root .igiv-content-wrap .igiv-container{
    padding: 0 30px;
  }.tc-wp-content-root .igiv-content-wrap .igiv-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .igiv-content-wrap .igiv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .igiv-content-wrap .igiv-card-grid{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .igiv-content-wrap .igiv-grid-six, .tc-wp-content-root .igiv-content-wrap .igiv-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .igiv-content-wrap .igiv-card{
    padding: 30px 26px 28px;
  }.tc-wp-content-root .igiv-content-wrap .igiv-card h3{
    font-size: 20px;
  }.tc-wp-content-root .igiv-content-wrap .igiv-card p{
    font-size: 15.8px;
  }.tc-wp-content-root .igiv-content-wrap .igiv-steps{
    gap: 20px;
    margin-top: 44px;
  }.tc-wp-content-root .igiv-content-wrap .igiv-step-card{
    gap: 24px;
    padding: 28px;
  }.tc-wp-content-root .igiv-content-wrap .igiv-step-number{
    width: 66px;
    height: 66px;
    font-size: 19px;
  }.tc-wp-content-root .igiv-content-wrap .igiv-step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .igiv-content-wrap .igiv-step-copy p{
    font-size: 16px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .igiv-content-wrap .igiv-section{
    padding: 92px 0;
  }.tc-wp-content-root .igiv-content-wrap .igiv-container{
    padding: 0 34px;
  }.tc-wp-content-root .igiv-content-wrap .igiv-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .igiv-content-wrap .igiv-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .igiv-content-wrap .igiv-card-grid{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .igiv-content-wrap .igiv-grid-six, .tc-wp-content-root .igiv-content-wrap .igiv-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .igiv-content-wrap .igiv-card{
    padding: 32px 28px 30px;
  }.tc-wp-content-root .igiv-content-wrap .igiv-card h3{
    font-size: 21px;
  }.tc-wp-content-root .igiv-content-wrap .igiv-card p{
    font-size: 16px;
  }.tc-wp-content-root .igiv-content-wrap .igiv-steps{
    gap: 22px;
    margin-top: 50px;
  }.tc-wp-content-root .igiv-content-wrap .igiv-step-card{
    gap: 28px;
    padding: 32px;
  }.tc-wp-content-root .igiv-content-wrap .igiv-step-number{
    width: 72px;
    height: 72px;
    font-size: 20px;
  }.tc-wp-content-root .igiv-content-wrap .igiv-step-copy h3{
    font-size: 23px;
  }.tc-wp-content-root .igiv-content-wrap .igiv-step-copy p{
    font-size: 16.5px;
  }}