@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 .igcv-editorial{
  width: 100%;
  overflow: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .igcv-editorial .igcv-section{
  position: relative;
}.tc-wp-content-root .igcv-editorial .igcv-section-white{
  background: #ffffff;
}.tc-wp-content-root .igcv-editorial .igcv-section-soft{
  background: linear-gradient(180deg, #fff8fb 0%, #f8fbff 100%);
}.tc-wp-content-root .igcv-editorial .igcv-container{
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}.tc-wp-content-root .igcv-editorial .igcv-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .igcv-editorial .igcv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 8px 14px;
  border: 1px solid rgba(214, 41, 118, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(214, 41, 118, 0.09), rgba(81, 91, 212, 0.08));
  color: #b51f66;
  font-weight: 760;
  line-height: 1.2;
}.tc-wp-content-root .igcv-editorial .igcv-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #feda75, #d62976 52%, #515bd4);
  box-shadow: 0 0 0 5px rgba(214, 41, 118, 0.11);
}.tc-wp-content-root .igcv-editorial h2{
  margin: 0;
  color: #121827;
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: 0;
}.tc-wp-content-root .igcv-editorial .igcv-heading p{
  margin: 16px auto 0;
  color: #5b6475;
  line-height: 1.72;
}.tc-wp-content-root .igcv-editorial .igcv-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .igcv-editorial .igcv-card, .tc-wp-content-root .igcv-editorial .igcv-trust-card{
  position: relative;
  min-width: 0;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(22, 32, 51, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(18, 24, 39, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .igcv-editorial .igcv-card::before, .tc-wp-content-root .igcv-editorial .igcv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(254, 218, 117, 0.18), rgba(214, 41, 118, 0.08), rgba(81, 91, 212, 0.1));
  opacity: 0;
  transition: opacity 260ms ease;
}.tc-wp-content-root .igcv-editorial .igcv-card:hover, .tc-wp-content-root .igcv-editorial .igcv-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(214, 41, 118, 0.22);
  box-shadow: 0 24px 70px rgba(18, 24, 39, 0.12);
}.tc-wp-content-root .igcv-editorial .igcv-card:hover::before, .tc-wp-content-root .igcv-editorial .igcv-trust-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .igcv-editorial .igcv-card h3, .tc-wp-content-root .igcv-editorial .igcv-trust-card h3, .tc-wp-content-root .igcv-editorial .igcv-step-card h3{
  position: relative;
  margin: 0;
  color: #141b2d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .igcv-editorial .igcv-card p, .tc-wp-content-root .igcv-editorial .igcv-trust-card p, .tc-wp-content-root .igcv-editorial .igcv-step-card p{
  position: relative;
  margin: 10px 0 0;
  color: #5a6474;
  line-height: 1.68;
}.tc-wp-content-root .igcv-editorial .igcv-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #feda75, #d62976 54%, #515bd4);
  box-shadow: 0 14px 32px rgba(214, 41, 118, 0.22);
  transition: transform 260ms ease;
}.tc-wp-content-root .igcv-editorial .igcv-card:hover .igcv-icon{
  transform: translateY(-3px) rotate(-3deg);
}.tc-wp-content-root .igcv-editorial .igcv-icon::before, .tc-wp-content-root .igcv-editorial .igcv-icon::after{
  content: "";
  position: absolute;
  box-sizing: border-box;
}.tc-wp-content-root .igcv-editorial .igcv-icon-view::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  border: 2px solid #ffffff;
  border-radius: 999px;
}.tc-wp-content-root .igcv-editorial .igcv-icon-view::after{
  width: 7px;
  height: 7px;
  left: 20.5px;
  top: 20.5px;
  border-radius: 999px;
  background: #ffffff;
}.tc-wp-content-root .igcv-editorial .igcv-icon-speed::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  border: 2px solid #ffffff;
  border-radius: 999px;
}.tc-wp-content-root .igcv-editorial .igcv-icon-speed::after{
  width: 14px;
  height: 2px;
  left: 23px;
  top: 23px;
  background: #ffffff;
  border-radius: 99px;
  transform: rotate(-34deg);
  transform-origin: left center;
}.tc-wp-content-root .igcv-editorial .igcv-icon-preview::before{
  width: 24px;
  height: 18px;
  left: 12px;
  top: 15px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .igcv-editorial .igcv-icon-preview::after{
  width: 12px;
  height: 2px;
  left: 18px;
  top: 24px;
  background: #ffffff;
  border-radius: 99px;
}.tc-wp-content-root .igcv-editorial .igcv-icon-steps::before{
  width: 6px;
  height: 6px;
  left: 13px;
  top: 13px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 10px 0 #ffffff, 0 20px 0 #ffffff;
}.tc-wp-content-root .igcv-editorial .igcv-icon-steps::after{
  width: 16px;
  height: 2px;
  left: 23px;
  top: 15px;
  border-radius: 99px;
  background: #ffffff;
  box-shadow: 0 10px 0 #ffffff, 0 20px 0 #ffffff;
}.tc-wp-content-root .igcv-editorial .igcv-icon-mobile::before{
  width: 18px;
  height: 28px;
  left: 15px;
  top: 10px;
  border: 2px solid #ffffff;
  border-radius: 8px;
}.tc-wp-content-root .igcv-editorial .igcv-icon-mobile::after{
  width: 5px;
  height: 5px;
  left: 21.5px;
  top: 30px;
  border-radius: 999px;
  background: #ffffff;
}.tc-wp-content-root .igcv-editorial .igcv-icon-daily::before{
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 8px;
}.tc-wp-content-root .igcv-editorial .igcv-icon-daily::after{
  width: 14px;
  height: 8px;
  left: 17px;
  top: 20px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .igcv-editorial .igcv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .igcv-editorial .igcv-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid rgba(214, 41, 118, 0.14);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 253, 0.9));
  box-shadow: 0 20px 56px rgba(18, 24, 39, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .igcv-editorial .igcv-step-card::after{
  content: "";
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 82px;
  width: 1px;
  background: linear-gradient(180deg, rgba(254, 218, 117, 0), rgba(214, 41, 118, 0.34), rgba(81, 91, 212, 0));
}.tc-wp-content-root .igcv-editorial .igcv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(214, 41, 118, 0.24);
  box-shadow: 0 28px 76px rgba(18, 24, 39, 0.12);
}.tc-wp-content-root .igcv-editorial .igcv-step-number{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: linear-gradient(135deg, #feda75, #d62976 52%, #515bd4);
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 16px 36px rgba(214, 41, 118, 0.23);
}.tc-wp-content-root .igcv-editorial .igcv-step-copy{
  position: relative;
  z-index: 1;
  min-width: 0;
}.tc-wp-content-root .igcv-editorial .igcv-badge-dot{
  position: relative;
  display: inline-flex;
  width: 38px;
  height: 38px;
  margin: 0 0 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(254, 218, 117, 0.28), rgba(214, 41, 118, 0.14), rgba(81, 91, 212, 0.16));
}.tc-wp-content-root .igcv-editorial .igcv-badge-dot::before{
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #feda75, #d62976 55%, #515bd4);
  box-shadow: 0 0 0 7px rgba(214, 41, 118, 0.08);
}.tc-wp-content-root .igcv-editorial .igcv-trust-card{
  background: linear-gradient(180deg, #ffffff 0%, #fff9fc 100%);
}.tc-wp-content-root .igcv-editorial .igcv-trust-mark{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(254, 218, 117, 0.28), rgba(214, 41, 118, 0.16), rgba(81, 91, 212, 0.18));
}.tc-wp-content-root .igcv-editorial .igcv-trust-mark::before{
  content: "";
  position: absolute;
  width: 18px;
  height: 10px;
  left: 14px;
  top: 16px;
  border-left: 3px solid #d62976;
  border-bottom: 3px solid #d62976;
  transform: rotate(-45deg);
}.tc-wp-content-root .igcv-editorial .igcv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .igcv-editorial .igcv-reveal.igcv-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 .igcv-editorial .igcv-section{
    padding: 48px 0;
  }.tc-wp-content-root .igcv-editorial .igcv-container{
    padding: 0 14px;
  }.tc-wp-content-root .igcv-editorial h2{
    font-size: 28px;
  }.tc-wp-content-root .igcv-editorial .igcv-heading p{
    font-size: 15px;
  }.tc-wp-content-root .igcv-editorial .igcv-kicker{
    font-size: 12px;
  }.tc-wp-content-root .igcv-editorial .igcv-card-grid, .tc-wp-content-root .igcv-editorial .igcv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .igcv-editorial .igcv-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .igcv-editorial .igcv-card, .tc-wp-content-root .igcv-editorial .igcv-trust-card{
    padding: 22px;
  }.tc-wp-content-root .igcv-editorial .igcv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .igcv-editorial .igcv-step-card::after{
    display: none;
  }.tc-wp-content-root .igcv-editorial .igcv-card h3, .tc-wp-content-root .igcv-editorial .igcv-trust-card h3, .tc-wp-content-root .igcv-editorial .igcv-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .igcv-editorial .igcv-card p, .tc-wp-content-root .igcv-editorial .igcv-trust-card p, .tc-wp-content-root .igcv-editorial .igcv-step-card p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .igcv-editorial .igcv-section{
    padding: 56px 0;
  }.tc-wp-content-root .igcv-editorial .igcv-container{
    padding: 0 18px;
  }.tc-wp-content-root .igcv-editorial h2{
    font-size: 31px;
  }.tc-wp-content-root .igcv-editorial .igcv-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .igcv-editorial .igcv-kicker{
    font-size: 12.5px;
  }.tc-wp-content-root .igcv-editorial .igcv-card-grid, .tc-wp-content-root .igcv-editorial .igcv-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .igcv-editorial .igcv-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .igcv-editorial .igcv-card, .tc-wp-content-root .igcv-editorial .igcv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .igcv-editorial .igcv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .igcv-editorial .igcv-step-card::after{
    display: none;
  }.tc-wp-content-root .igcv-editorial .igcv-card h3, .tc-wp-content-root .igcv-editorial .igcv-trust-card h3, .tc-wp-content-root .igcv-editorial .igcv-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .igcv-editorial .igcv-card p, .tc-wp-content-root .igcv-editorial .igcv-trust-card p, .tc-wp-content-root .igcv-editorial .igcv-step-card p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .igcv-editorial .igcv-section{
    padding: 64px 0;
  }.tc-wp-content-root .igcv-editorial .igcv-container{
    padding: 0 22px;
  }.tc-wp-content-root .igcv-editorial h2{
    font-size: 36px;
  }.tc-wp-content-root .igcv-editorial .igcv-heading p{
    font-size: 16px;
  }.tc-wp-content-root .igcv-editorial .igcv-kicker{
    font-size: 13px;
  }.tc-wp-content-root .igcv-editorial .igcv-card-grid, .tc-wp-content-root .igcv-editorial .igcv-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .igcv-editorial .igcv-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .igcv-editorial .igcv-card, .tc-wp-content-root .igcv-editorial .igcv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .igcv-editorial .igcv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .igcv-editorial .igcv-step-card::after{
    display: none;
  }.tc-wp-content-root .igcv-editorial .igcv-card h3, .tc-wp-content-root .igcv-editorial .igcv-trust-card h3, .tc-wp-content-root .igcv-editorial .igcv-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .igcv-editorial .igcv-card p, .tc-wp-content-root .igcv-editorial .igcv-trust-card p, .tc-wp-content-root .igcv-editorial .igcv-step-card p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .igcv-editorial .igcv-section{
    padding: 78px 0;
  }.tc-wp-content-root .igcv-editorial .igcv-container{
    padding: 0 30px;
  }.tc-wp-content-root .igcv-editorial h2{
    font-size: 42px;
  }.tc-wp-content-root .igcv-editorial .igcv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .igcv-editorial .igcv-kicker{
    font-size: 13px;
  }.tc-wp-content-root .igcv-editorial .igcv-card-grid, .tc-wp-content-root .igcv-editorial .igcv-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .igcv-editorial .igcv-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .igcv-editorial .igcv-card, .tc-wp-content-root .igcv-editorial .igcv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .igcv-editorial .igcv-step-card{
    gap: 28px;
    padding: 28px;
  }.tc-wp-content-root .igcv-editorial .igcv-card h3, .tc-wp-content-root .igcv-editorial .igcv-trust-card h3, .tc-wp-content-root .igcv-editorial .igcv-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .igcv-editorial .igcv-card p, .tc-wp-content-root .igcv-editorial .igcv-trust-card p, .tc-wp-content-root .igcv-editorial .igcv-step-card p{
    font-size: 15.5px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .igcv-editorial .igcv-section{
    padding: 96px 0;
  }.tc-wp-content-root .igcv-editorial .igcv-container{
    padding: 0 32px;
  }.tc-wp-content-root .igcv-editorial h2{
    font-size: 48px;
  }.tc-wp-content-root .igcv-editorial .igcv-heading p{
    font-size: 18px;
  }.tc-wp-content-root .igcv-editorial .igcv-kicker{
    font-size: 13px;
  }.tc-wp-content-root .igcv-editorial .igcv-card-grid, .tc-wp-content-root .igcv-editorial .igcv-steps{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .igcv-editorial .igcv-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .igcv-editorial .igcv-card, .tc-wp-content-root .igcv-editorial .igcv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .igcv-editorial .igcv-step-card{
    gap: 34px;
    padding: 30px 34px;
  }.tc-wp-content-root .igcv-editorial .igcv-card h3, .tc-wp-content-root .igcv-editorial .igcv-trust-card h3, .tc-wp-content-root .igcv-editorial .igcv-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .igcv-editorial .igcv-card p, .tc-wp-content-root .igcv-editorial .igcv-trust-card p, .tc-wp-content-root .igcv-editorial .igcv-step-card p{
    font-size: 16px;
  }}

.tc-wp-content-root .igcv-trust-grid {}