@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 .ilrv-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #171923;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  background: #ffffff;
}.tc-wp-content-root .ilrv-content-wrap, .tc-wp-content-root .ilrv-content-wrap div, .tc-wp-content-root .ilrv-content-wrap section, .tc-wp-content-root .ilrv-content-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .ilrv-content-wrap .ilrv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .ilrv-content-wrap .ilrv-section-white{
  background: #ffffff;
}.tc-wp-content-root .ilrv-content-wrap .ilrv-section-soft{
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 74, 158, 0.08), transparent 28%),
    radial-gradient(circle at 86% 12%, rgba(255, 155, 79, 0.1), transparent 30%),
    #faf8fb;
}.tc-wp-content-root .ilrv-content-wrap .ilrv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ilrv-content-wrap .ilrv-heading-block{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ilrv-content-wrap .ilrv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(230, 63, 149, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 74, 158, 0.1), rgba(255, 155, 79, 0.1));
  color: #b31b72;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}.tc-wp-content-root .ilrv-content-wrap .ilrv-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff3d8d, #ff9b4f);
  box-shadow: 0 0 0 5px rgba(255, 61, 141, 0.12);
}.tc-wp-content-root .ilrv-content-wrap h2{
  margin: 0;
  color: #14121f;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ilrv-content-wrap .ilrv-heading-block p{
  margin: 16px auto 0;
  max-width: 690px;
  color: #5f6472;
  font-weight: 450;
}.tc-wp-content-root .ilrv-content-wrap .ilrv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ilrv-content-wrap .ilrv-card, .tc-wp-content-root .ilrv-content-wrap .ilrv-trust-card, .tc-wp-content-root .ilrv-content-wrap .ilrv-step-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(29, 33, 48, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(31, 29, 43, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .ilrv-content-wrap .ilrv-card{
  border-radius: 22px;
  overflow: hidden;
}.tc-wp-content-root .ilrv-content-wrap .ilrv-card::before, .tc-wp-content-root .ilrv-content-wrap .ilrv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #ff3d8d, #ff7a59, #ffc14f);
  opacity: 0.9;
}.tc-wp-content-root .ilrv-content-wrap .ilrv-card:hover, .tc-wp-content-root .ilrv-content-wrap .ilrv-trust-card:hover, .tc-wp-content-root .ilrv-content-wrap .ilrv-step-card:hover{
  transform: translateY(-6px);
  border-color: rgba(255, 61, 141, 0.26);
  box-shadow: 0 24px 64px rgba(31, 29, 43, 0.13);
}.tc-wp-content-root .ilrv-content-wrap .ilrv-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff3d8d, #ff9b4f);
  box-shadow: 0 14px 28px rgba(255, 61, 141, 0.22);
  transition: transform 260ms ease;
}.tc-wp-content-root .ilrv-content-wrap .ilrv-card:hover .ilrv-icon{
  transform: translateY(-3px) rotate(-3deg);
}.tc-wp-content-root .ilrv-content-wrap .ilrv-icon::after{
  content: "";
  position: absolute;
  inset: 13px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 9px;
}.tc-wp-content-root .ilrv-content-wrap .ilrv-icon-play::before{
  content: "";
  position: absolute;
  top: 15px;
  left: 18px;
  border-left: 12px solid #ffffff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  z-index: 1;
}.tc-wp-content-root .ilrv-content-wrap .ilrv-icon-fast::before{
  content: "";
  position: absolute;
  top: 21px;
  left: 12px;
  width: 22px;
  height: 4px;
  border-radius: 999px;
  background: #ffffff;
  z-index: 1;
}.tc-wp-content-root .ilrv-content-wrap .ilrv-icon-preview::before{
  content: "";
  position: absolute;
  top: 17px;
  left: 15px;
  width: 16px;
  height: 12px;
  border: 3px solid #ffffff;
  border-radius: 999px;
  z-index: 1;
}.tc-wp-content-root .ilrv-content-wrap .ilrv-icon-steps::before{
  content: "";
  position: absolute;
  top: 14px;
  left: 14px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px dotted #ffffff;
  z-index: 1;
}.tc-wp-content-root .ilrv-content-wrap .ilrv-icon-mobile::before{
  content: "";
  position: absolute;
  top: 10px;
  left: 16px;
  width: 14px;
  height: 26px;
  border: 3px solid #ffffff;
  border-radius: 6px;
  z-index: 1;
}.tc-wp-content-root .ilrv-content-wrap .ilrv-icon-daily::before{
  content: "";
  position: absolute;
  top: 13px;
  left: 13px;
  width: 20px;
  height: 20px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.95);
  z-index: 1;
}.tc-wp-content-root .ilrv-content-wrap h3{
  margin: 0;
  color: #171923;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ilrv-content-wrap .ilrv-card p, .tc-wp-content-root .ilrv-content-wrap .ilrv-trust-card p, .tc-wp-content-root .ilrv-content-wrap .ilrv-step-card p{
  margin: 11px 0 0;
  color: #606575;
  font-weight: 450;
}.tc-wp-content-root .ilrv-content-wrap .ilrv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ilrv-content-wrap .ilrv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 246, 251, 0.95)),
    #ffffff;
}.tc-wp-content-root .ilrv-content-wrap .ilrv-step-card::after{
  content: "";
  position: absolute;
  top: 20px;
  right: 22px;
  width: 76px;
  height: 76px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 61, 141, 0.1), rgba(255, 155, 79, 0.13));
  transform: rotate(8deg);
}.tc-wp-content-root .ilrv-content-wrap .ilrv-step-number{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff3d8d, #ff9b4f);
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 18px 34px rgba(255, 61, 141, 0.22);
}.tc-wp-content-root .ilrv-content-wrap .ilrv-step-content{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .ilrv-content-wrap .ilrv-use-card::after{
  content: "";
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #ff7a59 0 3px, transparent 4px),
    radial-gradient(circle at center, transparent 0 10px, rgba(255, 61, 141, 0.13) 11px 16px, transparent 17px);
}.tc-wp-content-root .ilrv-content-wrap .ilrv-trust-card{
  overflow: hidden;
  border-radius: 22px;
}.tc-wp-content-root .ilrv-content-wrap .ilrv-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 61, 141, 0.09);
  color: #b31b72;
  font-size: 12px;
  font-weight: 800;
}.tc-wp-content-root .ilrv-content-wrap .ilrv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ilrv-content-wrap .ilrv-reveal.ilrv-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 .ilrv-content-wrap .ilrv-section{
    padding: 54px 0;
  }.tc-wp-content-root .ilrv-content-wrap .ilrv-container{
    padding: 0 14px;
  }.tc-wp-content-root .ilrv-content-wrap h2{
    font-size: 27px;
  }.tc-wp-content-root .ilrv-content-wrap .ilrv-heading-block p{
    font-size: 15px;
  }.tc-wp-content-root .ilrv-content-wrap .ilrv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ilrv-content-wrap .ilrv-card, .tc-wp-content-root .ilrv-content-wrap .ilrv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .ilrv-content-wrap h3{
    font-size: 18px;
  }.tc-wp-content-root .ilrv-content-wrap .ilrv-card p, .tc-wp-content-root .ilrv-content-wrap .ilrv-trust-card p, .tc-wp-content-root .ilrv-content-wrap .ilrv-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .ilrv-content-wrap .ilrv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ilrv-content-wrap .ilrv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .ilrv-content-wrap .ilrv-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ilrv-content-wrap .ilrv-section{
    padding: 60px 0;
  }.tc-wp-content-root .ilrv-content-wrap .ilrv-container{
    padding: 0 18px;
  }.tc-wp-content-root .ilrv-content-wrap h2{
    font-size: 30px;
  }.tc-wp-content-root .ilrv-content-wrap .ilrv-heading-block p{
    font-size: 15.5px;
  }.tc-wp-content-root .ilrv-content-wrap .ilrv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ilrv-content-wrap .ilrv-card, .tc-wp-content-root .ilrv-content-wrap .ilrv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .ilrv-content-wrap h3{
    font-size: 19px;
  }.tc-wp-content-root .ilrv-content-wrap .ilrv-card p, .tc-wp-content-root .ilrv-content-wrap .ilrv-trust-card p, .tc-wp-content-root .ilrv-content-wrap .ilrv-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .ilrv-content-wrap .ilrv-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ilrv-content-wrap .ilrv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .ilrv-content-wrap .ilrv-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ilrv-content-wrap .ilrv-section{
    padding: 66px 0;
  }.tc-wp-content-root .ilrv-content-wrap .ilrv-container{
    padding: 0 22px;
  }.tc-wp-content-root .ilrv-content-wrap h2{
    font-size: 34px;
  }.tc-wp-content-root .ilrv-content-wrap .ilrv-heading-block p{
    font-size: 16px;
  }.tc-wp-content-root .ilrv-content-wrap .ilrv-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .ilrv-content-wrap .ilrv-card, .tc-wp-content-root .ilrv-content-wrap .ilrv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .ilrv-content-wrap h3{
    font-size: 20px;
  }.tc-wp-content-root .ilrv-content-wrap .ilrv-card p, .tc-wp-content-root .ilrv-content-wrap .ilrv-trust-card p, .tc-wp-content-root .ilrv-content-wrap .ilrv-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .ilrv-content-wrap .ilrv-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .ilrv-content-wrap .ilrv-step-card{
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 28px;
  }.tc-wp-content-root .ilrv-content-wrap .ilrv-step-number{
    width: 66px;
    height: 66px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ilrv-content-wrap .ilrv-section{
    padding: 82px 0;
  }.tc-wp-content-root .ilrv-content-wrap .ilrv-container{
    padding: 0 32px;
  }.tc-wp-content-root .ilrv-content-wrap h2{
    font-size: 42px;
  }.tc-wp-content-root .ilrv-content-wrap .ilrv-heading-block p{
    font-size: 17px;
  }.tc-wp-content-root .ilrv-content-wrap .ilrv-grid-3, .tc-wp-content-root .ilrv-content-wrap .ilrv-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .ilrv-content-wrap .ilrv-card, .tc-wp-content-root .ilrv-content-wrap .ilrv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .ilrv-content-wrap h3{
    font-size: 20px;
  }.tc-wp-content-root .ilrv-content-wrap .ilrv-card p, .tc-wp-content-root .ilrv-content-wrap .ilrv-trust-card p, .tc-wp-content-root .ilrv-content-wrap .ilrv-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .ilrv-content-wrap .ilrv-steps{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .ilrv-content-wrap .ilrv-step-card{
    gap: 24px;
    padding: 32px;
  }.tc-wp-content-root .ilrv-content-wrap .ilrv-step-number{
    width: 72px;
    height: 72px;
    font-size: 21px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ilrv-content-wrap .ilrv-section{
    padding: 96px 0;
  }.tc-wp-content-root .ilrv-content-wrap .ilrv-container{
    padding: 0 28px;
  }.tc-wp-content-root .ilrv-content-wrap h2{
    font-size: 48px;
  }.tc-wp-content-root .ilrv-content-wrap .ilrv-heading-block p{
    font-size: 18px;
  }.tc-wp-content-root .ilrv-content-wrap .ilrv-grid-3, .tc-wp-content-root .ilrv-content-wrap .ilrv-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 54px;
  }.tc-wp-content-root .ilrv-content-wrap .ilrv-card, .tc-wp-content-root .ilrv-content-wrap .ilrv-trust-card{
    padding: 32px;
  }.tc-wp-content-root .ilrv-content-wrap h3{
    font-size: 21px;
  }.tc-wp-content-root .ilrv-content-wrap .ilrv-card p, .tc-wp-content-root .ilrv-content-wrap .ilrv-trust-card p, .tc-wp-content-root .ilrv-content-wrap .ilrv-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .ilrv-content-wrap .ilrv-steps{
    gap: 24px;
    margin-top: 54px;
  }.tc-wp-content-root .ilrv-content-wrap .ilrv-step-card{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .ilrv-content-wrap .ilrv-step-number{
    width: 78px;
    height: 78px;
    font-size: 22px;
  }}