@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-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
  background: #ffffff;
}.tc-wp-content-root .igfv-content-wrap, .tc-wp-content-root .igfv-content-wrap div, .tc-wp-content-root .igfv-content-wrap section, .tc-wp-content-root .igfv-content-wrap article, .tc-wp-content-root .igfv-content-wrap span, .tc-wp-content-root .igfv-content-wrap h2, .tc-wp-content-root .igfv-content-wrap h3, .tc-wp-content-root .igfv-content-wrap p{
  box-sizing: border-box;
}.tc-wp-content-root .igfv-content-wrap .igfv-section{
  position: relative;
  width: 100%;
  isolation: isolate;
}.tc-wp-content-root .igfv-content-wrap .igfv-section-white{
  background:
    radial-gradient(circle at 12% 18%, rgba(225, 48, 108, 0.08), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(64, 93, 230, 0.08), transparent 26%),
    #ffffff;
}.tc-wp-content-root .igfv-content-wrap .igfv-section-soft{
  background:
    linear-gradient(135deg, rgba(247, 248, 252, 0.96), rgba(255, 247, 251, 0.96)),
    #f7f8fc;
}.tc-wp-content-root .igfv-content-wrap .igfv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .igfv-content-wrap .igfv-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .igfv-content-wrap .igfv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  color: #c82766;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}.tc-wp-content-root .igfv-content-wrap .igfv-kicker::before, .tc-wp-content-root .igfv-content-wrap .igfv-kicker::after{
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f77737, #e1306c, #405de6);
}.tc-wp-content-root .igfv-content-wrap h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.12;
}.tc-wp-content-root .igfv-content-wrap .igfv-heading p{
  margin: 16px auto 0;
  max-width: 680px;
  color: #5f687a;
}.tc-wp-content-root .igfv-content-wrap .igfv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .igfv-content-wrap .igfv-card, .tc-wp-content-root .igfv-content-wrap .igfv-trust-card, .tc-wp-content-root .igfv-content-wrap .igfv-step-card{
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(31, 41, 55, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .igfv-content-wrap .igfv-card::before, .tc-wp-content-root .igfv-content-wrap .igfv-trust-card::before, .tc-wp-content-root .igfv-content-wrap .igfv-step-card::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(247, 119, 55, 0.13), rgba(225, 48, 108, 0.08), rgba(64, 93, 230, 0.12));
  opacity: 0;
  transition: opacity 260ms ease;
}.tc-wp-content-root .igfv-content-wrap .igfv-card:hover, .tc-wp-content-root .igfv-content-wrap .igfv-trust-card:hover, .tc-wp-content-root .igfv-content-wrap .igfv-step-card:hover{
  transform: translateY(-6px);
  border-color: rgba(225, 48, 108, 0.22);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.12);
}.tc-wp-content-root .igfv-content-wrap .igfv-card:hover::before, .tc-wp-content-root .igfv-content-wrap .igfv-trust-card:hover::before, .tc-wp-content-root .igfv-content-wrap .igfv-step-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .igfv-content-wrap .igfv-card h3, .tc-wp-content-root .igfv-content-wrap .igfv-trust-card h3, .tc-wp-content-root .igfv-content-wrap .igfv-step-copy h3{
  position: relative;
  margin: 0;
  color: #151c2d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .igfv-content-wrap .igfv-card p, .tc-wp-content-root .igfv-content-wrap .igfv-trust-card p, .tc-wp-content-root .igfv-content-wrap .igfv-step-copy p{
  position: relative;
  margin: 10px 0 0;
  color: #626b7d;
  line-height: 1.65;
}.tc-wp-content-root .igfv-content-wrap .igfv-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #f77737, #e1306c 48%, #405de6);
  box-shadow: 0 14px 28px rgba(225, 48, 108, 0.22);
}.tc-wp-content-root .igfv-content-wrap .igfv-icon::before, .tc-wp-content-root .igfv-content-wrap .igfv-icon::after{
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.92);
  transition: transform 260ms ease;
}.tc-wp-content-root .igfv-content-wrap .igfv-card:hover .igfv-icon::before{
  transform: translateY(-2px);
}.tc-wp-content-root .igfv-content-wrap .igfv-icon-orbit::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid rgba(255, 255, 255, 0.92);
}.tc-wp-content-root .igfv-content-wrap .igfv-icon-orbit::after{
  width: 6px;
  height: 6px;
  right: 10px;
  top: 10px;
  border-radius: 50%;
}.tc-wp-content-root .igfv-content-wrap .igfv-icon-flash::before{
  width: 15px;
  height: 24px;
  left: 16px;
  top: 10px;
  clip-path: polygon(48% 0, 100% 0, 68% 42%, 100% 42%, 36% 100%, 50% 55%, 18% 55%);
}.tc-wp-content-root .igfv-content-wrap .igfv-icon-frame::before{
  width: 24px;
  height: 18px;
  left: 11px;
  top: 14px;
  border-radius: 7px;
  background: transparent;
  border: 3px solid rgba(255, 255, 255, 0.92);
}.tc-wp-content-root .igfv-content-wrap .igfv-icon-path::before{
  width: 24px;
  height: 3px;
  left: 11px;
  top: 21px;
  border-radius: 999px;
}.tc-wp-content-root .igfv-content-wrap .igfv-icon-path::after{
  width: 8px;
  height: 8px;
  right: 10px;
  top: 18px;
  border-radius: 50%;
}.tc-wp-content-root .igfv-content-wrap .igfv-icon-phone::before{
  width: 18px;
  height: 27px;
  left: 14px;
  top: 9px;
  border-radius: 6px;
  background: transparent;
  border: 3px solid rgba(255, 255, 255, 0.92);
}.tc-wp-content-root .igfv-content-wrap .igfv-icon-daily::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border-radius: 8px;
}.tc-wp-content-root .igfv-content-wrap .igfv-icon-daily::after{
  width: 12px;
  height: 3px;
  left: 17px;
  top: 22px;
  border-radius: 999px;
  background: #e1306c;
}.tc-wp-content-root .igfv-content-wrap .igfv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .igfv-content-wrap .igfv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    #ffffff;
}.tc-wp-content-root .igfv-content-wrap .igfv-step-number{
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #f77737, #e1306c 52%, #405de6);
  box-shadow: 0 16px 35px rgba(225, 48, 108, 0.24);
}.tc-wp-content-root .igfv-content-wrap .igfv-step-number::after{
  content: "";
  position: absolute;
  inset: -8px;
  border: 1px solid rgba(225, 48, 108, 0.16);
  border-radius: 24px;
}.tc-wp-content-root .igfv-content-wrap .igfv-badge{
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin: 0 0 16px;
  border: 1px solid rgba(225, 48, 108, 0.18);
  border-radius: 999px;
  background: rgba(255, 247, 251, 0.9);
  color: #c82766;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .igfv-content-wrap .igfv-trust-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    #ffffff;
}.tc-wp-content-root .igfv-content-wrap .igfv-trust-mark{
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(247, 119, 55, 0.16), rgba(225, 48, 108, 0.14), rgba(64, 93, 230, 0.16));
}.tc-wp-content-root .igfv-content-wrap .igfv-trust-mark::before{
  content: "";
  position: absolute;
  width: 17px;
  height: 9px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #d62976;
  border-bottom: 3px solid #d62976;
  transform: rotate(-45deg);
}.tc-wp-content-root .igfv-content-wrap .igfv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .igfv-content-wrap .igfv-reveal.igfv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 620ms ease, transform 620ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .igfv-content-wrap .igfv-section{
    padding: 46px 0;
  }.tc-wp-content-root .igfv-content-wrap .igfv-container{
    padding: 0 14px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-kicker{
    font-size: 11px;
  }.tc-wp-content-root .igfv-content-wrap h2{
    font-size: 26px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-heading p{
    font-size: 14px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-grid, .tc-wp-content-root .igfv-content-wrap .igfv-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-grid-3{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .igfv-content-wrap .igfv-card, .tc-wp-content-root .igfv-content-wrap .igfv-trust-card{
    padding: 20px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-card h3, .tc-wp-content-root .igfv-content-wrap .igfv-trust-card h3, .tc-wp-content-root .igfv-content-wrap .igfv-step-copy h3{
    font-size: 18px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-card p, .tc-wp-content-root .igfv-content-wrap .igfv-trust-card p, .tc-wp-content-root .igfv-content-wrap .igfv-step-copy p{
    font-size: 14px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-badge{
    padding: 7px 10px;
    font-size: 11px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .igfv-content-wrap .igfv-section{
    padding: 54px 0;
  }.tc-wp-content-root .igfv-content-wrap .igfv-container{
    padding: 0 18px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-kicker{
    font-size: 11px;
  }.tc-wp-content-root .igfv-content-wrap h2{
    font-size: 29px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-heading p{
    font-size: 15px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-grid, .tc-wp-content-root .igfv-content-wrap .igfv-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-grid-3{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .igfv-content-wrap .igfv-card, .tc-wp-content-root .igfv-content-wrap .igfv-trust-card{
    padding: 22px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-card h3, .tc-wp-content-root .igfv-content-wrap .igfv-trust-card h3, .tc-wp-content-root .igfv-content-wrap .igfv-step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-card p, .tc-wp-content-root .igfv-content-wrap .igfv-trust-card p, .tc-wp-content-root .igfv-content-wrap .igfv-step-copy p{
    font-size: 14.5px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-badge{
    padding: 7px 11px;
    font-size: 11px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .igfv-content-wrap .igfv-section{
    padding: 62px 0;
  }.tc-wp-content-root .igfv-content-wrap .igfv-container{
    padding: 0 22px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-kicker{
    font-size: 12px;
  }.tc-wp-content-root .igfv-content-wrap h2{
    font-size: 33px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-heading p{
    font-size: 16px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-grid, .tc-wp-content-root .igfv-content-wrap .igfv-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-grid-3{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .igfv-content-wrap .igfv-card, .tc-wp-content-root .igfv-content-wrap .igfv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-card h3, .tc-wp-content-root .igfv-content-wrap .igfv-trust-card h3, .tc-wp-content-root .igfv-content-wrap .igfv-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-card p, .tc-wp-content-root .igfv-content-wrap .igfv-trust-card p, .tc-wp-content-root .igfv-content-wrap .igfv-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-badge{
    padding: 8px 12px;
    font-size: 12px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .igfv-content-wrap .igfv-section{
    padding: 76px 0;
  }.tc-wp-content-root .igfv-content-wrap .igfv-container{
    padding: 0 30px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-kicker{
    font-size: 12px;
  }.tc-wp-content-root .igfv-content-wrap h2{
    font-size: 39px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-grid, .tc-wp-content-root .igfv-content-wrap .igfv-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-grid-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .igfv-content-wrap .igfv-card, .tc-wp-content-root .igfv-content-wrap .igfv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-step-card{
    gap: 22px;
    padding: 28px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-step-number{
    width: 66px;
    height: 66px;
    font-size: 18px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-card h3, .tc-wp-content-root .igfv-content-wrap .igfv-trust-card h3, .tc-wp-content-root .igfv-content-wrap .igfv-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-card p, .tc-wp-content-root .igfv-content-wrap .igfv-trust-card p, .tc-wp-content-root .igfv-content-wrap .igfv-step-copy p{
    font-size: 15.5px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-badge{
    padding: 8px 12px;
    font-size: 12px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .igfv-content-wrap .igfv-section{
    padding: 92px 0;
  }.tc-wp-content-root .igfv-content-wrap .igfv-container{
    padding: 0 32px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-kicker{
    font-size: 12px;
  }.tc-wp-content-root .igfv-content-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-heading p{
    font-size: 18px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-grid, .tc-wp-content-root .igfv-content-wrap .igfv-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .igfv-content-wrap .igfv-card, .tc-wp-content-root .igfv-content-wrap .igfv-trust-card{
    min-height: 236px;
    padding: 30px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-step-card{
    gap: 26px;
    min-height: 132px;
    padding: 30px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-step-number{
    width: 72px;
    height: 72px;
    font-size: 19px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-card h3, .tc-wp-content-root .igfv-content-wrap .igfv-trust-card h3, .tc-wp-content-root .igfv-content-wrap .igfv-step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-card p, .tc-wp-content-root .igfv-content-wrap .igfv-trust-card p, .tc-wp-content-root .igfv-content-wrap .igfv-step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-badge{
    padding: 8px 13px;
    font-size: 12px;
  }}

.tc-wp-content-root .igfv-trust-grid {}