@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-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}.tc-wp-content-root .igfv-bottom-content, .tc-wp-content-root .igfv-bottom-content section, .tc-wp-content-root .igfv-bottom-content div, .tc-wp-content-root .igfv-bottom-content article{
  box-sizing: border-box;
}.tc-wp-content-root .igfv-bottom-content .igfv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .igfv-bottom-content .igfv-section-white{
  background: #ffffff;
}.tc-wp-content-root .igfv-bottom-content .igfv-section-soft{
  background: #faf7fb;
}.tc-wp-content-root .igfv-bottom-content .igfv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}.tc-wp-content-root .igfv-bottom-content .igfv-section-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .igfv-bottom-content .igfv-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 14px;
  margin-bottom: 14px;
  border: 1px solid rgba(220, 44, 118, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 111, 97, 0.11), rgba(193, 53, 132, 0.11), rgba(88, 81, 219, 0.1));
  color: #9f2b77;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.tc-wp-content-root .igfv-bottom-content .igfv-section-heading h2{
  margin: 0;
  color: #111827;
  font-weight: 820;
  letter-spacing: 0;
  line-height: 1.15;
}.tc-wp-content-root .igfv-bottom-content .igfv-section-heading p{
  margin: 14px auto 0;
  max-width: 690px;
  color: #5d6678;
  line-height: 1.7;
  font-weight: 450;
}.tc-wp-content-root .igfv-bottom-content .igfv-grid{
  display: grid;
  width: 100%;
}.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;
  overflow: hidden;
  border: 1px solid rgba(20, 28, 45, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .igfv-bottom-content .igfv-card, .tc-wp-content-root .igfv-bottom-content .igfv-trust-card{
  height: 100%;
  border-radius: 22px;
}.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;
  background: radial-gradient(circle at 16% 0%, rgba(245, 96, 64, 0.13), transparent 32%),
    radial-gradient(circle at 92% 12%, rgba(193, 53, 132, 0.12), transparent 34%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}.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(-6px);
  border-color: rgba(193, 53, 132, 0.24);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 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-trust-card h3, .tc-wp-content-root .igfv-bottom-content .igfv-step-card h3{
  position: relative;
  margin: 0;
  color: #141c2f;
  font-weight: 780;
  letter-spacing: 0;
  line-height: 1.24;
}.tc-wp-content-root .igfv-bottom-content .igfv-card p, .tc-wp-content-root .igfv-bottom-content .igfv-trust-card p, .tc-wp-content-root .igfv-bottom-content .igfv-step-card p{
  position: relative;
  margin: 10px 0 0;
  color: #5e6879;
  line-height: 1.68;
  font-weight: 430;
}.tc-wp-content-root .igfv-bottom-content .igfv-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff6f61, #c13584 54%, #5851db);
  box-shadow: 0 12px 28px rgba(193, 53, 132, 0.24);
}.tc-wp-content-root .igfv-bottom-content .igfv-icon::before, .tc-wp-content-root .igfv-bottom-content .igfv-icon::after{
  content: "";
  position: absolute;
  transition: transform 260ms ease;
}.tc-wp-content-root .igfv-bottom-content .igfv-card:hover .igfv-icon::before, .tc-wp-content-root .igfv-bottom-content .igfv-card:hover .igfv-icon::after{
  transform: translateY(-1px) scale(1.04);
}.tc-wp-content-root .igfv-bottom-content .igfv-icon-eye::before{
  width: 22px;
  height: 14px;
  top: 16px;
  left: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .igfv-bottom-content .igfv-icon-eye::after{
  width: 7px;
  height: 7px;
  top: 19px;
  left: 20px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .igfv-bottom-content .igfv-icon-speed::before{
  width: 22px;
  height: 22px;
  top: 12px;
  left: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  border-bottom-color: transparent;
}.tc-wp-content-root .igfv-bottom-content .igfv-icon-speed::after{
  width: 12px;
  height: 2px;
  top: 23px;
  left: 23px;
  border-radius: 4px;
  background: #ffffff;
  transform: rotate(-38deg);
  transform-origin: left center;
}.tc-wp-content-root .igfv-bottom-content .igfv-icon-preview::before{
  width: 23px;
  height: 17px;
  top: 14px;
  left: 12px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}.tc-wp-content-root .igfv-bottom-content .igfv-icon-preview::after{
  width: 11px;
  height: 2px;
  top: 22px;
  left: 18px;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 5px 0 rgba(255, 255, 255, 0.86);
}.tc-wp-content-root .igfv-bottom-content .igfv-icon-steps::before{
  width: 7px;
  height: 7px;
  top: 12px;
  left: 13px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 13px 0 #ffffff, 13px 13px 0 #ffffff;
}.tc-wp-content-root .igfv-bottom-content .igfv-icon-steps::after{
  width: 14px;
  height: 2px;
  top: 16px;
  left: 23px;
  border-radius: 3px;
  background: #ffffff;
  box-shadow: 0 13px 0 rgba(255, 255, 255, 0.9);
}.tc-wp-content-root .igfv-bottom-content .igfv-icon-mobile::before{
  width: 17px;
  height: 26px;
  top: 10px;
  left: 15px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}.tc-wp-content-root .igfv-bottom-content .igfv-icon-mobile::after{
  width: 5px;
  height: 2px;
  bottom: 13px;
  left: 21px;
  border-radius: 3px;
  background: #ffffff;
}.tc-wp-content-root .igfv-bottom-content .igfv-icon-daily::before{
  width: 21px;
  height: 21px;
  top: 12px;
  left: 12px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .igfv-bottom-content .igfv-icon-daily::after{
  width: 11px;
  height: 6px;
  top: 20px;
  left: 18px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .igfv-bottom-content .igfv-steps{
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
}.tc-wp-content-root .igfv-bottom-content .igfv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.86));
}.tc-wp-content-root .igfv-bottom-content .igfv-step-card::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #ff6f61, #c13584, #5851db);
}.tc-wp-content-root .igfv-bottom-content .igfv-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #ff6f61, #c13584 55%, #5851db);
  box-shadow: 0 14px 32px rgba(193, 53, 132, 0.25);
}.tc-wp-content-root .igfv-bottom-content .igfv-step-content{
  min-width: 0;
}.tc-wp-content-root .igfv-bottom-content .igfv-badge-dot, .tc-wp-content-root .igfv-bottom-content .igfv-trust-mark{
  position: relative;
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 111, 97, 0.16), rgba(193, 53, 132, 0.14), rgba(88, 81, 219, 0.13));
  border: 1px solid rgba(193, 53, 132, 0.2);
}.tc-wp-content-root .igfv-bottom-content .igfv-badge-dot::after{
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  top: 10px;
  left: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff6f61, #c13584);
}.tc-wp-content-root .igfv-bottom-content .igfv-trust-mark::before{
  content: "";
  position: absolute;
  width: 13px;
  height: 7px;
  top: 11px;
  left: 10px;
  border-left: 2px solid #c13584;
  border-bottom: 2px solid #c13584;
  transform: rotate(-45deg);
}.tc-wp-content-root .igfv-bottom-content .igfv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms 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-section-heading h2{
    font-size: 26px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-section-heading p{
    font-size: 14px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.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-card h3, .tc-wp-content-root .igfv-bottom-content .igfv-trust-card h3, .tc-wp-content-root .igfv-bottom-content .igfv-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-card p, .tc-wp-content-root .igfv-bottom-content .igfv-trust-card p, .tc-wp-content-root .igfv-bottom-content .igfv-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-steps{
    gap: 16px;
    margin-top: 28px;
  }.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: 54px;
    height: 54px;
    font-size: 17px;
  }}@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-section-heading h2{
    font-size: 29px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-section-heading p{
    font-size: 15px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.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-card h3, .tc-wp-content-root .igfv-bottom-content .igfv-trust-card h3, .tc-wp-content-root .igfv-bottom-content .igfv-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-card p, .tc-wp-content-root .igfv-bottom-content .igfv-trust-card p, .tc-wp-content-root .igfv-bottom-content .igfv-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-steps{
    gap: 18px;
    margin-top: 30px;
  }.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;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .igfv-bottom-content .igfv-section{
    padding: 62px 0;
  }.tc-wp-content-root .igfv-bottom-content .igfv-container{
    padding: 0 22px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-section-heading h2{
    font-size: 32px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-section-heading p{
    font-size: 16px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.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-card h3, .tc-wp-content-root .igfv-bottom-content .igfv-trust-card h3, .tc-wp-content-root .igfv-bottom-content .igfv-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-card p, .tc-wp-content-root .igfv-bottom-content .igfv-trust-card p, .tc-wp-content-root .igfv-bottom-content .igfv-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-steps{
    gap: 20px;
    margin-top: 34px;
  }.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;
  }}@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 34px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-section-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-section-heading p{
    font-size: 17px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-grid-six, .tc-wp-content-root .igfv-bottom-content .igfv-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.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-card h3, .tc-wp-content-root .igfv-bottom-content .igfv-trust-card h3, .tc-wp-content-root .igfv-bottom-content .igfv-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-card p, .tc-wp-content-root .igfv-bottom-content .igfv-trust-card p, .tc-wp-content-root .igfv-bottom-content .igfv-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-steps{
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }}@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-section-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-section-heading p{
    font-size: 17px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-grid-six, .tc-wp-content-root .igfv-bottom-content .igfv-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 46px;
  }.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-card h3, .tc-wp-content-root .igfv-bottom-content .igfv-trust-card h3, .tc-wp-content-root .igfv-bottom-content .igfv-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-card p, .tc-wp-content-root .igfv-bottom-content .igfv-trust-card p, .tc-wp-content-root .igfv-bottom-content .igfv-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-steps{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-step-card{
    gap: 28px;
    padding: 32px 34px;
  }.tc-wp-content-root .igfv-bottom-content .igfv-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }}