@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 .iplv-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background: #ffffff;
}.tc-wp-content-root .iplv-editorial-wrap, .tc-wp-content-root .iplv-editorial-wrap div, .tc-wp-content-root .iplv-editorial-wrap section, .tc-wp-content-root .iplv-editorial-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .iplv-editorial-wrap .iplv-section{
  position: relative;
  width: 100%;
  overflow: hidden;
}.tc-wp-content-root .iplv-editorial-wrap .iplv-section-white{
  background: #ffffff;
}.tc-wp-content-root .iplv-editorial-wrap .iplv-section-soft{
  background:
    radial-gradient(circle at 14% 8%, rgba(255, 77, 141, 0.08), transparent 28%),
    radial-gradient(circle at 88% 16%, rgba(124, 58, 237, 0.08), transparent 26%),
    #fbfafc;
}.tc-wp-content-root .iplv-editorial-wrap .iplv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}.tc-wp-content-root .iplv-editorial-wrap .iplv-heading-block{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .iplv-editorial-wrap .iplv-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 7px 13px;
  margin: 0 0 14px;
  border: 1px solid rgba(219, 39, 119, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 77, 141, 0.1), rgba(124, 58, 237, 0.1));
  color: #b01862;
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
  letter-spacing: 0;
}.tc-wp-content-root .iplv-editorial-wrap .iplv-heading-block h2{
  margin: 0;
  color: #141827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .iplv-editorial-wrap .iplv-heading-block p{
  margin: 16px auto 0;
  max-width: 700px;
  color: #5d6474;
  line-height: 1.72;
  font-weight: 450;
}.tc-wp-content-root .iplv-editorial-wrap .iplv-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .iplv-editorial-wrap .iplv-card, .tc-wp-content-root .iplv-editorial-wrap .iplv-trust-card, .tc-wp-content-root .iplv-editorial-wrap .iplv-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(25, 30, 45, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .iplv-editorial-wrap .iplv-card{
  min-height: 100%;
  border-radius: 22px;
}.tc-wp-content-root .iplv-editorial-wrap .iplv-card::before, .tc-wp-content-root .iplv-editorial-wrap .iplv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, #ff4d8d, #8b5cf6, #06b6d4);
  opacity: 0.78;
}.tc-wp-content-root .iplv-editorial-wrap .iplv-card:hover, .tc-wp-content-root .iplv-editorial-wrap .iplv-trust-card:hover, .tc-wp-content-root .iplv-editorial-wrap .iplv-step-card:hover{
  transform: translateY(-6px);
  border-color: rgba(219, 39, 119, 0.24);
  box-shadow: 0 24px 64px rgba(25, 30, 45, 0.13);
}.tc-wp-content-root .iplv-editorial-wrap .iplv-card h3, .tc-wp-content-root .iplv-editorial-wrap .iplv-trust-card h3, .tc-wp-content-root .iplv-editorial-wrap .iplv-step-card h3{
  margin: 0;
  color: #171b2a;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}.tc-wp-content-root .iplv-editorial-wrap .iplv-card p, .tc-wp-content-root .iplv-editorial-wrap .iplv-trust-card p, .tc-wp-content-root .iplv-editorial-wrap .iplv-step-card p, .tc-wp-content-root .iplv-editorial-wrap .iplv-note{
  margin: 12px 0 0;
  color: #606879;
  line-height: 1.68;
  font-weight: 440;
}.tc-wp-content-root .iplv-editorial-wrap .iplv-icon{
  width: 46px;
  height: 46px;
  display: inline-flex;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 77, 141, 0.13), rgba(139, 92, 246, 0.14));
  border: 1px solid rgba(219, 39, 119, 0.16);
  position: relative;
}.tc-wp-content-root .iplv-editorial-wrap .iplv-icon::before, .tc-wp-content-root .iplv-editorial-wrap .iplv-icon::after{
  content: "";
  position: absolute;
  transition: transform 260ms ease;
}.tc-wp-content-root .iplv-editorial-wrap .iplv-card:hover .iplv-icon::before, .tc-wp-content-root .iplv-editorial-wrap .iplv-card:hover .iplv-icon::after{
  transform: translateY(-2px);
}.tc-wp-content-root .iplv-editorial-wrap .iplv-icon-pulse::before{
  width: 18px;
  height: 18px;
  border: 3px solid #db2777;
  border-radius: 50%;
  left: 14px;
  top: 14px;
}.tc-wp-content-root .iplv-editorial-wrap .iplv-icon-bolt::before{
  width: 14px;
  height: 22px;
  left: 17px;
  top: 12px;
  background: linear-gradient(135deg, #ff4d8d, #8b5cf6);
  clip-path: polygon(48% 0, 100% 0, 62% 42%, 100% 42%, 33% 100%, 48% 55%, 0 55%);
}.tc-wp-content-root .iplv-editorial-wrap .iplv-icon-frame::before{
  width: 22px;
  height: 16px;
  left: 12px;
  top: 15px;
  border: 3px solid #8b5cf6;
  border-radius: 7px;
}.tc-wp-content-root .iplv-editorial-wrap .iplv-icon-path::before{
  width: 22px;
  height: 3px;
  left: 12px;
  top: 22px;
  background: #db2777;
  border-radius: 999px;
  box-shadow: 0 -8px 0 rgba(139, 92, 246, 0.65), 0 8px 0 rgba(6, 182, 212, 0.65);
}.tc-wp-content-root .iplv-editorial-wrap .iplv-icon-phone::before{
  width: 16px;
  height: 24px;
  left: 15px;
  top: 10px;
  border: 3px solid #06b6d4;
  border-radius: 8px;
}.tc-wp-content-root .iplv-editorial-wrap .iplv-icon-daily::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border-radius: 8px;
  background: conic-gradient(from 90deg, #ff4d8d, #8b5cf6, #06b6d4, #ff4d8d);
}.tc-wp-content-root .iplv-editorial-wrap .iplv-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .iplv-editorial-wrap .iplv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88)),
    linear-gradient(135deg, rgba(255, 77, 141, 0.12), rgba(6, 182, 212, 0.1));
}.tc-wp-content-root .iplv-editorial-wrap .iplv-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  border-radius: 20px;
  background: linear-gradient(135deg, #db2777, #8b5cf6);
  box-shadow: 0 14px 28px rgba(219, 39, 119, 0.24);
  flex: 0 0 auto;
}.tc-wp-content-root .iplv-editorial-wrap .iplv-use-card{
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(255, 77, 141, 0.35), rgba(139, 92, 246, 0.18), rgba(6, 182, 212, 0.26)) border-box;
  border: 1px solid transparent;
}.tc-wp-content-root .iplv-editorial-wrap .iplv-badge-dot{
  width: 12px;
  height: 12px;
  display: inline-flex;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #db2777;
  box-shadow: 18px 0 0 rgba(139, 92, 246, 0.75), 36px 0 0 rgba(6, 182, 212, 0.65);
}.tc-wp-content-root .iplv-editorial-wrap .iplv-trust-card{
  min-height: 100%;
  border-radius: 22px;
  background: #ffffff;
}.tc-wp-content-root .iplv-editorial-wrap .iplv-trust-mark{
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #ffffff 0 28%, transparent 30%),
    conic-gradient(from 140deg, #ff4d8d, #8b5cf6, #06b6d4, #ff4d8d);
  box-shadow: 0 14px 30px rgba(139, 92, 246, 0.18);
}.tc-wp-content-root .iplv-editorial-wrap .iplv-note{
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 18px 22px;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
}.tc-wp-content-root .iplv-editorial-wrap .iplv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .iplv-editorial-wrap .iplv-reveal.iplv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .iplv-editorial-wrap .iplv-section{
    padding: 54px 0;
  }.tc-wp-content-root .iplv-editorial-wrap .iplv-container{
    padding: 0 14px;
  }.tc-wp-content-root .iplv-editorial-wrap .iplv-heading-block h2{
    font-size: 26px;
  }.tc-wp-content-root .iplv-editorial-wrap .iplv-heading-block p{
    font-size: 15px;
  }.tc-wp-content-root .iplv-editorial-wrap .iplv-card-grid, .tc-wp-content-root .iplv-editorial-wrap .iplv-step-list{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 32px;
  }.tc-wp-content-root .iplv-editorial-wrap .iplv-card, .tc-wp-content-root .iplv-editorial-wrap .iplv-trust-card{
    padding: 22px;
  }.tc-wp-content-root .iplv-editorial-wrap .iplv-card h3, .tc-wp-content-root .iplv-editorial-wrap .iplv-trust-card h3, .tc-wp-content-root .iplv-editorial-wrap .iplv-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .iplv-editorial-wrap .iplv-card p, .tc-wp-content-root .iplv-editorial-wrap .iplv-trust-card p, .tc-wp-content-root .iplv-editorial-wrap .iplv-step-card p, .tc-wp-content-root .iplv-editorial-wrap .iplv-note{
    font-size: 14px;
  }.tc-wp-content-root .iplv-editorial-wrap .iplv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .iplv-editorial-wrap .iplv-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }.tc-wp-content-root .iplv-editorial-wrap .iplv-note{
    margin-top: 26px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .iplv-editorial-wrap .iplv-section{
    padding: 60px 0;
  }.tc-wp-content-root .iplv-editorial-wrap .iplv-container{
    padding: 0 18px;
  }.tc-wp-content-root .iplv-editorial-wrap .iplv-heading-block h2{
    font-size: 29px;
  }.tc-wp-content-root .iplv-editorial-wrap .iplv-heading-block p{
    font-size: 15.5px;
  }.tc-wp-content-root .iplv-editorial-wrap .iplv-card-grid, .tc-wp-content-root .iplv-editorial-wrap .iplv-step-list{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .iplv-editorial-wrap .iplv-card, .tc-wp-content-root .iplv-editorial-wrap .iplv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .iplv-editorial-wrap .iplv-card h3, .tc-wp-content-root .iplv-editorial-wrap .iplv-trust-card h3, .tc-wp-content-root .iplv-editorial-wrap .iplv-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .iplv-editorial-wrap .iplv-card p, .tc-wp-content-root .iplv-editorial-wrap .iplv-trust-card p, .tc-wp-content-root .iplv-editorial-wrap .iplv-step-card p, .tc-wp-content-root .iplv-editorial-wrap .iplv-note{
    font-size: 14.5px;
  }.tc-wp-content-root .iplv-editorial-wrap .iplv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .iplv-editorial-wrap .iplv-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }.tc-wp-content-root .iplv-editorial-wrap .iplv-note{
    margin-top: 28px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .iplv-editorial-wrap .iplv-section{
    padding: 66px 0;
  }.tc-wp-content-root .iplv-editorial-wrap .iplv-container{
    padding: 0 22px;
  }.tc-wp-content-root .iplv-editorial-wrap .iplv-heading-block h2{
    font-size: 32px;
  }.tc-wp-content-root .iplv-editorial-wrap .iplv-heading-block p{
    font-size: 16px;
  }.tc-wp-content-root .iplv-editorial-wrap .iplv-card-grid, .tc-wp-content-root .iplv-editorial-wrap .iplv-step-list{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .iplv-editorial-wrap .iplv-card, .tc-wp-content-root .iplv-editorial-wrap .iplv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .iplv-editorial-wrap .iplv-card h3, .tc-wp-content-root .iplv-editorial-wrap .iplv-trust-card h3, .tc-wp-content-root .iplv-editorial-wrap .iplv-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .iplv-editorial-wrap .iplv-card p, .tc-wp-content-root .iplv-editorial-wrap .iplv-trust-card p, .tc-wp-content-root .iplv-editorial-wrap .iplv-step-card p, .tc-wp-content-root .iplv-editorial-wrap .iplv-note{
    font-size: 15px;
  }.tc-wp-content-root .iplv-editorial-wrap .iplv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .iplv-editorial-wrap .iplv-step-number{
    width: 60px;
    height: 60px;
    font-size: 19px;
  }.tc-wp-content-root .iplv-editorial-wrap .iplv-note{
    margin-top: 30px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .iplv-editorial-wrap .iplv-section{
    padding: 82px 0;
  }.tc-wp-content-root .iplv-editorial-wrap .iplv-container{
    padding: 0 28px;
  }.tc-wp-content-root .iplv-editorial-wrap .iplv-heading-block h2{
    font-size: 40px;
  }.tc-wp-content-root .iplv-editorial-wrap .iplv-heading-block p{
    font-size: 17px;
  }.tc-wp-content-root .iplv-editorial-wrap .iplv-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .iplv-editorial-wrap .iplv-step-list{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .iplv-editorial-wrap .iplv-card, .tc-wp-content-root .iplv-editorial-wrap .iplv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .iplv-editorial-wrap .iplv-card h3, .tc-wp-content-root .iplv-editorial-wrap .iplv-trust-card h3, .tc-wp-content-root .iplv-editorial-wrap .iplv-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .iplv-editorial-wrap .iplv-card p, .tc-wp-content-root .iplv-editorial-wrap .iplv-trust-card p, .tc-wp-content-root .iplv-editorial-wrap .iplv-step-card p, .tc-wp-content-root .iplv-editorial-wrap .iplv-note{
    font-size: 15.5px;
  }.tc-wp-content-root .iplv-editorial-wrap .iplv-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .iplv-editorial-wrap .iplv-step-number{
    width: 66px;
    height: 66px;
    font-size: 20px;
  }.tc-wp-content-root .iplv-editorial-wrap .iplv-note{
    margin-top: 34px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .iplv-editorial-wrap .iplv-section{
    padding: 96px 0;
  }.tc-wp-content-root .iplv-editorial-wrap .iplv-container{
    padding: 0 32px;
  }.tc-wp-content-root .iplv-editorial-wrap .iplv-heading-block h2{
    font-size: 46px;
  }.tc-wp-content-root .iplv-editorial-wrap .iplv-heading-block p{
    font-size: 17px;
  }.tc-wp-content-root .iplv-editorial-wrap .iplv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .iplv-editorial-wrap .iplv-card-grid{
    gap: 24px;
    margin-top: 52px;
  }.tc-wp-content-root .iplv-editorial-wrap .iplv-step-list{
    gap: 24px;
    margin-top: 52px;
  }.tc-wp-content-root .iplv-editorial-wrap .iplv-card, .tc-wp-content-root .iplv-editorial-wrap .iplv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .iplv-editorial-wrap .iplv-card h3, .tc-wp-content-root .iplv-editorial-wrap .iplv-trust-card h3, .tc-wp-content-root .iplv-editorial-wrap .iplv-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .iplv-editorial-wrap .iplv-card p, .tc-wp-content-root .iplv-editorial-wrap .iplv-trust-card p, .tc-wp-content-root .iplv-editorial-wrap .iplv-step-card p, .tc-wp-content-root .iplv-editorial-wrap .iplv-note{
    font-size: 15.5px;
  }.tc-wp-content-root .iplv-editorial-wrap .iplv-step-card{
    gap: 26px;
    padding: 34px;
  }.tc-wp-content-root .iplv-editorial-wrap .iplv-step-number{
    width: 72px;
    height: 72px;
    font-size: 21px;
  }.tc-wp-content-root .iplv-editorial-wrap .iplv-note{
    margin-top: 36px;
  }}

.tc-wp-content-root .iplv-step-content {}
.tc-wp-content-root .iplv-trust-grid {}