/* 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 .igfv-editorial{
  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 .igfv-editorial .igfv-section{
  position: relative;
  overflow: hidden;
}.tc-wp-content-root .igfv-editorial .igfv-section::before{
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 76, 120, 0.16), rgba(132, 77, 255, 0.08) 48%, rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
}.tc-wp-content-root .igfv-editorial .igfv-section-white{
  background: #ffffff;
}.tc-wp-content-root .igfv-editorial .igfv-section-soft{
  background: #faf8fc;
}.tc-wp-content-root .igfv-editorial .igfv-container{
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .igfv-editorial .igfv-section-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .igfv-editorial .igfv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 7px 13px;
  border: 1px solid rgba(227, 74, 133, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 76, 120, 0.1), rgba(132, 77, 255, 0.1));
  color: #9b285f;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.tc-wp-content-root .igfv-editorial .igfv-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff4c78, #844dff);
  box-shadow: 0 0 0 5px rgba(255, 76, 120, 0.1);
}.tc-wp-content-root .igfv-editorial .igfv-section-heading h2{
  margin: 0;
  color: #141a2a;
  font-weight: 820;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .igfv-editorial .igfv-section-heading p{
  margin: 14px auto 0;
  max-width: 680px;
  color: #596174;
  line-height: 1.72;
}.tc-wp-content-root .igfv-editorial .igfv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .igfv-editorial .igfv-card, .tc-wp-content-root .igfv-editorial .igfv-trust-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(31, 38, 54, 0.08);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff, #fffafd);
  box-shadow: 0 18px 45px rgba(20, 26, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .igfv-editorial .igfv-card::after, .tc-wp-content-root .igfv-editorial .igfv-trust-card::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(255, 76, 120, 0);
  pointer-events: none;
  transition: border-color 260ms ease;
}.tc-wp-content-root .igfv-editorial .igfv-card:hover, .tc-wp-content-root .igfv-editorial .igfv-trust-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 24px 58px rgba(20, 26, 42, 0.12);
  border-color: rgba(227, 74, 133, 0.18);
}.tc-wp-content-root .igfv-editorial .igfv-card:hover::after, .tc-wp-content-root .igfv-editorial .igfv-trust-card:hover::after{
  border-color: rgba(132, 77, 255, 0.18);
}.tc-wp-content-root .igfv-editorial .igfv-card h3, .tc-wp-content-root .igfv-editorial .igfv-step-card h3, .tc-wp-content-root .igfv-editorial .igfv-trust-card h3{
  margin: 0;
  color: #182033;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .igfv-editorial .igfv-card p, .tc-wp-content-root .igfv-editorial .igfv-step-card p, .tc-wp-content-root .igfv-editorial .igfv-trust-card p{
  margin: 10px 0 0;
  color: #5d6578;
  line-height: 1.7;
}.tc-wp-content-root .igfv-editorial .igfv-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff4c78, #844dff);
  box-shadow: 0 14px 24px rgba(132, 77, 255, 0.18);
}.tc-wp-content-root .igfv-editorial .igfv-icon::before, .tc-wp-content-root .igfv-editorial .igfv-icon::after{
  content: "";
  position: absolute;
  transition: transform 260ms ease;
}.tc-wp-content-root .igfv-editorial .igfv-card:hover .igfv-icon::before, .tc-wp-content-root .igfv-editorial .igfv-card:hover .igfv-icon::after{
  transform: translateY(-1px);
}.tc-wp-content-root .igfv-editorial .igfv-icon-eye::before{
  left: 12px;
  top: 17px;
  width: 22px;
  height: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .igfv-editorial .igfv-icon-eye::after{
  left: 19px;
  top: 20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .igfv-editorial .igfv-icon-bolt::before{
  left: 18px;
  top: 10px;
  width: 10px;
  height: 25px;
  background: #ffffff;
  clip-path: polygon(45% 0, 100% 0, 62% 43%, 100% 43%, 28% 100%, 48% 56%, 0 56%);
}.tc-wp-content-root .igfv-editorial .igfv-icon-frame::before{
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .igfv-editorial .igfv-icon-frame::after{
  left: 18px;
  top: 18px;
  width: 10px;
  height: 10px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.75);
}.tc-wp-content-root .igfv-editorial .igfv-icon-path::before{
  left: 12px;
  top: 14px;
  width: 22px;
  height: 18px;
  border: 2px solid #ffffff;
  border-left-color: transparent;
  border-radius: 12px;
}.tc-wp-content-root .igfv-editorial .igfv-icon-path::after{
  right: 10px;
  top: 13px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
}.tc-wp-content-root .igfv-editorial .igfv-icon-phone::before{
  left: 15px;
  top: 9px;
  width: 16px;
  height: 28px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .igfv-editorial .igfv-icon-phone::after{
  left: 21px;
  bottom: 11px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .igfv-editorial .igfv-icon-spark::before{
  left: 14px;
  top: 14px;
  width: 18px;
  height: 18px;
  background: #ffffff;
  clip-path: polygon(50% 0, 62% 34%, 100% 50%, 62% 66%, 50% 100%, 38% 66%, 0 50%, 38% 34%);
}.tc-wp-content-root .igfv-editorial .igfv-icon-spark::after{
  right: 10px;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
}.tc-wp-content-root .igfv-editorial .igfv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .igfv-editorial .igfv-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(31, 38, 54, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(20, 26, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .igfv-editorial .igfv-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 54px rgba(20, 26, 42, 0.11);
}.tc-wp-content-root .igfv-editorial .igfv-step-card::before{
  content: "";
  position: absolute;
  left: 30px;
  top: -14px;
  bottom: -14px;
  width: 2px;
  background: linear-gradient(180deg, rgba(255, 76, 120, 0), rgba(255, 76, 120, 0.32), rgba(132, 77, 255, 0));
}.tc-wp-content-root .igfv-editorial .igfv-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #ff4c78, #844dff);
  color: #ffffff;
  font-weight: 820;
  box-shadow: 0 16px 28px rgba(132, 77, 255, 0.22);
}.tc-wp-content-root .igfv-editorial .igfv-step-copy{
  min-width: 0;
}.tc-wp-content-root .igfv-editorial .igfv-badge{
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(255, 76, 120, 0.1);
  color: #9b285f;
  font-size: 12px;
  font-weight: 760;
}.tc-wp-content-root .igfv-editorial .igfv-trust-card{
  overflow: hidden;
}.tc-wp-content-root .igfv-editorial .igfv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #ff4c78, #844dff, #22b8a8);
}.tc-wp-content-root .igfv-editorial .igfv-trust-mark{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 17px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 76, 120, 0.12), rgba(132, 77, 255, 0.13));
  position: relative;
}.tc-wp-content-root .igfv-editorial .igfv-trust-mark::before{
  content: "";
  position: absolute;
  left: 13px;
  top: 11px;
  width: 14px;
  height: 18px;
  border: 2px solid #9b3cff;
  border-radius: 9px 9px 7px 7px;
}.tc-wp-content-root .igfv-editorial .igfv-trust-mark::after{
  content: "";
  position: absolute;
  left: 18px;
  top: 18px;
  width: 6px;
  height: 3px;
  border-left: 2px solid #ff4c78;
  border-bottom: 2px solid #ff4c78;
  transform: rotate(-45deg);
}.tc-wp-content-root .igfv-editorial .igfv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 650ms ease, transform 650ms ease;
}.tc-wp-content-root .igfv-editorial .igfv-reveal.igfv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .igfv-editorial .igfv-section{
    padding: 52px 0;
  }.tc-wp-content-root .igfv-editorial .igfv-container{
    padding: 0 14px;
  }.tc-wp-content-root .igfv-editorial .igfv-section-heading{
    margin-bottom: 28px;
  }.tc-wp-content-root .igfv-editorial .igfv-section-heading h2{
    font-size: 26px;
  }.tc-wp-content-root .igfv-editorial .igfv-section-heading p{
    font-size: 14px;
  }.tc-wp-content-root .igfv-editorial .igfv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .igfv-editorial .igfv-card, .tc-wp-content-root .igfv-editorial .igfv-trust-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .igfv-editorial .igfv-card h3, .tc-wp-content-root .igfv-editorial .igfv-step-card h3, .tc-wp-content-root .igfv-editorial .igfv-trust-card h3{
    font-size: 18px;
  }.tc-wp-content-root .igfv-editorial .igfv-card p, .tc-wp-content-root .igfv-editorial .igfv-step-card p, .tc-wp-content-root .igfv-editorial .igfv-trust-card p{
    font-size: 14px;
  }.tc-wp-content-root .igfv-editorial .igfv-steps{
    gap: 16px;
  }.tc-wp-content-root .igfv-editorial .igfv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .igfv-editorial .igfv-step-card::before{
    display: none;
  }.tc-wp-content-root .igfv-editorial .igfv-step-number{
    width: 52px;
    height: 52px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .igfv-editorial .igfv-section{
    padding: 58px 0;
  }.tc-wp-content-root .igfv-editorial .igfv-container{
    padding: 0 18px;
  }.tc-wp-content-root .igfv-editorial .igfv-section-heading{
    margin-bottom: 30px;
  }.tc-wp-content-root .igfv-editorial .igfv-section-heading h2{
    font-size: 29px;
  }.tc-wp-content-root .igfv-editorial .igfv-section-heading p{
    font-size: 15px;
  }.tc-wp-content-root .igfv-editorial .igfv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .igfv-editorial .igfv-card, .tc-wp-content-root .igfv-editorial .igfv-trust-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .igfv-editorial .igfv-card h3, .tc-wp-content-root .igfv-editorial .igfv-step-card h3, .tc-wp-content-root .igfv-editorial .igfv-trust-card h3{
    font-size: 19px;
  }.tc-wp-content-root .igfv-editorial .igfv-card p, .tc-wp-content-root .igfv-editorial .igfv-step-card p, .tc-wp-content-root .igfv-editorial .igfv-trust-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .igfv-editorial .igfv-steps{
    gap: 18px;
  }.tc-wp-content-root .igfv-editorial .igfv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .igfv-editorial .igfv-step-card::before{
    display: none;
  }.tc-wp-content-root .igfv-editorial .igfv-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .igfv-editorial .igfv-section{
    padding: 64px 0;
  }.tc-wp-content-root .igfv-editorial .igfv-container{
    padding: 0 22px;
  }.tc-wp-content-root .igfv-editorial .igfv-section-heading{
    margin-bottom: 34px;
  }.tc-wp-content-root .igfv-editorial .igfv-section-heading h2{
    font-size: 32px;
  }.tc-wp-content-root .igfv-editorial .igfv-section-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .igfv-editorial .igfv-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .igfv-editorial .igfv-card, .tc-wp-content-root .igfv-editorial .igfv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .igfv-editorial .igfv-card h3, .tc-wp-content-root .igfv-editorial .igfv-step-card h3, .tc-wp-content-root .igfv-editorial .igfv-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .igfv-editorial .igfv-card p, .tc-wp-content-root .igfv-editorial .igfv-step-card p, .tc-wp-content-root .igfv-editorial .igfv-trust-card p{
    font-size: 15px;
  }.tc-wp-content-root .igfv-editorial .igfv-steps{
    gap: 20px;
  }.tc-wp-content-root .igfv-editorial .igfv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .igfv-editorial .igfv-step-card::before{
    display: none;
  }.tc-wp-content-root .igfv-editorial .igfv-step-number{
    width: 56px;
    height: 56px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .igfv-editorial .igfv-section{
    padding: 78px 0;
  }.tc-wp-content-root .igfv-editorial .igfv-container{
    padding: 0 28px;
  }.tc-wp-content-root .igfv-editorial .igfv-section-heading{
    margin-bottom: 42px;
  }.tc-wp-content-root .igfv-editorial .igfv-section-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .igfv-editorial .igfv-section-heading p{
    font-size: 16.5px;
  }.tc-wp-content-root .igfv-editorial .igfv-grid-3, .tc-wp-content-root .igfv-editorial .igfv-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .igfv-editorial .igfv-card, .tc-wp-content-root .igfv-editorial .igfv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .igfv-editorial .igfv-card h3, .tc-wp-content-root .igfv-editorial .igfv-step-card h3, .tc-wp-content-root .igfv-editorial .igfv-trust-card h3{
    font-size: 21px;
  }.tc-wp-content-root .igfv-editorial .igfv-card p, .tc-wp-content-root .igfv-editorial .igfv-step-card p, .tc-wp-content-root .igfv-editorial .igfv-trust-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .igfv-editorial .igfv-steps{
    gap: 20px;
  }.tc-wp-content-root .igfv-editorial .igfv-step-card{
    gap: 24px;
    padding: 28px;
  }.tc-wp-content-root .igfv-editorial .igfv-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .igfv-editorial .igfv-section{
    padding: 92px 0;
  }.tc-wp-content-root .igfv-editorial .igfv-container{
    padding: 0 32px;
  }.tc-wp-content-root .igfv-editorial .igfv-section-heading{
    margin-bottom: 48px;
  }.tc-wp-content-root .igfv-editorial .igfv-section-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .igfv-editorial .igfv-section-heading p{
    font-size: 17px;
  }.tc-wp-content-root .igfv-editorial .igfv-grid-3, .tc-wp-content-root .igfv-editorial .igfv-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .igfv-editorial .igfv-card, .tc-wp-content-root .igfv-editorial .igfv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .igfv-editorial .igfv-card h3, .tc-wp-content-root .igfv-editorial .igfv-step-card h3, .tc-wp-content-root .igfv-editorial .igfv-trust-card h3{
    font-size: 22px;
  }.tc-wp-content-root .igfv-editorial .igfv-card p, .tc-wp-content-root .igfv-editorial .igfv-step-card p, .tc-wp-content-root .igfv-editorial .igfv-trust-card p{
    font-size: 15.8px;
  }.tc-wp-content-root .igfv-editorial .igfv-steps{
    gap: 22px;
  }.tc-wp-content-root .igfv-editorial .igfv-step-card{
    gap: 28px;
    padding: 30px 34px;
  }.tc-wp-content-root .igfv-editorial .igfv-step-number{
    width: 66px;
    height: 66px;
    font-size: 19px;
  }}