@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 .igva-editorial-wrap{
  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.6;
}.tc-wp-content-root .igva-editorial-wrap .igva-section{
  position: relative;
  overflow: hidden;
}.tc-wp-content-root .igva-editorial-wrap .igva-section-white{
  background: #ffffff;
}.tc-wp-content-root .igva-editorial-wrap .igva-section-soft{
  background: linear-gradient(180deg, #fbf8ff 0%, #fffafc 100%);
}.tc-wp-content-root .igva-editorial-wrap .igva-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}.tc-wp-content-root .igva-editorial-wrap .igva-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .igva-editorial-wrap .igva-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 14px;
  border: 1px solid rgba(222, 45, 135, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 103, 64, 0.1), rgba(196, 54, 196, 0.1));
  color: #b91d72;
  font-weight: 760;
  font-size: 13px;
  letter-spacing: 0;
}.tc-wp-content-root .igva-editorial-wrap .igva-section-head h2{
  margin: 0;
  color: #121827;
  font-weight: 820;
  letter-spacing: 0;
  line-height: 1.15;
}.tc-wp-content-root .igva-editorial-wrap .igva-section-head p{
  margin: 16px auto 0;
  color: #596174;
  max-width: 690px;
}.tc-wp-content-root .igva-editorial-wrap .igva-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .igva-editorial-wrap .igva-grid-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .igva-editorial-wrap .igva-card, .tc-wp-content-root .igva-editorial-wrap .igva-trust-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(31, 41, 55, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(39, 26, 61, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .igva-editorial-wrap .igva-card::before, .tc-wp-content-root .igva-editorial-wrap .igva-trust-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #ff6a3d, #df2d87, #8b5cf6);
  opacity: 0.88;
}.tc-wp-content-root .igva-editorial-wrap .igva-card:hover, .tc-wp-content-root .igva-editorial-wrap .igva-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(223, 45, 135, 0.22);
  box-shadow: 0 24px 60px rgba(39, 26, 61, 0.13);
}.tc-wp-content-root .igva-editorial-wrap .igva-card h3, .tc-wp-content-root .igva-editorial-wrap .igva-trust-card h3, .tc-wp-content-root .igva-editorial-wrap .igva-step-content h3{
  margin: 0;
  color: #151c2f;
  font-weight: 780;
  letter-spacing: 0;
  line-height: 1.25;
}.tc-wp-content-root .igva-editorial-wrap .igva-card p, .tc-wp-content-root .igva-editorial-wrap .igva-trust-card p, .tc-wp-content-root .igva-editorial-wrap .igva-step-content p, .tc-wp-content-root .igva-editorial-wrap .igva-note p{
  margin: 10px 0 0;
  color: #5d6678;
}.tc-wp-content-root .igva-editorial-wrap .igva-icon{
  width: 46px;
  height: 46px;
  display: inline-flex;
  position: relative;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 106, 61, 0.16), rgba(139, 92, 246, 0.16));
  box-shadow: inset 0 0 0 1px rgba(223, 45, 135, 0.12);
}.tc-wp-content-root .igva-editorial-wrap .igva-icon::before, .tc-wp-content-root .igva-editorial-wrap .igva-icon::after{
  content: "";
  position: absolute;
  transition: transform 260ms ease;
}.tc-wp-content-root .igva-editorial-wrap .igva-card:hover .igva-icon::before{
  transform: translateY(-2px) scale(1.04);
}.tc-wp-content-root .igva-editorial-wrap .igva-icon-view::before{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border: 2px solid #df2d87;
  border-radius: 999px;
}.tc-wp-content-root .igva-editorial-wrap .igva-icon-view::after{
  width: 6px;
  height: 6px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  background: #8b5cf6;
}.tc-wp-content-root .igva-editorial-wrap .igva-icon-speed::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #df2d87;
  border-radius: 50%;
  border-left-color: transparent;
}.tc-wp-content-root .igva-editorial-wrap .igva-icon-speed::after{
  width: 12px;
  height: 2px;
  left: 22px;
  top: 22px;
  background: #ff6a3d;
  transform: rotate(-35deg);
  transform-origin: left center;
}.tc-wp-content-root .igva-editorial-wrap .igva-icon-preview::before{
  width: 22px;
  height: 18px;
  left: 12px;
  top: 14px;
  border: 2px solid #8b5cf6;
  border-radius: 7px;
}.tc-wp-content-root .igva-editorial-wrap .igva-icon-preview::after{
  width: 14px;
  height: 3px;
  left: 16px;
  top: 21px;
  border-radius: 99px;
  background: #df2d87;
  box-shadow: 0 6px 0 rgba(255, 106, 61, 0.75);
}.tc-wp-content-root .igva-editorial-wrap .igva-icon-steps::before{
  width: 6px;
  height: 6px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  background: #ff6a3d;
  box-shadow: 0 9px 0 #df2d87, 0 18px 0 #8b5cf6;
}.tc-wp-content-root .igva-editorial-wrap .igva-icon-steps::after{
  width: 14px;
  height: 2px;
  left: 24px;
  top: 15px;
  border-radius: 99px;
  background: #8b5cf6;
  box-shadow: 0 9px 0 rgba(223, 45, 135, 0.8), 0 18px 0 rgba(255, 106, 61, 0.8);
}.tc-wp-content-root .igva-editorial-wrap .igva-icon-mobile::before{
  width: 17px;
  height: 25px;
  left: 14px;
  top: 10px;
  border: 2px solid #df2d87;
  border-radius: 7px;
}.tc-wp-content-root .igva-editorial-wrap .igva-icon-mobile::after{
  width: 5px;
  height: 5px;
  left: 21px;
  top: 28px;
  border-radius: 50%;
  background: #8b5cf6;
}.tc-wp-content-root .igva-editorial-wrap .igva-icon-daily::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 8px;
  border: 2px solid #8b5cf6;
}.tc-wp-content-root .igva-editorial-wrap .igva-icon-daily::after{
  width: 12px;
  height: 8px;
  left: 17px;
  top: 18px;
  border-left: 2px solid #df2d87;
  border-bottom: 2px solid #ff6a3d;
  transform: rotate(-45deg);
}.tc-wp-content-root .igva-editorial-wrap .igva-step-list{
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}.tc-wp-content-root .igva-editorial-wrap .igva-step-card{
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(139, 92, 246, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 50px rgba(44, 31, 72, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .igva-editorial-wrap .igva-step-card::after{
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -70px;
  top: -70px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(223, 45, 135, 0.16), rgba(223, 45, 135, 0));
}.tc-wp-content-root .igva-editorial-wrap .igva-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(223, 45, 135, 0.24);
  box-shadow: 0 24px 60px rgba(44, 31, 72, 0.12);
}.tc-wp-content-root .igva-editorial-wrap .igva-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 840;
  letter-spacing: 0;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff6a3d, #df2d87 52%, #8b5cf6);
  box-shadow: 0 16px 34px rgba(223, 45, 135, 0.24);
}.tc-wp-content-root .igva-editorial-wrap .igva-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(139, 92, 246, 0.09);
  color: #7a34c9;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0;
}.tc-wp-content-root .igva-editorial-wrap .igva-trust-mark{
  width: 42px;
  height: 42px;
  display: inline-flex;
  position: relative;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 106, 61, 0.14), rgba(139, 92, 246, 0.14));
}.tc-wp-content-root .igva-editorial-wrap .igva-trust-mark::before{
  content: "";
  position: absolute;
  width: 18px;
  height: 10px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #df2d87;
  border-bottom: 3px solid #8b5cf6;
  transform: rotate(-45deg);
  border-radius: 2px;
}.tc-wp-content-root .igva-editorial-wrap .igva-note{
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(223, 45, 135, 0.16);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 246, 251, 0.92));
  box-shadow: 0 16px 42px rgba(39, 26, 61, 0.07);
  text-align: center;
}.tc-wp-content-root .igva-editorial-wrap .igva-note p{
  margin: 0;
  color: #4d5668;
}.tc-wp-content-root .igva-editorial-wrap .igva-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .igva-editorial-wrap .igva-reveal.igva-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .igva-editorial-wrap .igva-section{
    padding: 48px 0;
  }.tc-wp-content-root .igva-editorial-wrap .igva-container{
    padding: 0 14px;
  }.tc-wp-content-root .igva-editorial-wrap .igva-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .igva-editorial-wrap .igva-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .igva-editorial-wrap .igva-card-grid, .tc-wp-content-root .igva-editorial-wrap .igva-step-list{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .igva-editorial-wrap .igva-grid-3{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .igva-editorial-wrap .igva-card, .tc-wp-content-root .igva-editorial-wrap .igva-trust-card, .tc-wp-content-root .igva-editorial-wrap .igva-step-card, .tc-wp-content-root .igva-editorial-wrap .igva-note{
    padding: 22px;
  }.tc-wp-content-root .igva-editorial-wrap .igva-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .igva-editorial-wrap .igva-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }.tc-wp-content-root .igva-editorial-wrap .igva-card h3, .tc-wp-content-root .igva-editorial-wrap .igva-trust-card h3, .tc-wp-content-root .igva-editorial-wrap .igva-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .igva-editorial-wrap .igva-card p, .tc-wp-content-root .igva-editorial-wrap .igva-trust-card p, .tc-wp-content-root .igva-editorial-wrap .igva-step-content p, .tc-wp-content-root .igva-editorial-wrap .igva-note p{
    font-size: 14px;
  }.tc-wp-content-root .igva-editorial-wrap .igva-note{
    margin-top: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .igva-editorial-wrap .igva-section{
    padding: 54px 0;
  }.tc-wp-content-root .igva-editorial-wrap .igva-container{
    padding: 0 18px;
  }.tc-wp-content-root .igva-editorial-wrap .igva-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .igva-editorial-wrap .igva-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .igva-editorial-wrap .igva-card-grid, .tc-wp-content-root .igva-editorial-wrap .igva-step-list{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .igva-editorial-wrap .igva-grid-3{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .igva-editorial-wrap .igva-card, .tc-wp-content-root .igva-editorial-wrap .igva-trust-card, .tc-wp-content-root .igva-editorial-wrap .igva-step-card, .tc-wp-content-root .igva-editorial-wrap .igva-note{
    padding: 24px;
  }.tc-wp-content-root .igva-editorial-wrap .igva-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .igva-editorial-wrap .igva-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }.tc-wp-content-root .igva-editorial-wrap .igva-card h3, .tc-wp-content-root .igva-editorial-wrap .igva-trust-card h3, .tc-wp-content-root .igva-editorial-wrap .igva-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .igva-editorial-wrap .igva-card p, .tc-wp-content-root .igva-editorial-wrap .igva-trust-card p, .tc-wp-content-root .igva-editorial-wrap .igva-step-content p, .tc-wp-content-root .igva-editorial-wrap .igva-note p{
    font-size: 14.5px;
  }.tc-wp-content-root .igva-editorial-wrap .igva-note{
    margin-top: 20px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .igva-editorial-wrap .igva-section{
    padding: 62px 0;
  }.tc-wp-content-root .igva-editorial-wrap .igva-container{
    padding: 0 22px;
  }.tc-wp-content-root .igva-editorial-wrap .igva-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .igva-editorial-wrap .igva-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .igva-editorial-wrap .igva-card-grid, .tc-wp-content-root .igva-editorial-wrap .igva-step-list{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .igva-editorial-wrap .igva-grid-3{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .igva-editorial-wrap .igva-card, .tc-wp-content-root .igva-editorial-wrap .igva-trust-card, .tc-wp-content-root .igva-editorial-wrap .igva-step-card, .tc-wp-content-root .igva-editorial-wrap .igva-note{
    padding: 26px;
  }.tc-wp-content-root .igva-editorial-wrap .igva-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .igva-editorial-wrap .igva-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }.tc-wp-content-root .igva-editorial-wrap .igva-card h3, .tc-wp-content-root .igva-editorial-wrap .igva-trust-card h3, .tc-wp-content-root .igva-editorial-wrap .igva-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .igva-editorial-wrap .igva-card p, .tc-wp-content-root .igva-editorial-wrap .igva-trust-card p, .tc-wp-content-root .igva-editorial-wrap .igva-step-content p, .tc-wp-content-root .igva-editorial-wrap .igva-note p{
    font-size: 15px;
  }.tc-wp-content-root .igva-editorial-wrap .igva-note{
    margin-top: 22px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .igva-editorial-wrap .igva-section{
    padding: 78px 0;
  }.tc-wp-content-root .igva-editorial-wrap .igva-container{
    padding: 0 28px;
  }.tc-wp-content-root .igva-editorial-wrap .igva-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .igva-editorial-wrap .igva-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .igva-editorial-wrap .igva-card-grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .igva-editorial-wrap .igva-step-list{
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .igva-editorial-wrap .igva-grid-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .igva-editorial-wrap .igva-card, .tc-wp-content-root .igva-editorial-wrap .igva-trust-card, .tc-wp-content-root .igva-editorial-wrap .igva-note{
    padding: 28px;
  }.tc-wp-content-root .igva-editorial-wrap .igva-step-card{
    grid-template-columns: auto minmax(0, 1fr);
    gap: 22px;
    padding: 28px;
  }.tc-wp-content-root .igva-editorial-wrap .igva-step-number{
    width: 68px;
    height: 68px;
    font-size: 19px;
  }.tc-wp-content-root .igva-editorial-wrap .igva-card h3, .tc-wp-content-root .igva-editorial-wrap .igva-trust-card h3, .tc-wp-content-root .igva-editorial-wrap .igva-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .igva-editorial-wrap .igva-card p, .tc-wp-content-root .igva-editorial-wrap .igva-trust-card p, .tc-wp-content-root .igva-editorial-wrap .igva-step-content p, .tc-wp-content-root .igva-editorial-wrap .igva-note p{
    font-size: 15.5px;
  }.tc-wp-content-root .igva-editorial-wrap .igva-note{
    margin-top: 24px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .igva-editorial-wrap .igva-section{
    padding: 96px 0;
  }.tc-wp-content-root .igva-editorial-wrap .igva-container{
    padding: 0 32px;
  }.tc-wp-content-root .igva-editorial-wrap .igva-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .igva-editorial-wrap .igva-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .igva-editorial-wrap .igva-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .igva-editorial-wrap .igva-step-list{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .igva-editorial-wrap .igva-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .igva-editorial-wrap .igva-card, .tc-wp-content-root .igva-editorial-wrap .igva-trust-card{
    padding: 30px;
  }.tc-wp-content-root .igva-editorial-wrap .igva-step-card{
    grid-template-columns: auto minmax(0, 1fr);
    gap: 26px;
    padding: 30px;
  }.tc-wp-content-root .igva-editorial-wrap .igva-step-number{
    width: 74px;
    height: 74px;
    font-size: 20px;
  }.tc-wp-content-root .igva-editorial-wrap .igva-card h3, .tc-wp-content-root .igva-editorial-wrap .igva-trust-card h3, .tc-wp-content-root .igva-editorial-wrap .igva-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .igva-editorial-wrap .igva-card p, .tc-wp-content-root .igva-editorial-wrap .igva-trust-card p, .tc-wp-content-root .igva-editorial-wrap .igva-step-content p, .tc-wp-content-root .igva-editorial-wrap .igva-note p{
    font-size: 16px;
  }.tc-wp-content-root .igva-editorial-wrap .igva-note{
    margin-top: 28px;
    padding: 26px 34px;
  }}