/* 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-sections, .tc-wp-content-root .igfv-editorial-sections *{
  box-sizing: border-box;
}.tc-wp-content-root .igfv-editorial-sections{
  width: 100%;
  overflow-x: hidden;
  color: #171827;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  background: #ffffff;
}.tc-wp-content-root .igfv-editorial-sections .igfv-section{
  position: relative;
  overflow: hidden;
}.tc-wp-content-root .igfv-editorial-sections .igfv-section-white{
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 52, 118, 0.08), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(116, 74, 255, 0.08), transparent 30%),
    #ffffff;
}.tc-wp-content-root .igfv-editorial-sections .igfv-section-soft{
  background:
    linear-gradient(135deg, rgba(255, 52, 118, 0.05), rgba(116, 74, 255, 0.05)),
    #faf8fb;
}.tc-wp-content-root .igfv-editorial-sections .igfv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .igfv-editorial-sections .igfv-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .igfv-editorial-sections .igfv-eyebrow{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 12px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 52, 118, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #b8225b;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
  box-shadow: 0 10px 24px rgba(116, 74, 255, 0.08);
}.tc-wp-content-root .igfv-editorial-sections .igfv-section-head h2{
  margin: 0;
  color: #161623;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .igfv-editorial-sections .igfv-section-head p{
  margin: 16px auto 0;
  max-width: 690px;
  color: #5e6072;
  font-weight: 450;
}.tc-wp-content-root .igfv-editorial-sections .igfv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .igfv-editorial-sections .igfv-card, .tc-wp-content-root .igfv-editorial-sections .igfv-trust-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(28, 28, 46, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 48px rgba(37, 28, 70, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .igfv-editorial-sections .igfv-card::before, .tc-wp-content-root .igfv-editorial-sections .igfv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 52, 118, 0.1), rgba(116, 74, 255, 0.08), rgba(255, 177, 66, 0.06));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}.tc-wp-content-root .igfv-editorial-sections .igfv-card:hover, .tc-wp-content-root .igfv-editorial-sections .igfv-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(255, 52, 118, 0.2);
  box-shadow: 0 24px 62px rgba(37, 28, 70, 0.13);
}.tc-wp-content-root .igfv-editorial-sections .igfv-card:hover::before, .tc-wp-content-root .igfv-editorial-sections .igfv-trust-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .igfv-editorial-sections .igfv-card h3, .tc-wp-content-root .igfv-editorial-sections .igfv-trust-card h3, .tc-wp-content-root .igfv-editorial-sections .igfv-step-content h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #171827;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}.tc-wp-content-root .igfv-editorial-sections .igfv-card p, .tc-wp-content-root .igfv-editorial-sections .igfv-trust-card p, .tc-wp-content-root .igfv-editorial-sections .igfv-step-content p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #626475;
  font-weight: 440;
}.tc-wp-content-root .igfv-editorial-sections .igfv-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff3476, #744aff);
  box-shadow: 0 14px 26px rgba(255, 52, 118, 0.2);
}.tc-wp-content-root .igfv-editorial-sections .igfv-icon::before, .tc-wp-content-root .igfv-editorial-sections .igfv-icon::after{
  content: "";
  position: absolute;
  transition: transform 260ms ease;
}.tc-wp-content-root .igfv-editorial-sections .igfv-card:hover .igfv-icon::before, .tc-wp-content-root .igfv-editorial-sections .igfv-card:hover .igfv-icon::after{
  transform: translateY(-2px);
}.tc-wp-content-root .igfv-editorial-sections .igfv-icon-view::before{
  width: 20px;
  height: 12px;
  left: 13px;
  top: 17px;
  border: 2px solid #ffffff;
  border-radius: 999px;
}.tc-wp-content-root .igfv-editorial-sections .igfv-icon-view::after{
  width: 6px;
  height: 6px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .igfv-editorial-sections .igfv-icon-speed::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  border-left-color: transparent;
}.tc-wp-content-root .igfv-editorial-sections .igfv-icon-speed::after{
  width: 12px;
  height: 2px;
  left: 23px;
  top: 22px;
  border-radius: 2px;
  background: #ffffff;
  transform-origin: left center;
  rotate: -24deg;
}.tc-wp-content-root .igfv-editorial-sections .igfv-icon-preview::before{
  width: 22px;
  height: 18px;
  left: 12px;
  top: 14px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}.tc-wp-content-root .igfv-editorial-sections .igfv-icon-preview::after{
  width: 14px;
  height: 2px;
  left: 16px;
  top: 24px;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 -5px 0 rgba(255, 255, 255, 0.85);
}.tc-wp-content-root .igfv-editorial-sections .igfv-icon-flow::before{
  width: 22px;
  height: 2px;
  left: 12px;
  top: 22px;
  border-radius: 2px;
  background: #ffffff;
}.tc-wp-content-root .igfv-editorial-sections .igfv-icon-flow::after{
  width: 8px;
  height: 8px;
  right: 12px;
  top: 19px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
}.tc-wp-content-root .igfv-editorial-sections .igfv-icon-mobile::before{
  width: 16px;
  height: 24px;
  left: 15px;
  top: 11px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}.tc-wp-content-root .igfv-editorial-sections .igfv-icon-mobile::after{
  width: 5px;
  height: 2px;
  left: 21px;
  bottom: 14px;
  border-radius: 3px;
  background: #ffffff;
}.tc-wp-content-root .igfv-editorial-sections .igfv-icon-daily::before{
  width: 21px;
  height: 21px;
  left: 13px;
  top: 13px;
  border: 2px solid #ffffff;
  border-radius: 8px;
}.tc-wp-content-root .igfv-editorial-sections .igfv-icon-daily::after{
  width: 12px;
  height: 7px;
  left: 18px;
  top: 19px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .igfv-editorial-sections .igfv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .igfv-editorial-sections .igfv-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(28, 28, 46, 0.08);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.82));
  box-shadow: 0 20px 58px rgba(37, 28, 70, 0.09);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .igfv-editorial-sections .igfv-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff3476, #744aff);
}.tc-wp-content-root .igfv-editorial-sections .igfv-step-card::after{
  content: "";
  position: absolute;
  right: -58px;
  top: -58px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 52, 118, 0.12), rgba(116, 74, 255, 0.05), transparent 68%);
  transition: transform 260ms ease;
}.tc-wp-content-root .igfv-editorial-sections .igfv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(116, 74, 255, 0.2);
  box-shadow: 0 26px 66px rgba(37, 28, 70, 0.13);
}.tc-wp-content-root .igfv-editorial-sections .igfv-step-card:hover::after{
  transform: scale(1.12);
}.tc-wp-content-root .igfv-editorial-sections .igfv-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  border-radius: 18px;
  background: linear-gradient(135deg, #ff3476, #744aff);
  box-shadow: 0 18px 34px rgba(116, 74, 255, 0.2);
}.tc-wp-content-root .igfv-editorial-sections .igfv-mini-dot{
  position: relative;
  z-index: 1;
  width: 13px;
  height: 13px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: #ff3476;
  box-shadow: 0 0 0 7px rgba(255, 52, 118, 0.12), 16px 0 0 #744aff, 16px 0 0 7px rgba(116, 74, 255, 0.1);
}.tc-wp-content-root .igfv-editorial-sections .igfv-card-accent{
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(255, 52, 118, 0.26), rgba(116, 74, 255, 0.18)) border-box;
  border: 1px solid transparent;
}.tc-wp-content-root .igfv-editorial-sections .igfv-trust-card{
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.82)),
    radial-gradient(circle at top right, rgba(255, 52, 118, 0.12), transparent 40%);
}.tc-wp-content-root .igfv-editorial-sections .igfv-trust-badge{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  margin: 0 0 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(116, 74, 255, 0.09);
  color: #5b3ad0;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .igfv-editorial-sections .igfv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .igfv-editorial-sections .igfv-reveal.igfv-is-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-sections .igfv-section{
    padding: 54px 0;
  }.tc-wp-content-root .igfv-editorial-sections .igfv-container{
    padding: 0 14px;
  }.tc-wp-content-root .igfv-editorial-sections .igfv-section-head{
    margin-bottom: 28px;
  }.tc-wp-content-root .igfv-editorial-sections .igfv-section-head h2{
    font-size: 27px;
  }.tc-wp-content-root .igfv-editorial-sections .igfv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .igfv-editorial-sections .igfv-grid, .tc-wp-content-root .igfv-editorial-sections .igfv-steps{
    gap: 16px;
  }.tc-wp-content-root .igfv-editorial-sections .igfv-grid-six, .tc-wp-content-root .igfv-editorial-sections .igfv-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .igfv-editorial-sections .igfv-card, .tc-wp-content-root .igfv-editorial-sections .igfv-trust-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .igfv-editorial-sections .igfv-card h3, .tc-wp-content-root .igfv-editorial-sections .igfv-trust-card h3, .tc-wp-content-root .igfv-editorial-sections .igfv-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .igfv-editorial-sections .igfv-card p, .tc-wp-content-root .igfv-editorial-sections .igfv-trust-card p, .tc-wp-content-root .igfv-editorial-sections .igfv-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .igfv-editorial-sections .igfv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .igfv-editorial-sections .igfv-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .igfv-editorial-sections .igfv-section{
    padding: 60px 0;
  }.tc-wp-content-root .igfv-editorial-sections .igfv-container{
    padding: 0 18px;
  }.tc-wp-content-root .igfv-editorial-sections .igfv-section-head{
    margin-bottom: 32px;
  }.tc-wp-content-root .igfv-editorial-sections .igfv-section-head h2{
    font-size: 30px;
  }.tc-wp-content-root .igfv-editorial-sections .igfv-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .igfv-editorial-sections .igfv-grid, .tc-wp-content-root .igfv-editorial-sections .igfv-steps{
    gap: 18px;
  }.tc-wp-content-root .igfv-editorial-sections .igfv-grid-six, .tc-wp-content-root .igfv-editorial-sections .igfv-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .igfv-editorial-sections .igfv-card, .tc-wp-content-root .igfv-editorial-sections .igfv-trust-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .igfv-editorial-sections .igfv-card h3, .tc-wp-content-root .igfv-editorial-sections .igfv-trust-card h3, .tc-wp-content-root .igfv-editorial-sections .igfv-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .igfv-editorial-sections .igfv-card p, .tc-wp-content-root .igfv-editorial-sections .igfv-trust-card p, .tc-wp-content-root .igfv-editorial-sections .igfv-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .igfv-editorial-sections .igfv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .igfv-editorial-sections .igfv-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .igfv-editorial-sections .igfv-section{
    padding: 66px 0;
  }.tc-wp-content-root .igfv-editorial-sections .igfv-container{
    padding: 0 22px;
  }.tc-wp-content-root .igfv-editorial-sections .igfv-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .igfv-editorial-sections .igfv-section-head h2{
    font-size: 34px;
  }.tc-wp-content-root .igfv-editorial-sections .igfv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .igfv-editorial-sections .igfv-grid, .tc-wp-content-root .igfv-editorial-sections .igfv-steps{
    gap: 20px;
  }.tc-wp-content-root .igfv-editorial-sections .igfv-grid-six, .tc-wp-content-root .igfv-editorial-sections .igfv-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .igfv-editorial-sections .igfv-card, .tc-wp-content-root .igfv-editorial-sections .igfv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .igfv-editorial-sections .igfv-card h3, .tc-wp-content-root .igfv-editorial-sections .igfv-trust-card h3, .tc-wp-content-root .igfv-editorial-sections .igfv-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .igfv-editorial-sections .igfv-card p, .tc-wp-content-root .igfv-editorial-sections .igfv-trust-card p, .tc-wp-content-root .igfv-editorial-sections .igfv-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .igfv-editorial-sections .igfv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .igfv-editorial-sections .igfv-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .igfv-editorial-sections .igfv-section{
    padding: 78px 0;
  }.tc-wp-content-root .igfv-editorial-sections .igfv-container{
    padding: 0 32px;
  }.tc-wp-content-root .igfv-editorial-sections .igfv-section-head{
    margin-bottom: 42px;
  }.tc-wp-content-root .igfv-editorial-sections .igfv-section-head h2{
    font-size: 42px;
  }.tc-wp-content-root .igfv-editorial-sections .igfv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .igfv-editorial-sections .igfv-grid, .tc-wp-content-root .igfv-editorial-sections .igfv-steps{
    gap: 22px;
  }.tc-wp-content-root .igfv-editorial-sections .igfv-grid-six, .tc-wp-content-root .igfv-editorial-sections .igfv-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .igfv-editorial-sections .igfv-card, .tc-wp-content-root .igfv-editorial-sections .igfv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .igfv-editorial-sections .igfv-card h3, .tc-wp-content-root .igfv-editorial-sections .igfv-trust-card h3, .tc-wp-content-root .igfv-editorial-sections .igfv-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .igfv-editorial-sections .igfv-card p, .tc-wp-content-root .igfv-editorial-sections .igfv-trust-card p, .tc-wp-content-root .igfv-editorial-sections .igfv-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .igfv-editorial-sections .igfv-step-card{
    grid-template-columns: auto 1fr;
    gap: 22px;
    padding: 28px;
  }.tc-wp-content-root .igfv-editorial-sections .igfv-step-number{
    width: 66px;
    height: 66px;
    font-size: 19px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .igfv-editorial-sections .igfv-section{
    padding: 94px 0;
  }.tc-wp-content-root .igfv-editorial-sections .igfv-container{
    padding: 0 28px;
  }.tc-wp-content-root .igfv-editorial-sections .igfv-section-head{
    margin-bottom: 48px;
  }.tc-wp-content-root .igfv-editorial-sections .igfv-section-head h2{
    font-size: 48px;
  }.tc-wp-content-root .igfv-editorial-sections .igfv-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .igfv-editorial-sections .igfv-grid{
    gap: 24px;
  }.tc-wp-content-root .igfv-editorial-sections .igfv-grid-six, .tc-wp-content-root .igfv-editorial-sections .igfv-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .igfv-editorial-sections .igfv-card, .tc-wp-content-root .igfv-editorial-sections .igfv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .igfv-editorial-sections .igfv-card h3, .tc-wp-content-root .igfv-editorial-sections .igfv-trust-card h3, .tc-wp-content-root .igfv-editorial-sections .igfv-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .igfv-editorial-sections .igfv-card p, .tc-wp-content-root .igfv-editorial-sections .igfv-trust-card p, .tc-wp-content-root .igfv-editorial-sections .igfv-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .igfv-editorial-sections .igfv-steps{
    gap: 22px;
  }.tc-wp-content-root .igfv-editorial-sections .igfv-step-card{
    grid-template-columns: auto 1fr;
    gap: 26px;
    padding: 32px 34px;
  }.tc-wp-content-root .igfv-editorial-sections .igfv-step-number{
    width: 72px;
    height: 72px;
    font-size: 20px;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .igfv-editorial-sections .igfv-card, .tc-wp-content-root .igfv-editorial-sections .igfv-trust-card, .tc-wp-content-root .igfv-editorial-sections .igfv-step-card, .tc-wp-content-root .igfv-editorial-sections .igfv-reveal, .tc-wp-content-root .igfv-editorial-sections .igfv-reveal.igfv-is-visible{
    transition: none;
    transform: none;
  }.tc-wp-content-root .igfv-editorial-sections .igfv-reveal{
    opacity: 1;
  }}