@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-bottom-content{
  width: 100%;
  overflow: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  background: #ffffff;
}.tc-wp-content-root .igfv-bottom-content, .tc-wp-content-root .igfv-bottom-content div, .tc-wp-content-root .igfv-bottom-content section, .tc-wp-content-root .igfv-bottom-content article{
  box-sizing: border-box;
}.tc-wp-content-root .igfv-bottom-content .igfv-section{
  position: relative;
}.tc-wp-content-root .igfv-bottom-content .igfv-section-white{
  background: #ffffff;
}.tc-wp-content-root .igfv-bottom-content .igfv-section-soft{
  background: linear-gradient(180deg, #fff8fb 0%, #f8fbff 100%);
}.tc-wp-content-root .igfv-bottom-content .igfv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .igfv-bottom-content .igfv-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .igfv-bottom-content .igfv-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(224, 45, 112, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 89, 125, 0.1), rgba(124, 92, 255, 0.1));
  color: #a82066;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.tc-wp-content-root .igfv-bottom-content .igfv-heading h2{
  margin: 0;
  color: #151a2d;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .igfv-bottom-content .igfv-heading p{
  margin: 16px auto 0;
  max-width: 700px;
  color: #596273;
  font-weight: 450;
}.tc-wp-content-root .igfv-bottom-content .igfv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .igfv-bottom-content .igfv-card, .tc-wp-content-root .igfv-bottom-content .igfv-trust-card, .tc-wp-content-root .igfv-bottom-content .igfv-step-card{
  position: relative;
  min-width: 0;
  border: 1px solid rgba(24, 32, 51, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(21, 26, 45, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .igfv-bottom-content .igfv-card{
  display: flex;
  min-height: 100%;
  flex-direction: column;
  border-radius: 24px;
}.tc-wp-content-root .igfv-bottom-content .igfv-card::before, .tc-wp-content-root .igfv-bottom-content .igfv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 73, 121, 0.36), rgba(124, 92, 255, 0.22), rgba(0, 194, 168, 0.16));
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}.tc-wp-content-root .igfv-bottom-content .igfv-card:hover, .tc-wp-content-root .igfv-bottom-content .igfv-trust-card:hover, .tc-wp-content-root .igfv-bottom-content .igfv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(224, 45, 112, 0.18);
  box-shadow: 0 24px 60px rgba(21, 26, 45, 0.11);
}.tc-wp-content-root .igfv-bottom-content .igfv-card:hover::before, .tc-wp-content-root .igfv-bottom-content .igfv-trust-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .igfv-bottom-content .igfv-card h3, .tc-wp-content-root .igfv-bottom-content .igfv-step-card h3, .tc-wp-content-root .igfv-bottom-content .igfv-trust-card h3{
  margin: 0;
  color: #171b2f;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .igfv-bottom-content .igfv-card p, .tc-wp-content-root .igfv-bottom-content .igfv-step-card p, .tc-wp-content-root .igfv-bottom-content .igfv-trust-card p, .tc-wp-content-root .igfv-bottom-content .igfv-note p{
  margin: 10px 0 0;
  color: #5c6577;
  font-weight: 440;
}.tc-wp-content-root .igfv-bottom-content .igfv-icon{
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff4f81 0%, #7c5cff 58%, #00c2a8 100%);
  box-shadow: 0 12px 28px rgba(255, 79, 129, 0.22);
}.tc-wp-content-root .igfv-bottom-content .igfv-icon::before, .tc-wp-content-root .igfv-bottom-content .igfv-icon::after{
  content: "";
  position: absolute;
  display: block;
}.tc-wp-content-root .igfv-bottom-content .igfv-icon-frame::before{
  inset: 12px;
  border: 2px solid #ffffff;
  border-radius: 8px;
}.tc-wp-content-root .igfv-bottom-content .igfv-icon-frame::after{
  width: 5px;
  height: 5px;
  top: 12px;
  right: 12px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .igfv-bottom-content .igfv-icon-bolt::before{
  width: 13px;
  height: 22px;
  top: 10px;
  left: 16px;
  background: #ffffff;
  clip-path: polygon(45% 0, 100% 0, 62% 43%, 100% 43%, 28% 100%, 42% 55%, 0 55%);
}.tc-wp-content-root .igfv-bottom-content .igfv-icon-preview::before{
  width: 24px;
  height: 15px;
  top: 15px;
  left: 10px;
  border: 2px solid #ffffff;
  border-radius: 999px;
}.tc-wp-content-root .igfv-bottom-content .igfv-icon-preview::after{
  width: 8px;
  height: 8px;
  top: 18px;
  left: 18px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .igfv-bottom-content .igfv-icon-steps::before{
  width: 22px;
  height: 3px;
  top: 13px;
  left: 11px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.tc-wp-content-root .igfv-bottom-content .igfv-icon-mobile::before{
  width: 17px;
  height: 25px;
  top: 9px;
  left: 13px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .igfv-bottom-content .igfv-icon-mobile::after{
  width: 5px;
  height: 2px;
  bottom: 12px;
  left: 20px;
  border-radius: 999px;
  background: #ffffff;
}.tc-wp-content-root .igfv-bottom-content .igfv-icon-daily::before{
  width: 22px;
  height: 22px;
  top: 11px;
  left: 11px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .igfv-bottom-content .igfv-icon-daily::after{
  width: 11px;
  height: 2px;
  top: 21px;
  left: 21px;
  border-radius: 999px;
  background: #ffffff;
  transform: rotate(-42deg);
  transform-origin: left center;
}.tc-wp-content-root .igfv-bottom-content .igfv-card:hover .igfv-icon{
  transform: translateY(-2px) scale(1.03);
}.tc-wp-content-root .igfv-bottom-content .igfv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .igfv-bottom-content .igfv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border-radius: 26px;
}.tc-wp-content-root .igfv-bottom-content .igfv-step-card::after{
  content: "";
  position: absolute;
  top: -70px;
  right: -70px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 79, 129, 0.16), rgba(124, 92, 255, 0));
  pointer-events: none;
}.tc-wp-content-root .igfv-bottom-content .igfv-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff4f81 0%, #7c5cff 100%);
  box-shadow: 0 14px 32px rgba(124, 92, 255, 0.22);
}.tc-wp-content-root .igfv-bottom-content .igfv-step-content{
  min-width: 0;
}.tc-wp-content-root .igfv-bottom-content .igfv-badge{
  display: inline-flex;
  width: max-content;
  margin-bottom: 18px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(255, 79, 129, 0.09);
  color: #a82066;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-content-root .igfv-bottom-content .igfv-trust-card{
  min-height: 100%;
  border-radius: 24px;
}.tc-wp-content-root .igfv-bottom-content .igfv-trust-dot{
  display: block;
  width: 14px;
  height: 14px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff4f81, #7c5cff);
  box-shadow: 0 0 0 8px rgba(255, 79, 129, 0.1), 0 14px 28px rgba(124, 92, 255, 0.22);
}.tc-wp-content-root .igfv-bottom-content .igfv-note{
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid rgba(0, 194, 168, 0.18);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(0, 194, 168, 0.09), rgba(255, 255, 255, 0.82));
  text-align: center;
}.tc-wp-content-root .igfv-bottom-content .igfv-note p{
  margin: 0;
  color: #435066;
}.tc-wp-content-root .igfv-bottom-content .igfv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .igfv-bottom-content .igfv-reveal.igfv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .igfv-bottom-content .igfv-section{
    padding: 48px 0;
  }.tc-wp-content-root .igfv-bottom-content .igfv-container{
    padding: 0 14px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-heading h2{
    font-size: 25px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-heading p{
    font-size: 14px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-grid, .tc-wp-content-root .igfv-bottom-content .igfv-steps{
    gap: 15px;
    margin-top: 30px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-grid-three, .tc-wp-content-root .igfv-bottom-content .igfv-grid-trust{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .igfv-bottom-content .igfv-card, .tc-wp-content-root .igfv-bottom-content .igfv-trust-card{
    padding: 22px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-step-number{
    width: 52px;
    height: 52px;
    font-size: 17px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-card h3, .tc-wp-content-root .igfv-bottom-content .igfv-step-card h3, .tc-wp-content-root .igfv-bottom-content .igfv-trust-card h3{
    font-size: 18px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-card p, .tc-wp-content-root .igfv-bottom-content .igfv-step-card p, .tc-wp-content-root .igfv-bottom-content .igfv-trust-card p, .tc-wp-content-root .igfv-bottom-content .igfv-note p{
    font-size: 14px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-note{
    margin-top: 22px;
    padding: 20px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .igfv-bottom-content .igfv-section{
    padding: 54px 0;
  }.tc-wp-content-root .igfv-bottom-content .igfv-container{
    padding: 0 18px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-heading h2{
    font-size: 28px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-heading p{
    font-size: 15px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-grid, .tc-wp-content-root .igfv-bottom-content .igfv-steps{
    gap: 16px;
    margin-top: 32px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-grid-three, .tc-wp-content-root .igfv-bottom-content .igfv-grid-trust{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .igfv-bottom-content .igfv-card, .tc-wp-content-root .igfv-bottom-content .igfv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-card h3, .tc-wp-content-root .igfv-bottom-content .igfv-step-card h3, .tc-wp-content-root .igfv-bottom-content .igfv-trust-card h3{
    font-size: 19px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-card p, .tc-wp-content-root .igfv-bottom-content .igfv-step-card p, .tc-wp-content-root .igfv-bottom-content .igfv-trust-card p, .tc-wp-content-root .igfv-bottom-content .igfv-note p{
    font-size: 14.5px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-note{
    margin-top: 24px;
    padding: 22px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .igfv-bottom-content .igfv-section{
    padding: 60px 0;
  }.tc-wp-content-root .igfv-bottom-content .igfv-container{
    padding: 0 22px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-heading h2{
    font-size: 31px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-grid, .tc-wp-content-root .igfv-bottom-content .igfv-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-grid-three, .tc-wp-content-root .igfv-bottom-content .igfv-grid-trust{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .igfv-bottom-content .igfv-card, .tc-wp-content-root .igfv-bottom-content .igfv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-card h3, .tc-wp-content-root .igfv-bottom-content .igfv-step-card h3, .tc-wp-content-root .igfv-bottom-content .igfv-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-card p, .tc-wp-content-root .igfv-bottom-content .igfv-step-card p, .tc-wp-content-root .igfv-bottom-content .igfv-trust-card p, .tc-wp-content-root .igfv-bottom-content .igfv-note p{
    font-size: 15px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-note{
    margin-top: 26px;
    padding: 24px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .igfv-bottom-content .igfv-section{
    padding: 76px 0;
  }.tc-wp-content-root .igfv-bottom-content .igfv-container{
    padding: 0 30px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-heading h2{
    font-size: 39px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-heading p{
    font-size: 16.5px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-grid, .tc-wp-content-root .igfv-bottom-content .igfv-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-grid-three, .tc-wp-content-root .igfv-bottom-content .igfv-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .igfv-bottom-content .igfv-card, .tc-wp-content-root .igfv-bottom-content .igfv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-card h3, .tc-wp-content-root .igfv-bottom-content .igfv-step-card h3, .tc-wp-content-root .igfv-bottom-content .igfv-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-card p, .tc-wp-content-root .igfv-bottom-content .igfv-step-card p, .tc-wp-content-root .igfv-bottom-content .igfv-trust-card p, .tc-wp-content-root .igfv-bottom-content .igfv-note p{
    font-size: 15.5px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-note{
    margin-top: 30px;
    padding: 26px 30px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .igfv-bottom-content .igfv-section{
    padding: 92px 0;
  }.tc-wp-content-root .igfv-bottom-content .igfv-container{
    padding: 0 32px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-grid, .tc-wp-content-root .igfv-bottom-content .igfv-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-grid-three, .tc-wp-content-root .igfv-bottom-content .igfv-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .igfv-bottom-content .igfv-card, .tc-wp-content-root .igfv-bottom-content .igfv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-step-card{
    gap: 26px;
    padding: 32px 34px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-card h3, .tc-wp-content-root .igfv-bottom-content .igfv-step-card h3, .tc-wp-content-root .igfv-bottom-content .igfv-trust-card h3{
    font-size: 21px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-card p, .tc-wp-content-root .igfv-bottom-content .igfv-step-card p, .tc-wp-content-root .igfv-bottom-content .igfv-trust-card p, .tc-wp-content-root .igfv-bottom-content .igfv-note p{
    font-size: 15.5px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-note{
    margin-top: 34px;
    padding: 28px 34px;
  }}