@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 .igsv-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .igsv-editorial-wrap, .tc-wp-content-root .igsv-editorial-wrap div, .tc-wp-content-root .igsv-editorial-wrap section, .tc-wp-content-root .igsv-editorial-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-section{
  position: relative;
  isolation: isolate;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-section-white{
  background: #ffffff;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-section-soft{
  background: linear-gradient(180deg, #fff8fb 0%, #f8fafc 100%);
}.tc-wp-content-root .igsv-editorial-wrap .igsv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin: 0 auto 14px;
  padding: 8px 13px;
  border: 1px solid rgba(225, 48, 108, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #b5175a;
  font-size: 13px;
  font-weight: 760;
  line-height: 1;
  letter-spacing: 0;
  box-shadow: 0 10px 28px rgba(225, 48, 108, 0.08);
}.tc-wp-content-root .igsv-editorial-wrap .igsv-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f58529, #dd2a7b 45%, #8134af 100%);
  box-shadow: 0 0 0 5px rgba(221, 42, 123, 0.12);
}.tc-wp-content-root .igsv-editorial-wrap .igsv-heading h2{
  margin: 0;
  color: #151a2d;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-heading p{
  margin: 16px auto 0;
  color: #5b6476;
  line-height: 1.72;
  font-weight: 450;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-card, .tc-wp-content-root .igsv-editorial-wrap .igsv-trust-card, .tc-wp-content-root .igsv-editorial-wrap .igsv-step-card{
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-card::before, .tc-wp-content-root .igsv-editorial-wrap .igsv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #f58529, #dd2a7b, #8134af, #515bd4);
  opacity: 0.92;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-card::after{
  content: "";
  position: absolute;
  right: -44px;
  top: -44px;
  width: 116px;
  height: 116px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(221, 42, 123, 0.14), rgba(221, 42, 123, 0));
  pointer-events: none;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-card:hover, .tc-wp-content-root .igsv-editorial-wrap .igsv-trust-card:hover, .tc-wp-content-root .igsv-editorial-wrap .igsv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(221, 42, 123, 0.22);
  box-shadow: 0 24px 58px rgba(17, 24, 39, 0.12);
}.tc-wp-content-root .igsv-editorial-wrap .igsv-card h3, .tc-wp-content-root .igsv-editorial-wrap .igsv-trust-card h3, .tc-wp-content-root .igsv-editorial-wrap .igsv-step-content h3{
  margin: 0;
  color: #151a2d;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-card p, .tc-wp-content-root .igsv-editorial-wrap .igsv-trust-card p, .tc-wp-content-root .igsv-editorial-wrap .igsv-step-content p{
  margin: 10px 0 0;
  color: #5b6476;
  line-height: 1.68;
  font-weight: 430;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(245, 133, 41, 0.14), rgba(221, 42, 123, 0.14) 48%, rgba(81, 91, 212, 0.14));
  border: 1px solid rgba(221, 42, 123, 0.15);
}.tc-wp-content-root .igsv-editorial-wrap .igsv-icon::before, .tc-wp-content-root .igsv-editorial-wrap .igsv-icon::after{
  content: "";
  position: absolute;
  transition: transform 240ms ease;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-card:hover .igsv-icon::before, .tc-wp-content-root .igsv-editorial-wrap .igsv-card:hover .igsv-icon::after{
  transform: translateY(-2px);
}.tc-wp-content-root .igsv-editorial-wrap .igsv-icon-eye::before{
  width: 23px;
  height: 15px;
  left: 11px;
  top: 15px;
  border: 2px solid #dd2a7b;
  border-radius: 50%;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-icon-eye::after{
  width: 7px;
  height: 7px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #8134af;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-icon-speed::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #dd2a7b;
  border-radius: 50%;
  border-bottom-color: transparent;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-icon-speed::after{
  width: 12px;
  height: 2px;
  left: 22px;
  top: 23px;
  background: #8134af;
  transform-origin: left center;
  rotate: -28deg;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-icon-preview::before{
  width: 22px;
  height: 17px;
  left: 12px;
  top: 14px;
  border: 2px solid #dd2a7b;
  border-radius: 6px;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-icon-preview::after{
  width: 10px;
  height: 2px;
  left: 18px;
  top: 35px;
  background: #8134af;
  border-radius: 999px;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-icon-steps::before{
  width: 6px;
  height: 6px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  background: #dd2a7b;
  box-shadow: 0 10px 0 #8134af, 0 20px 0 #515bd4;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-icon-steps::after{
  width: 15px;
  height: 2px;
  left: 24px;
  top: 15px;
  background: #dd2a7b;
  border-radius: 999px;
  box-shadow: 0 10px 0 #8134af, 0 20px 0 #515bd4;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-icon-mobile::before{
  width: 17px;
  height: 25px;
  left: 14px;
  top: 10px;
  border: 2px solid #dd2a7b;
  border-radius: 7px;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-icon-mobile::after{
  width: 5px;
  height: 2px;
  left: 21px;
  top: 30px;
  border-radius: 999px;
  background: #8134af;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-icon-daily::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  border: 2px solid #dd2a7b;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-icon-daily::after{
  width: 9px;
  height: 9px;
  left: 23px;
  top: 14px;
  border-left: 2px solid #8134af;
  border-bottom: 2px solid #8134af;
  transform-origin: left bottom;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.76)),
    radial-gradient(circle at top right, rgba(221, 42, 123, 0.13), transparent 34%);
}.tc-wp-content-root .igsv-editorial-wrap .igsv-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #f58529, #dd2a7b 48%, #8134af);
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 16px 34px rgba(221, 42, 123, 0.24);
}.tc-wp-content-root .igsv-editorial-wrap .igsv-pill{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(221, 42, 123, 0.08);
  color: #b5175a;
  font-size: 12px;
  font-weight: 780;
  line-height: 1;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-trust-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.82)),
    radial-gradient(circle at top right, rgba(81, 91, 212, 0.12), transparent 38%);
}.tc-wp-content-root .igsv-editorial-wrap .igsv-trust-mark{
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(245, 133, 41, 0.16), rgba(221, 42, 123, 0.16), rgba(81, 91, 212, 0.16));
  border: 1px solid rgba(221, 42, 123, 0.16);
  position: relative;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-trust-mark::before{
  content: "";
  position: absolute;
  width: 15px;
  height: 8px;
  left: 14px;
  top: 16px;
  border-left: 3px solid #dd2a7b;
  border-bottom: 3px solid #8134af;
  transform: rotate(-45deg);
  border-radius: 1px;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .igsv-editorial-wrap .igsv-reveal.igsv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 240ms ease, border-color 240ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .igsv-editorial-wrap .igsv-section{
    padding: 46px 0;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-container{
    padding: 0 14px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-heading h2{
    font-size: 25px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-heading p{
    font-size: 14px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-card-grid, .tc-wp-content-root .igsv-editorial-wrap .igsv-steps{
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-card, .tc-wp-content-root .igsv-editorial-wrap .igsv-trust-card{
    padding: 24px 20px;
    border-radius: 20px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
    border-radius: 20px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-card h3, .tc-wp-content-root .igsv-editorial-wrap .igsv-trust-card h3, .tc-wp-content-root .igsv-editorial-wrap .igsv-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-card p, .tc-wp-content-root .igsv-editorial-wrap .igsv-trust-card p, .tc-wp-content-root .igsv-editorial-wrap .igsv-step-content p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .igsv-editorial-wrap .igsv-section{
    padding: 52px 0;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-container{
    padding: 0 18px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-heading h2{
    font-size: 28px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-heading p{
    font-size: 15px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-card-grid, .tc-wp-content-root .igsv-editorial-wrap .igsv-steps{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-card, .tc-wp-content-root .igsv-editorial-wrap .igsv-trust-card{
    padding: 26px 22px;
    border-radius: 22px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
    border-radius: 22px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-card h3, .tc-wp-content-root .igsv-editorial-wrap .igsv-trust-card h3, .tc-wp-content-root .igsv-editorial-wrap .igsv-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-card p, .tc-wp-content-root .igsv-editorial-wrap .igsv-trust-card p, .tc-wp-content-root .igsv-editorial-wrap .igsv-step-content p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .igsv-editorial-wrap .igsv-section{
    padding: 58px 0;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-container{
    padding: 0 22px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-heading h2{
    font-size: 31px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-card-grid, .tc-wp-content-root .igsv-editorial-wrap .igsv-steps{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-card, .tc-wp-content-root .igsv-editorial-wrap .igsv-trust-card{
    padding: 28px 24px;
    border-radius: 24px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 26px 24px;
    border-radius: 24px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-card h3, .tc-wp-content-root .igsv-editorial-wrap .igsv-trust-card h3, .tc-wp-content-root .igsv-editorial-wrap .igsv-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-card p, .tc-wp-content-root .igsv-editorial-wrap .igsv-trust-card p, .tc-wp-content-root .igsv-editorial-wrap .igsv-step-content p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .igsv-editorial-wrap .igsv-section{
    padding: 72px 0;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-container{
    padding: 0 28px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-heading h2{
    font-size: 38px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-heading p{
    font-size: 16.5px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-steps{
    gap: 18px;
    margin-top: 42px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-card, .tc-wp-content-root .igsv-editorial-wrap .igsv-trust-card{
    padding: 30px 26px;
    border-radius: 24px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-step-card{
    gap: 22px;
    padding: 28px;
    border-radius: 24px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-step-number{
    width: 66px;
    height: 66px;
    font-size: 19px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-card h3, .tc-wp-content-root .igsv-editorial-wrap .igsv-trust-card h3, .tc-wp-content-root .igsv-editorial-wrap .igsv-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-card p, .tc-wp-content-root .igsv-editorial-wrap .igsv-trust-card p, .tc-wp-content-root .igsv-editorial-wrap .igsv-step-content p{
    font-size: 15.5px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .igsv-editorial-wrap .igsv-section{
    padding: 88px 0;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-container{
    padding: 0 32px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-grid-six, .tc-wp-content-root .igsv-editorial-wrap .igsv-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-steps{
    gap: 20px;
    margin-top: 48px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-card, .tc-wp-content-root .igsv-editorial-wrap .igsv-trust-card{
    min-height: 100%;
    padding: 32px 28px;
    border-radius: 24px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-step-card{
    gap: 26px;
    padding: 30px 34px;
    border-radius: 26px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-step-number{
    width: 72px;
    height: 72px;
    font-size: 20px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-card h3, .tc-wp-content-root .igsv-editorial-wrap .igsv-trust-card h3, .tc-wp-content-root .igsv-editorial-wrap .igsv-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-card p, .tc-wp-content-root .igsv-editorial-wrap .igsv-trust-card p, .tc-wp-content-root .igsv-editorial-wrap .igsv-step-content p{
    font-size: 15.8px;
  }}