@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;
  background: #ffffff;
}.tc-wp-content-root .igfv-editorial-wrap, .tc-wp-content-root .igfv-editorial-wrap section, .tc-wp-content-root .igfv-editorial-wrap div, .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% 18%, rgba(255, 80, 145, 0.08), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(130, 84, 255, 0.08), transparent 30%),
    #f8f9fc;
}.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;
  justify-content: center;
  min-height: 30px;
  padding: 6px 13px;
  border: 1px solid rgba(210, 62, 122, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 88, 135, 0.1), rgba(120, 84, 255, 0.1));
  color: #9b245c;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-heading h2{
  margin: 16px 0 0;
  color: #151b2d;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-heading p{
  margin: 16px auto 0;
  max-width: 720px;
  color: #5f687a;
  font-weight: 450;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-card, .tc-wp-content-root .igfv-editorial-wrap .igfv-trust-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(30, 40, 65, 0.09);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(255, 82, 132, 0.26), rgba(121, 88, 255, 0.22)) border-box;
  box-shadow: 0 18px 48px rgba(25, 31, 50, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  overflow: hidden;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-card::after, .tc-wp-content-root .igfv-editorial-wrap .igfv-trust-card::after{
  content: "";
  position: absolute;
  inset: auto -24px -38px auto;
  width: 110px;
  height: 110px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 79, 137, 0.11), rgba(117, 88, 255, 0.1));
  pointer-events: none;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-card:hover, .tc-wp-content-root .igfv-editorial-wrap .igfv-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(219, 58, 124, 0.22);
  box-shadow: 0 24px 60px rgba(25, 31, 50, 0.13);
}.tc-wp-content-root .igfv-editorial-wrap .igfv-card h3, .tc-wp-content-root .igfv-editorial-wrap .igfv-step-card h3, .tc-wp-content-root .igfv-editorial-wrap .igfv-trust-card h3{
  position: relative;
  margin: 0;
  color: #182033;
  font-weight: 780;
  line-height: 1.24;
  letter-spacing: 0;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-card p, .tc-wp-content-root .igfv-editorial-wrap .igfv-step-card p, .tc-wp-content-root .igfv-editorial-wrap .igfv-trust-card p{
  position: relative;
  margin: 10px 0 0;
  color: #626b7c;
  font-weight: 430;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-icon{
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #ff547f, #7d5cff);
  box-shadow: 0 12px 28px rgba(204, 67, 136, 0.22);
}.tc-wp-content-root .igfv-editorial-wrap .igfv-icon::before, .tc-wp-content-root .igfv-editorial-wrap .igfv-icon::after{
  content: "";
  position: absolute;
  transition: transform 220ms ease;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-card:hover .igfv-icon::before, .tc-wp-content-root .igfv-editorial-wrap .igfv-card:hover .igfv-icon::after{
  transform: translateY(-1px) scale(1.04);
}.tc-wp-content-root .igfv-editorial-wrap .igfv-icon-eye::before{
  left: 11px;
  top: 15px;
  width: 22px;
  height: 14px;
  border: 2px solid #ffffff;
  border-radius: 18px 18px 18px 18px / 12px 12px 12px 12px;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-icon-eye::after{
  left: 18px;
  top: 19px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-icon-speed::before{
  left: 12px;
  top: 13px;
  width: 20px;
  height: 20px;
  border: 2px solid #ffffff;
  border-bottom-color: transparent;
  border-radius: 50%;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-icon-speed::after{
  left: 21px;
  top: 20px;
  width: 12px;
  height: 2px;
  border-radius: 99px;
  background: #ffffff;
  transform-origin: left center;
  transform: rotate(-28deg);
}.tc-wp-content-root .igfv-editorial-wrap .igfv-icon-preview::before{
  left: 11px;
  top: 11px;
  width: 22px;
  height: 22px;
  border: 2px solid #ffffff;
  border-radius: 8px;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-icon-preview::after{
  left: 16px;
  top: 17px;
  width: 13px;
  height: 2px;
  border-radius: 99px;
  background: #ffffff;
  box-shadow: 0 6px 0 rgba(255, 255, 255, 0.9);
}.tc-wp-content-root .igfv-editorial-wrap .igfv-icon-steps::before{
  left: 12px;
  top: 12px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 11px 0 #ffffff, 15px 0 0 rgba(255,255,255,0.75), 15px 11px 0 rgba(255,255,255,0.75);
}.tc-wp-content-root .igfv-editorial-wrap .igfv-icon-steps::after{
  left: 20px;
  top: 15px;
  width: 12px;
  height: 2px;
  border-radius: 99px;
  background: #ffffff;
  box-shadow: 0 11px 0 #ffffff;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-icon-mobile::before{
  left: 14px;
  top: 9px;
  width: 16px;
  height: 26px;
  border: 2px solid #ffffff;
  border-radius: 8px;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-icon-mobile::after{
  left: 20px;
  top: 29px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-icon-daily::before{
  left: 11px;
  top: 12px;
  width: 22px;
  height: 20px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-icon-daily::after{
  left: 16px;
  top: 18px;
  width: 12px;
  height: 2px;
  border-radius: 99px;
  background: #ffffff;
  box-shadow: 0 6px 0 rgba(255,255,255,0.85);
}.tc-wp-content-root .igfv-editorial-wrap .igfv-steps{
  display: grid;
  gap: 18px;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-height: 132px;
  border: 1px solid rgba(31, 42, 68, 0.09);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 50px rgba(24, 32, 51, 0.08);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-step-card::before{
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, #ff547f, #7d5cff);
}.tc-wp-content-root .igfv-editorial-wrap .igfv-step-card:hover{
  transform: translateX(4px);
  box-shadow: 0 24px 58px rgba(24, 32, 51, 0.12);
}.tc-wp-content-root .igfv-editorial-wrap .igfv-step-number{
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff547f, #7d5cff);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 34px rgba(190, 71, 154, 0.24);
}.tc-wp-content-root .igfv-editorial-wrap .igfv-badge{
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  margin-bottom: 18px;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(255, 82, 132, 0.1);
  color: #9b245c;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-grid-trust{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .igfv-editorial-wrap .igfv-trust-card{
  background:
    linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.86)) padding-box,
    linear-gradient(135deg, rgba(255, 82, 132, 0.26), rgba(121, 88, 255, 0.22)) border-box;
}.tc-wp-content-root .igfv-editorial-wrap .igfv-trust-mark{
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 84, 127, 0.14), rgba(125, 92, 255, 0.14));
}.tc-wp-content-root .igfv-editorial-wrap .igfv-trust-mark::before{
  content: "";
  position: absolute;
  left: 14px;
  top: 11px;
  width: 12px;
  height: 18px;
  border: solid #a332cc;
  border-width: 0 3px 3px 0;
  transform: rotate(42deg);
  border-radius: 2px;
}.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 560ms ease, transform 560ms ease, box-shadow 220ms ease, border-color 220ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .igfv-editorial-wrap .igfv-section{
    padding: 54px 0;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-container{
    padding: 0 14px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-heading h2{
    font-size: 26px;
  }.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: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-card, .tc-wp-content-root .igfv-editorial-wrap .igfv-trust-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-card h3, .tc-wp-content-root .igfv-editorial-wrap .igfv-step-card h3, .tc-wp-content-root .igfv-editorial-wrap .igfv-trust-card 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, .tc-wp-content-root .igfv-editorial-wrap .igfv-trust-card p{
    font-size: 14px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-steps{
    margin-top: 28px;
    gap: 14px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-step-card{
    grid-template-columns: 1fr;
    padding: 22px;
    gap: 16px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .igfv-editorial-wrap .igfv-section{
    padding: 60px 0;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-container{
    padding: 0 18px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-heading h2{
    font-size: 29px;
  }.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: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-card, .tc-wp-content-root .igfv-editorial-wrap .igfv-trust-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-card h3, .tc-wp-content-root .igfv-editorial-wrap .igfv-step-card h3, .tc-wp-content-root .igfv-editorial-wrap .igfv-trust-card 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, .tc-wp-content-root .igfv-editorial-wrap .igfv-trust-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-steps{
    margin-top: 30px;
    gap: 16px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-step-card{
    grid-template-columns: 1fr;
    padding: 24px;
    gap: 16px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .igfv-editorial-wrap .igfv-section{
    padding: 66px 0;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-container{
    padding: 0 22px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-heading h2{
    font-size: 32px;
  }.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: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-card, .tc-wp-content-root .igfv-editorial-wrap .igfv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-card h3, .tc-wp-content-root .igfv-editorial-wrap .igfv-step-card h3, .tc-wp-content-root .igfv-editorial-wrap .igfv-trust-card 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, .tc-wp-content-root .igfv-editorial-wrap .igfv-trust-card p{
    font-size: 15px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-steps{
    margin-top: 34px;
    gap: 18px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-step-card{
    grid-template-columns: 1fr;
    padding: 26px;
    gap: 16px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .igfv-editorial-wrap .igfv-section{
    padding: 78px 0;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-container{
    padding: 0 30px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-card, .tc-wp-content-root .igfv-editorial-wrap .igfv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-card h3, .tc-wp-content-root .igfv-editorial-wrap .igfv-step-card h3, .tc-wp-content-root .igfv-editorial-wrap .igfv-trust-card 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, .tc-wp-content-root .igfv-editorial-wrap .igfv-trust-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-steps{
    margin-top: 42px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-step-card{
    padding: 28px 30px;
    gap: 24px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-step-number{
    width: 66px;
    height: 66px;
    font-size: 19px;
  }}@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 32px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-heading p{
    font-size: 18px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-grid-3, .tc-wp-content-root .igfv-editorial-wrap .igfv-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-card, .tc-wp-content-root .igfv-editorial-wrap .igfv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-card h3, .tc-wp-content-root .igfv-editorial-wrap .igfv-step-card h3, .tc-wp-content-root .igfv-editorial-wrap .igfv-trust-card h3{
    font-size: 22px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-card p, .tc-wp-content-root .igfv-editorial-wrap .igfv-step-card p, .tc-wp-content-root .igfv-editorial-wrap .igfv-trust-card p{
    font-size: 16px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-steps{
    margin-top: 48px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-step-card{
    padding: 30px 34px;
    gap: 26px;
  }.tc-wp-content-root .igfv-editorial-wrap .igfv-step-number{
    width: 72px;
    height: 72px;
    font-size: 20px;
  }}

.tc-wp-content-root .igfv-step-copy {}