@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 .igiv-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.tc-wp-content-root .igiv-content, .tc-wp-content-root .igiv-content div, .tc-wp-content-root .igiv-content section, .tc-wp-content-root .igiv-content article{
  box-sizing: border-box;
}.tc-wp-content-root .igiv-content .igiv-section{
  position: relative;
  width: 100%;
  overflow: hidden;
}.tc-wp-content-root .igiv-content .igiv-section-white{
  background: #ffffff;
}.tc-wp-content-root .igiv-content .igiv-section-soft{
  background: linear-gradient(180deg, #fff8fb 0%, #f8fbff 100%);
}.tc-wp-content-root .igiv-content .igiv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}.tc-wp-content-root .igiv-content .igiv-section::before{
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(236, 72, 153, 0.14), rgba(99, 102, 241, 0));
  top: -120px;
  right: -90px;
  pointer-events: none;
}.tc-wp-content-root .igiv-content .igiv-section::after{
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(249, 115, 22, 0.1), rgba(236, 72, 153, 0));
  bottom: -90px;
  left: -70px;
  pointer-events: none;
}.tc-wp-content-root .igiv-content .igiv-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .igiv-content .igiv-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 12px;
  padding: 7px 14px;
  border: 1px solid rgba(236, 72, 153, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.08), rgba(99, 102, 241, 0.08));
  color: #b91c70;
  font-weight: 750;
  font-size: 13px;
  letter-spacing: 0;
}.tc-wp-content-root .igiv-content h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .igiv-content .igiv-heading p{
  margin: 16px auto 0;
  max-width: 680px;
  color: #5b6475;
  line-height: 1.75;
}.tc-wp-content-root .igiv-content .igiv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .igiv-content .igiv-grid-three{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .igiv-content .igiv-grid-trust{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .igiv-content .igiv-card, .tc-wp-content-root .igiv-content .igiv-trust-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 45px rgba(31, 41, 55, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .igiv-content .igiv-card::before, .tc-wp-content-root .igiv-content .igiv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.35), rgba(99, 102, 241, 0.2), rgba(249, 115, 22, 0.2));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
}.tc-wp-content-root .igiv-content .igiv-card:hover, .tc-wp-content-root .igiv-content .igiv-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(236, 72, 153, 0.22);
  box-shadow: 0 24px 60px rgba(31, 41, 55, 0.12);
}.tc-wp-content-root .igiv-content .igiv-card:hover::before, .tc-wp-content-root .igiv-content .igiv-trust-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .igiv-content .igiv-card h3, .tc-wp-content-root .igiv-content .igiv-step h3, .tc-wp-content-root .igiv-content .igiv-trust-card h3{
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .igiv-content .igiv-card p, .tc-wp-content-root .igiv-content .igiv-step p, .tc-wp-content-root .igiv-content .igiv-trust-card p{
  margin: 10px 0 0;
  color: #626b7c;
  line-height: 1.72;
}.tc-wp-content-root .igiv-content .igiv-icon{
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ec4899, #8b5cf6 58%, #f97316);
  box-shadow: 0 12px 24px rgba(236, 72, 153, 0.22);
  position: relative;
  transition: transform 220ms ease;
}.tc-wp-content-root .igiv-content .igiv-card:hover .igiv-icon{
  transform: translateY(-2px) rotate(-2deg);
}.tc-wp-content-root .igiv-content .igiv-icon::before, .tc-wp-content-root .igiv-content .igiv-icon::after{
  content: "";
  position: absolute;
  border-color: #ffffff;
}.tc-wp-content-root .igiv-content .igiv-icon-frame::before{
  width: 20px;
  height: 15px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  top: 14px;
  left: 12px;
}.tc-wp-content-root .igiv-content .igiv-icon-frame::after{
  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 999px;
  top: 19px;
  right: 13px;
}.tc-wp-content-root .igiv-content .igiv-icon-bolt::before{
  width: 11px;
  height: 22px;
  background: #ffffff;
  clip-path: polygon(55% 0, 18% 47%, 48% 47%, 32% 100%, 82% 38%, 52% 38%);
  top: 12px;
  left: 17px;
}.tc-wp-content-root .igiv-content .igiv-icon-preview::before{
  width: 22px;
  height: 14px;
  border: 2px solid #ffffff;
  border-radius: 999px;
  top: 15px;
  left: 11px;
}.tc-wp-content-root .igiv-content .igiv-icon-preview::after{
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 999px;
  top: 20px;
  left: 19px;
}.tc-wp-content-root .igiv-content .igiv-icon-flow::before{
  width: 22px;
  height: 2px;
  background: #ffffff;
  top: 22px;
  left: 12px;
}.tc-wp-content-root .igiv-content .igiv-icon-flow::after{
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  top: 18px;
  right: 12px;
}.tc-wp-content-root .igiv-content .igiv-icon-mobile::before{
  width: 16px;
  height: 24px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  top: 10px;
  left: 14px;
}.tc-wp-content-root .igiv-content .igiv-icon-mobile::after{
  width: 5px;
  height: 2px;
  background: #ffffff;
  border-radius: 999px;
  bottom: 13px;
  left: 21px;
}.tc-wp-content-root .igiv-content .igiv-icon-daily::before{
  width: 22px;
  height: 22px;
  border: 2px solid #ffffff;
  border-radius: 999px;
  top: 12px;
  left: 12px;
}.tc-wp-content-root .igiv-content .igiv-icon-daily::after{
  width: 8px;
  height: 8px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  top: 18px;
  left: 22px;
}.tc-wp-content-root .igiv-content .igiv-steps{
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
}.tc-wp-content-root .igiv-content .igiv-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(236, 72, 153, 0.13);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 248, 252, 0.9));
  box-shadow: 0 20px 46px rgba(31, 41, 55, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .igiv-content .igiv-step:hover{
  transform: translateY(-4px);
  border-color: rgba(236, 72, 153, 0.28);
  box-shadow: 0 26px 60px rgba(31, 41, 55, 0.12);
}.tc-wp-content-root .igiv-content .igiv-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 22px;
  background: linear-gradient(135deg, #ec4899, #8b5cf6 62%, #f97316);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 30px rgba(139, 92, 246, 0.22);
}.tc-wp-content-root .igiv-content .igiv-step-copy{
  min-width: 0;
}.tc-wp-content-root .igiv-content .igiv-badge{
  display: inline-flex;
  width: fit-content;
  margin: 0 0 16px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(236, 72, 153, 0.09);
  color: #be185d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-content-root .igiv-content .igiv-trust-card{
  background: linear-gradient(180deg, #ffffff 0%, #fffafd 100%);
}.tc-wp-content-root .igiv-content .igiv-trust-mark{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.12), rgba(99, 102, 241, 0.12));
  position: relative;
}.tc-wp-content-root .igiv-content .igiv-trust-mark::before{
  content: "";
  position: absolute;
  width: 16px;
  height: 9px;
  border-left: 3px solid #ec4899;
  border-bottom: 3px solid #ec4899;
  transform: rotate(-45deg);
  top: 14px;
  left: 12px;
}.tc-wp-content-root .igiv-content .igiv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .igiv-content .igiv-reveal.igiv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 220ms ease, border-color 220ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .igiv-content .igiv-section{
    padding: 52px 0;
  }.tc-wp-content-root .igiv-content .igiv-container{
    padding: 0 14px;
  }.tc-wp-content-root .igiv-content h2{
    font-size: 26px;
  }.tc-wp-content-root .igiv-content .igiv-heading p{
    font-size: 14px;
  }.tc-wp-content-root .igiv-content .igiv-grid, .tc-wp-content-root .igiv-content .igiv-grid-three, .tc-wp-content-root .igiv-content .igiv-grid-trust{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .igiv-content .igiv-card, .tc-wp-content-root .igiv-content .igiv-trust-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .igiv-content .igiv-card h3, .tc-wp-content-root .igiv-content .igiv-step h3, .tc-wp-content-root .igiv-content .igiv-trust-card h3{
    font-size: 18px;
  }.tc-wp-content-root .igiv-content .igiv-card p, .tc-wp-content-root .igiv-content .igiv-step p, .tc-wp-content-root .igiv-content .igiv-trust-card p{
    font-size: 14px;
  }.tc-wp-content-root .igiv-content .igiv-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .igiv-content .igiv-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .igiv-content .igiv-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .igiv-content .igiv-section{
    padding: 58px 0;
  }.tc-wp-content-root .igiv-content .igiv-container{
    padding: 0 18px;
  }.tc-wp-content-root .igiv-content h2{
    font-size: 29px;
  }.tc-wp-content-root .igiv-content .igiv-heading p{
    font-size: 15px;
  }.tc-wp-content-root .igiv-content .igiv-grid, .tc-wp-content-root .igiv-content .igiv-grid-three, .tc-wp-content-root .igiv-content .igiv-grid-trust{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .igiv-content .igiv-card, .tc-wp-content-root .igiv-content .igiv-trust-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .igiv-content .igiv-card h3, .tc-wp-content-root .igiv-content .igiv-step h3, .tc-wp-content-root .igiv-content .igiv-trust-card h3{
    font-size: 19px;
  }.tc-wp-content-root .igiv-content .igiv-card p, .tc-wp-content-root .igiv-content .igiv-step p, .tc-wp-content-root .igiv-content .igiv-trust-card p{
    font-size: 15px;
  }.tc-wp-content-root .igiv-content .igiv-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .igiv-content .igiv-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .igiv-content .igiv-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .igiv-content .igiv-section{
    padding: 64px 0;
  }.tc-wp-content-root .igiv-content .igiv-container{
    padding: 0 22px;
  }.tc-wp-content-root .igiv-content h2{
    font-size: 32px;
  }.tc-wp-content-root .igiv-content .igiv-heading p{
    font-size: 16px;
  }.tc-wp-content-root .igiv-content .igiv-grid, .tc-wp-content-root .igiv-content .igiv-grid-three, .tc-wp-content-root .igiv-content .igiv-grid-trust{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .igiv-content .igiv-card, .tc-wp-content-root .igiv-content .igiv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .igiv-content .igiv-card h3, .tc-wp-content-root .igiv-content .igiv-step h3, .tc-wp-content-root .igiv-content .igiv-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .igiv-content .igiv-card p, .tc-wp-content-root .igiv-content .igiv-step p, .tc-wp-content-root .igiv-content .igiv-trust-card p{
    font-size: 15px;
  }.tc-wp-content-root .igiv-content .igiv-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .igiv-content .igiv-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .igiv-content .igiv-step-number{
    width: 66px;
    height: 66px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .igiv-content .igiv-section{
    padding: 78px 0;
  }.tc-wp-content-root .igiv-content .igiv-container{
    padding: 0 30px;
  }.tc-wp-content-root .igiv-content h2{
    font-size: 40px;
  }.tc-wp-content-root .igiv-content .igiv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .igiv-content .igiv-grid, .tc-wp-content-root .igiv-content .igiv-grid-three, .tc-wp-content-root .igiv-content .igiv-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .igiv-content .igiv-card, .tc-wp-content-root .igiv-content .igiv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .igiv-content .igiv-card h3, .tc-wp-content-root .igiv-content .igiv-step h3, .tc-wp-content-root .igiv-content .igiv-trust-card h3{
    font-size: 21px;
  }.tc-wp-content-root .igiv-content .igiv-card p, .tc-wp-content-root .igiv-content .igiv-step p, .tc-wp-content-root .igiv-content .igiv-trust-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .igiv-content .igiv-steps{
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .igiv-content .igiv-step{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .igiv-content .igiv-step-number{
    font-size: 22px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .igiv-content .igiv-section{
    padding: 92px 0;
  }.tc-wp-content-root .igiv-content .igiv-container{
    padding: 0 32px;
  }.tc-wp-content-root .igiv-content h2{
    font-size: 46px;
  }.tc-wp-content-root .igiv-content .igiv-heading p{
    font-size: 18px;
  }.tc-wp-content-root .igiv-content .igiv-grid, .tc-wp-content-root .igiv-content .igiv-grid-three, .tc-wp-content-root .igiv-content .igiv-grid-trust{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .igiv-content .igiv-card, .tc-wp-content-root .igiv-content .igiv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .igiv-content .igiv-card h3, .tc-wp-content-root .igiv-content .igiv-step h3, .tc-wp-content-root .igiv-content .igiv-trust-card h3{
    font-size: 22px;
  }.tc-wp-content-root .igiv-content .igiv-card p, .tc-wp-content-root .igiv-content .igiv-step p, .tc-wp-content-root .igiv-content .igiv-trust-card p{
    font-size: 16px;
  }.tc-wp-content-root .igiv-content .igiv-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .igiv-content .igiv-step{
    gap: 26px;
    padding: 34px;
  }.tc-wp-content-root .igiv-content .igiv-step-number{
    font-size: 23px;
  }}