@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 .igfv-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #182033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-section-white{
  background: #ffffff;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-section-soft{
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 74, 130, 0.08), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(126, 87, 255, 0.09), transparent 30%),
    #f8f7fb;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-container{
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-heading{
  max-width: 790px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 8px 13px;
  border: 1px solid rgba(219, 55, 112, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 74, 130, 0.11), rgba(126, 87, 255, 0.11));
  color: #b92364;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff4a82, #7e57ff);
  box-shadow: 0 0 0 5px rgba(255, 74, 130, 0.12);
}.tc-wp-content-root .igfv-editorial-wrap h2, .tc-wp-content-root .igfv-editorial-wrap h3, .tc-wp-content-root .igfv-editorial-wrap p{
  margin: 0;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-heading h2{
  color: #121827;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.12;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-heading p{
  margin: 14px auto 0;
  color: #5d6678;
  line-height: 1.75;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-card, .tc-wp-content-root .igfv-editorial-wrap .igfv-trust-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(24, 32, 51, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(21, 27, 43, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-card::after, .tc-wp-content-root .igfv-editorial-wrap .igfv-trust-card::after{
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 74, 130, 0.22), rgba(126, 87, 255, 0.2), rgba(255, 198, 82, 0.12));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-card > *, .tc-wp-content-root .igfv-editorial-wrap .igfv-trust-card > *{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-card:hover, .tc-wp-content-root .igfv-editorial-wrap .igfv-trust-card:hover{
  transform: translateY(-5px);
  border-color: rgba(219, 55, 112, 0.23);
  box-shadow: 0 24px 60px rgba(21, 27, 43, 0.11);
}.tc-wp-content-root .igfv-editorial-wrap .igfv-card:hover::after, .tc-wp-content-root .igfv-editorial-wrap .igfv-trust-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-card h3, .tc-wp-content-root .igfv-editorial-wrap .igfv-trust-card h3, .tc-wp-content-root .igfv-editorial-wrap .igfv-step-content h3{
  color: #182033;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-card p, .tc-wp-content-root .igfv-editorial-wrap .igfv-trust-card p, .tc-wp-content-root .igfv-editorial-wrap .igfv-step-content p{
  color: #626b7d;
  line-height: 1.7;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-icon{
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, #ff4a82, #7e57ff) border-box;
  border: 1px solid transparent;
  box-shadow: 0 12px 28px rgba(219, 55, 112, 0.14);
}.tc-wp-content-root .igfv-editorial-wrap .igfv-icon::before, .tc-wp-content-root .igfv-editorial-wrap .igfv-icon::after{
  content: "";
  position: absolute;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-icon{
  position: relative;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-icon-eye::before{
  width: 22px;
  height: 13px;
  top: 16px;
  left: 11px;
  border: 2px solid #db3770;
  border-radius: 50%;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-icon-eye::after{
  width: 6px;
  height: 6px;
  top: 21px;
  left: 20px;
  border-radius: 50%;
  background: #7e57ff;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-icon-speed::before{
  width: 22px;
  height: 22px;
  top: 12px;
  left: 12px;
  border: 2px solid #db3770;
  border-bottom-color: transparent;
  border-radius: 50%;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-icon-speed::after{
  width: 12px;
  height: 2px;
  top: 23px;
  left: 23px;
  background: #7e57ff;
  transform: rotate(-35deg);
  transform-origin: left center;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-icon-frame::before{
  inset: 12px;
  border: 2px solid #db3770;
  border-radius: 8px;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-icon-frame::after{
  width: 15px;
  height: 3px;
  top: 22px;
  left: 16px;
  border-radius: 99px;
  background: #7e57ff;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-icon-steps::before{
  width: 5px;
  height: 5px;
  top: 14px;
  left: 13px;
  border-radius: 50%;
  background: #db3770;
  box-shadow: 0 9px 0 #7e57ff, 0 18px 0 #ffb547;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-icon-steps::after{
  width: 15px;
  height: 2px;
  top: 16px;
  left: 23px;
  border-radius: 99px;
  background: #db3770;
  box-shadow: 0 9px 0 #7e57ff, 0 18px 0 #ffb547;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-icon-phone::before{
  width: 17px;
  height: 25px;
  top: 10px;
  left: 15px;
  border: 2px solid #db3770;
  border-radius: 7px;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-icon-phone::after{
  width: 5px;
  height: 5px;
  top: 28px;
  left: 21px;
  border-radius: 50%;
  background: #7e57ff;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-icon-calendar::before{
  width: 23px;
  height: 22px;
  top: 13px;
  left: 12px;
  border: 2px solid #db3770;
  border-radius: 7px;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-icon-calendar::after{
  width: 15px;
  height: 2px;
  top: 21px;
  left: 16px;
  border-radius: 99px;
  background: #7e57ff;
  box-shadow: 0 6px 0 rgba(255, 181, 71, 0.9);
}.tc-wp-content-root .igfv-editorial-wrap .igfv-card-accent{
  overflow: hidden;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-card-accent::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #ff4a82, #7e57ff, #ffb547);
}.tc-wp-content-root .igfv-editorial-wrap .igfv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(126, 87, 255, 0.16);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.86)),
    linear-gradient(135deg, rgba(255, 74, 130, 0.08), rgba(126, 87, 255, 0.08));
  box-shadow: 0 18px 42px rgba(31, 38, 60, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(31, 38, 60, 0.12);
}.tc-wp-content-root .igfv-editorial-wrap .igfv-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff4a82, #7e57ff);
  color: #ffffff;
  font-weight: 850;
  box-shadow: 0 16px 34px rgba(126, 87, 255, 0.26);
}.tc-wp-content-root .igfv-editorial-wrap .igfv-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 74, 130, 0.1);
  color: #b92364;
  font-size: 12px;
  font-weight: 800;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .igfv-editorial-wrap .igfv-reveal.igfv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .igfv-editorial-wrap .igfv-section{
    padding: 50px 0;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-container{
    padding: 0 14px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-heading h2{
    font-size: 27px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-heading p{
    font-size: 15px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-card, .tc-wp-content-root .igfv-editorial-wrap .igfv-trust-card{
    padding: 22px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-card h3, .tc-wp-content-root .igfv-editorial-wrap .igfv-trust-card h3, .tc-wp-content-root .igfv-editorial-wrap .igfv-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-card p, .tc-wp-content-root .igfv-editorial-wrap .igfv-trust-card p, .tc-wp-content-root .igfv-editorial-wrap .igfv-step-content p{
    margin-top: 8px;
    font-size: 14px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .igfv-editorial-wrap .igfv-section{
    padding: 56px 0;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-container{
    padding: 0 18px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-heading h2{
    font-size: 30px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-card, .tc-wp-content-root .igfv-editorial-wrap .igfv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-card h3, .tc-wp-content-root .igfv-editorial-wrap .igfv-trust-card h3, .tc-wp-content-root .igfv-editorial-wrap .igfv-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-card p, .tc-wp-content-root .igfv-editorial-wrap .igfv-trust-card p, .tc-wp-content-root .igfv-editorial-wrap .igfv-step-content p{
    margin-top: 9px;
    font-size: 14.5px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .igfv-editorial-wrap .igfv-section{
    padding: 64px 0;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-container{
    padding: 0 22px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-heading h2{
    font-size: 34px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-heading p{
    font-size: 16px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-card, .tc-wp-content-root .igfv-editorial-wrap .igfv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-card h3, .tc-wp-content-root .igfv-editorial-wrap .igfv-trust-card h3, .tc-wp-content-root .igfv-editorial-wrap .igfv-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-card p, .tc-wp-content-root .igfv-editorial-wrap .igfv-trust-card p, .tc-wp-content-root .igfv-editorial-wrap .igfv-step-content p{
    margin-top: 9px;
    font-size: 15px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .igfv-editorial-wrap .igfv-section{
    padding: 78px 0;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-container{
    padding: 0 30px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-heading h2{
    font-size: 42px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-card, .tc-wp-content-root .igfv-editorial-wrap .igfv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-card h3, .tc-wp-content-root .igfv-editorial-wrap .igfv-trust-card h3, .tc-wp-content-root .igfv-editorial-wrap .igfv-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-card p, .tc-wp-content-root .igfv-editorial-wrap .igfv-trust-card p, .tc-wp-content-root .igfv-editorial-wrap .igfv-step-content p{
    margin-top: 10px;
    font-size: 15.5px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-step-number{
    width: 70px;
    height: 70px;
    font-size: 19px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .igfv-editorial-wrap .igfv-section{
    padding: 96px 0;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-container{
    padding: 0 34px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-heading h2{
    font-size: 48px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-heading p{
    font-size: 18px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-grid-3, .tc-wp-content-root .igfv-editorial-wrap .igfv-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-card, .tc-wp-content-root .igfv-editorial-wrap .igfv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-card h3, .tc-wp-content-root .igfv-editorial-wrap .igfv-trust-card h3, .tc-wp-content-root .igfv-editorial-wrap .igfv-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-card p, .tc-wp-content-root .igfv-editorial-wrap .igfv-trust-card p, .tc-wp-content-root .igfv-editorial-wrap .igfv-step-content p{
    margin-top: 10px;
    font-size: 16px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-step-card{
    gap: 26px;
    padding: 34px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-step-number{
    width: 76px;
    height: 76px;
    font-size: 20px;
  }}