@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.6;
}.tc-wp-content-root .igfv-editorial-wrap, .tc-wp-content-root .igfv-editorial-wrap div, .tc-wp-content-root .igfv-editorial-wrap section, .tc-wp-content-root .igfv-editorial-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-section{
  position: relative;
  width: 100%;
  isolation: isolate;
}.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% 10%, rgba(221, 42, 123, 0.08), transparent 34%),
    radial-gradient(circle at 88% 16%, rgba(245, 133, 41, 0.08), transparent 30%),
    #faf8fb;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-heading{
  max-width: 780px;
  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: 7px 13px;
  border: 1px solid rgba(221, 42, 123, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(221, 42, 123, 0.09), rgba(245, 133, 41, 0.08));
  color: #a91d68;
  font-size: 13px;
  font-weight: 700;
  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, #dd2a7b, #f58529);
  box-shadow: 0 0 0 5px rgba(221, 42, 123, 0.1);
}.tc-wp-content-root .igfv-editorial-wrap h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-heading p{
  margin: 16px auto 0;
  color: #5a6475;
  font-weight: 450;
  line-height: 1.7;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-card{
  position: relative;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(24, 32, 51, 0.08);
  border-radius: 20px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(221, 42, 123, 0.22), rgba(245, 133, 41, 0.15), rgba(129, 52, 175, 0.16)) border-box;
  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-editorial-wrap .igfv-card::after{
  content: "";
  position: absolute;
  inset: auto -40px -60px auto;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(221, 42, 123, 0.09), transparent 68%);
  pointer-events: none;
  transition: transform 260ms ease, opacity 260ms ease;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-card:hover{
  transform: translateY(-5px);
  border-color: rgba(221, 42, 123, 0.22);
  box-shadow: 0 24px 58px rgba(17, 24, 39, 0.1);
}.tc-wp-content-root .igfv-editorial-wrap .igfv-card:hover::after{
  transform: scale(1.15);
  opacity: 0.85;
}.tc-wp-content-root .igfv-editorial-wrap h3{
  position: relative;
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0;
  z-index: 1;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-card p, .tc-wp-content-root .igfv-editorial-wrap .igfv-step-card p{
  position: relative;
  margin: 10px 0 0;
  color: #5a6475;
  line-height: 1.68;
  z-index: 1;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #dd2a7b, #f58529);
  box-shadow: 0 14px 30px rgba(221, 42, 123, 0.18);
  z-index: 1;
  transition: transform 260ms ease;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-card:hover .igfv-icon{
  transform: translateY(-2px) rotate(-2deg);
}.tc-wp-content-root .igfv-editorial-wrap .igfv-icon::before, .tc-wp-content-root .igfv-editorial-wrap .igfv-icon::after{
  content: "";
  position: absolute;
  display: block;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-icon-window::before{
  inset: 12px 10px;
  border: 2px solid #ffffff;
  border-radius: 8px;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-icon-window::after{
  top: 18px;
  left: 16px;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background: #ffffff;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-icon-speed::before{
  top: 12px;
  left: 11px;
  width: 24px;
  height: 24px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  border-bottom-color: transparent;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-icon-speed::after{
  top: 23px;
  left: 23px;
  width: 13px;
  height: 2px;
  border-radius: 2px;
  background: #ffffff;
  transform: rotate(-35deg);
  transform-origin: left center;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-icon-preview::before{
  top: 14px;
  left: 9px;
  width: 28px;
  height: 18px;
  border: 2px solid #ffffff;
  border-radius: 999px;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-icon-preview::after{
  top: 20px;
  left: 19px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-icon-steps::before{
  top: 11px;
  left: 13px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 11px 0 #ffffff, 0 22px 0 #ffffff;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-icon-steps::after{
  top: 13px;
  left: 24px;
  width: 12px;
  height: 2px;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 11px 0 #ffffff, 0 22px 0 #ffffff;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-icon-mobile::before{
  top: 9px;
  left: 15px;
  width: 16px;
  height: 28px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-icon-mobile::after{
  bottom: 12px;
  left: 21px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-icon-daily::before{
  top: 12px;
  left: 12px;
  width: 22px;
  height: 22px;
  border: 2px solid #ffffff;
  border-radius: 8px;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-icon-daily::after{
  top: 18px;
  left: 18px;
  width: 11px;
  height: 7px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .igfv-editorial-wrap .igfv-icon-lock::before{
  top: 19px;
  left: 12px;
  width: 22px;
  height: 17px;
  border-radius: 6px;
  background: #ffffff;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-icon-lock::after{
  top: 10px;
  left: 16px;
  width: 14px;
  height: 15px;
  border: 2px solid #ffffff;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-icon-focus::before{
  top: 11px;
  left: 11px;
  width: 24px;
  height: 24px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-icon-focus::after{
  top: 20px;
  left: 20px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-icon-shield::before{
  top: 10px;
  left: 13px;
  width: 20px;
  height: 24px;
  background: #ffffff;
  clip-path: polygon(50% 0, 92% 16%, 84% 72%, 50% 100%, 16% 72%, 8% 16%);
}.tc-wp-content-root .igfv-editorial-wrap .igfv-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(221, 42, 123, 0.1), rgba(245, 133, 41, 0.1));
  color: #9f1f67;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}.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;
  overflow: hidden;
  border: 1px solid rgba(24, 32, 51, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.06);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-step-card::before{
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #dd2a7b, #f58529);
}.tc-wp-content-root .igfv-editorial-wrap .igfv-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(221, 42, 123, 0.2);
  box-shadow: 0 24px 56px rgba(17, 24, 39, 0.09);
}.tc-wp-content-root .igfv-editorial-wrap .igfv-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, #dd2a7b, #f58529) border-box;
  border: 1px solid transparent;
  color: #c62673;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(221, 42, 123, 0.12);
}.tc-wp-content-root .igfv-editorial-wrap .igfv-step-content{
  min-width: 0;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-trust-card{
  background:
    linear-gradient(180deg, #ffffff, #fffafd) padding-box,
    linear-gradient(135deg, rgba(221, 42, 123, 0.2), rgba(245, 133, 41, 0.18)) border-box;
}.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 600ms ease, transform 600ms 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: 48px 0;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-container{
    padding: 0 14px;
  }.tc-wp-content-root .igfv-editorial-wrap h2{
    font-size: 25px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-heading p{
    font-size: 14px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-grid{
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-card{
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .igfv-editorial-wrap h3{
    font-size: 17px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-card p, .tc-wp-content-root .igfv-editorial-wrap .igfv-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-steps{
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-step-card{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 20px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .igfv-editorial-wrap .igfv-section{
    padding: 54px 0;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-container{
    padding: 0 18px;
  }.tc-wp-content-root .igfv-editorial-wrap h2{
    font-size: 28px;
  }.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: 30px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-card{
    padding: 22px;
  }.tc-wp-content-root .igfv-editorial-wrap h3{
    font-size: 18px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-card p, .tc-wp-content-root .igfv-editorial-wrap .igfv-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-step-card{
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 22px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-step-number{
    width: 56px;
    height: 56px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .igfv-editorial-wrap .igfv-section{
    padding: 60px 0;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-container{
    padding: 0 22px;
  }.tc-wp-content-root .igfv-editorial-wrap h2{
    font-size: 31px;
  }.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: 34px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-card{
    padding: 24px;
  }.tc-wp-content-root .igfv-editorial-wrap h3{
    font-size: 19px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-card p, .tc-wp-content-root .igfv-editorial-wrap .igfv-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-step-number{
    width: 60px;
    height: 60px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .igfv-editorial-wrap .igfv-section{
    padding: 74px 0;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-container{
    padding: 0 32px;
  }.tc-wp-content-root .igfv-editorial-wrap h2{
    font-size: 38px;
  }.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: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-card{
    padding: 26px;
  }.tc-wp-content-root .igfv-editorial-wrap h3{
    font-size: 20px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-card p, .tc-wp-content-root .igfv-editorial-wrap .igfv-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-steps{
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-step-card{
    gap: 22px;
    padding: 26px 28px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-step-number{
    width: 68px;
    height: 68px;
    font-size: 21px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-trust-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (min-width: 1024px) {.tc-wp-content-root .igfv-editorial-wrap .igfv-section{
    padding: 92px 0;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-container{
    padding: 0 28px;
  }.tc-wp-content-root .igfv-editorial-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-card{
    padding: 30px;
  }.tc-wp-content-root .igfv-editorial-wrap h3{
    font-size: 21px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-card p, .tc-wp-content-root .igfv-editorial-wrap .igfv-step-card p{
    font-size: 15.8px;
  }.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: 28px;
    padding: 30px 34px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-step-number{
    width: 76px;
    height: 76px;
    font-size: 22px;
  }}