@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 .irtv-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #171821;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .irtv-editorial-wrap, .tc-wp-content-root .irtv-editorial-wrap div, .tc-wp-content-root .irtv-editorial-wrap section, .tc-wp-content-root .irtv-editorial-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .irtv-editorial-wrap .irtv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .irtv-editorial-wrap .irtv-section-white{
  background: #ffffff;
}.tc-wp-content-root .irtv-editorial-wrap .irtv-section-soft{
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 70, 147, 0.08), transparent 28%),
    radial-gradient(circle at 86% 12%, rgba(255, 168, 64, 0.1), transparent 24%),
    #fbfafc;
}.tc-wp-content-root .irtv-editorial-wrap .irtv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .irtv-editorial-wrap .irtv-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .irtv-editorial-wrap .irtv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 8px 13px;
  border: 1px solid rgba(230, 66, 138, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 70, 147, 0.1), rgba(255, 168, 64, 0.1));
  color: #a0185c;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .irtv-editorial-wrap .irtv-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff4693, #ff9f3f);
  box-shadow: 0 0 0 5px rgba(255, 70, 147, 0.12);
}.tc-wp-content-root .irtv-editorial-wrap h2{
  margin: 0;
  color: #171821;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .irtv-editorial-wrap .irtv-section-head p{
  margin: 16px auto 0;
  color: #5c6070;
  line-height: 1.7;
}.tc-wp-content-root .irtv-editorial-wrap .irtv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .irtv-editorial-wrap .irtv-card, .tc-wp-content-root .irtv-editorial-wrap .irtv-trust-card, .tc-wp-content-root .irtv-editorial-wrap .irtv-step-card{
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(24, 24, 36, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(29, 27, 47, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .irtv-editorial-wrap .irtv-card{
  min-height: 100%;
  border-radius: 22px;
}.tc-wp-content-root .irtv-editorial-wrap .irtv-card::after, .tc-wp-content-root .irtv-editorial-wrap .irtv-trust-card::after{
  content: "";
  position: absolute;
  inset: auto 18px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #ff4693, #ff9f3f, #7c5cff);
  opacity: 0;
  transition: opacity 260ms ease;
}.tc-wp-content-root .irtv-editorial-wrap .irtv-card:hover, .tc-wp-content-root .irtv-editorial-wrap .irtv-trust-card:hover, .tc-wp-content-root .irtv-editorial-wrap .irtv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 70, 147, 0.25);
  box-shadow: 0 24px 58px rgba(29, 27, 47, 0.12);
}.tc-wp-content-root .irtv-editorial-wrap .irtv-card:hover::after, .tc-wp-content-root .irtv-editorial-wrap .irtv-trust-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .irtv-editorial-wrap h3{
  margin: 0;
  color: #1c1d28;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .irtv-editorial-wrap .irtv-card p, .tc-wp-content-root .irtv-editorial-wrap .irtv-trust-card p, .tc-wp-content-root .irtv-editorial-wrap .irtv-step-card p, .tc-wp-content-root .irtv-editorial-wrap .irtv-note p{
  margin: 12px 0 0;
  color: #5f6372;
  line-height: 1.68;
}.tc-wp-content-root .irtv-editorial-wrap .irtv-icon{
  display: inline-block;
  position: relative;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff4693, #ff9f3f);
  box-shadow: 0 12px 28px rgba(255, 70, 147, 0.22);
}.tc-wp-content-root .irtv-editorial-wrap .irtv-icon::before, .tc-wp-content-root .irtv-editorial-wrap .irtv-icon::after{
  content: "";
  position: absolute;
  display: block;
}.tc-wp-content-root .irtv-editorial-wrap .irtv-icon-view::before{
  width: 21px;
  height: 14px;
  left: 12px;
  top: 16px;
  border: 2px solid #ffffff;
  border-radius: 18px;
}.tc-wp-content-root .irtv-editorial-wrap .irtv-icon-view::after{
  width: 6px;
  height: 6px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .irtv-editorial-wrap .irtv-icon-speed::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  border-left-color: transparent;
}.tc-wp-content-root .irtv-editorial-wrap .irtv-icon-speed::after{
  width: 12px;
  height: 2px;
  left: 22px;
  top: 22px;
  border-radius: 999px;
  background: #ffffff;
  transform: rotate(-35deg);
}.tc-wp-content-root .irtv-editorial-wrap .irtv-icon-preview::before{
  width: 22px;
  height: 16px;
  left: 12px;
  top: 15px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}.tc-wp-content-root .irtv-editorial-wrap .irtv-icon-preview::after{
  width: 8px;
  height: 8px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .irtv-editorial-wrap .irtv-icon-simple::before{
  width: 22px;
  height: 2px;
  left: 12px;
  top: 16px;
  background: #ffffff;
  box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
  border-radius: 999px;
}.tc-wp-content-root .irtv-editorial-wrap .irtv-icon-mobile::before{
  width: 16px;
  height: 24px;
  left: 15px;
  top: 11px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .irtv-editorial-wrap .irtv-icon-mobile::after{
  width: 5px;
  height: 2px;
  left: 21px;
  bottom: 14px;
  border-radius: 999px;
  background: #ffffff;
}.tc-wp-content-root .irtv-editorial-wrap .irtv-icon-daily::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border: 2px solid #ffffff;
  border-radius: 8px;
}.tc-wp-content-root .irtv-editorial-wrap .irtv-icon-daily::after{
  width: 12px;
  height: 2px;
  left: 17px;
  top: 23px;
  background: #ffffff;
  box-shadow: 0 -5px 0 #ffffff, 0 5px 0 #ffffff;
  border-radius: 999px;
}.tc-wp-content-root .irtv-editorial-wrap .irtv-badge-dot{
  display: inline-block;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 50%;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, #ff4693, #ff9f3f, #7c5cff) border-box;
  border: 2px solid transparent;
  box-shadow: 0 12px 30px rgba(124, 92, 255, 0.13);
}.tc-wp-content-root .irtv-editorial-wrap .irtv-badge-dot::after{
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  margin: 12px auto 0;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff4693, #ff9f3f);
}.tc-wp-content-root .irtv-editorial-wrap .irtv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .irtv-editorial-wrap .irtv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 70, 147, 0.08), rgba(255, 168, 64, 0.06)),
    #ffffff;
}.tc-wp-content-root .irtv-editorial-wrap .irtv-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff4693, #ff9f3f);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 32px rgba(255, 70, 147, 0.22);
}.tc-wp-content-root .irtv-editorial-wrap .irtv-trust-card{
  min-height: 100%;
  border-radius: 22px;
}.tc-wp-content-root .irtv-editorial-wrap .irtv-trust-mark{
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin: 0 0 18px;
  border-radius: 15px;
  background: #1f2030;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 14px 32px rgba(31, 32, 48, 0.16);
}.tc-wp-content-root .irtv-editorial-wrap .irtv-note{
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
  border: 1px solid rgba(255, 70, 147, 0.16);
  border-radius: 22px;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 16px 40px rgba(29, 27, 47, 0.07);
}.tc-wp-content-root .irtv-editorial-wrap .irtv-note p{
  margin: 0;
}.tc-wp-content-root .irtv-editorial-wrap .irtv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .irtv-editorial-wrap .irtv-reveal.irtv-is-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 .irtv-editorial-wrap .irtv-section{
    padding: 48px 0;
  }.tc-wp-content-root .irtv-editorial-wrap .irtv-container{
    padding: 0 14px;
  }.tc-wp-content-root .irtv-editorial-wrap h2{
    font-size: 27px;
  }.tc-wp-content-root .irtv-editorial-wrap .irtv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .irtv-editorial-wrap .irtv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .irtv-editorial-wrap .irtv-card, .tc-wp-content-root .irtv-editorial-wrap .irtv-trust-card{
    padding: 22px;
  }.tc-wp-content-root .irtv-editorial-wrap h3{
    font-size: 18px;
  }.tc-wp-content-root .irtv-editorial-wrap .irtv-card p, .tc-wp-content-root .irtv-editorial-wrap .irtv-trust-card p, .tc-wp-content-root .irtv-editorial-wrap .irtv-step-card p, .tc-wp-content-root .irtv-editorial-wrap .irtv-note p{
    font-size: 14px;
  }.tc-wp-content-root .irtv-editorial-wrap .irtv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .irtv-editorial-wrap .irtv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .irtv-editorial-wrap .irtv-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }.tc-wp-content-root .irtv-editorial-wrap .irtv-note{
    margin-top: 22px;
    padding: 20px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .irtv-editorial-wrap .irtv-section{
    padding: 54px 0;
  }.tc-wp-content-root .irtv-editorial-wrap .irtv-container{
    padding: 0 18px;
  }.tc-wp-content-root .irtv-editorial-wrap h2{
    font-size: 30px;
  }.tc-wp-content-root .irtv-editorial-wrap .irtv-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .irtv-editorial-wrap .irtv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .irtv-editorial-wrap .irtv-card, .tc-wp-content-root .irtv-editorial-wrap .irtv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .irtv-editorial-wrap h3{
    font-size: 18.5px;
  }.tc-wp-content-root .irtv-editorial-wrap .irtv-card p, .tc-wp-content-root .irtv-editorial-wrap .irtv-trust-card p, .tc-wp-content-root .irtv-editorial-wrap .irtv-step-card p, .tc-wp-content-root .irtv-editorial-wrap .irtv-note p{
    font-size: 14.5px;
  }.tc-wp-content-root .irtv-editorial-wrap .irtv-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .irtv-editorial-wrap .irtv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .irtv-editorial-wrap .irtv-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }.tc-wp-content-root .irtv-editorial-wrap .irtv-note{
    margin-top: 24px;
    padding: 22px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .irtv-editorial-wrap .irtv-section{
    padding: 60px 0;
  }.tc-wp-content-root .irtv-editorial-wrap .irtv-container{
    padding: 0 22px;
  }.tc-wp-content-root .irtv-editorial-wrap h2{
    font-size: 34px;
  }.tc-wp-content-root .irtv-editorial-wrap .irtv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .irtv-editorial-wrap .irtv-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .irtv-editorial-wrap .irtv-card, .tc-wp-content-root .irtv-editorial-wrap .irtv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .irtv-editorial-wrap h3{
    font-size: 19px;
  }.tc-wp-content-root .irtv-editorial-wrap .irtv-card p, .tc-wp-content-root .irtv-editorial-wrap .irtv-trust-card p, .tc-wp-content-root .irtv-editorial-wrap .irtv-step-card p, .tc-wp-content-root .irtv-editorial-wrap .irtv-note p{
    font-size: 15px;
  }.tc-wp-content-root .irtv-editorial-wrap .irtv-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .irtv-editorial-wrap .irtv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .irtv-editorial-wrap .irtv-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }.tc-wp-content-root .irtv-editorial-wrap .irtv-note{
    margin-top: 26px;
    padding: 24px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .irtv-editorial-wrap .irtv-section{
    padding: 74px 0;
  }.tc-wp-content-root .irtv-editorial-wrap .irtv-container{
    padding: 0 32px;
  }.tc-wp-content-root .irtv-editorial-wrap h2{
    font-size: 40px;
  }.tc-wp-content-root .irtv-editorial-wrap .irtv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .irtv-editorial-wrap .irtv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .irtv-editorial-wrap .irtv-card, .tc-wp-content-root .irtv-editorial-wrap .irtv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .irtv-editorial-wrap h3{
    font-size: 20px;
  }.tc-wp-content-root .irtv-editorial-wrap .irtv-card p, .tc-wp-content-root .irtv-editorial-wrap .irtv-trust-card p, .tc-wp-content-root .irtv-editorial-wrap .irtv-step-card p, .tc-wp-content-root .irtv-editorial-wrap .irtv-note p{
    font-size: 15.5px;
  }.tc-wp-content-root .irtv-editorial-wrap .irtv-steps{
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .irtv-editorial-wrap .irtv-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .irtv-editorial-wrap .irtv-step-number{
    width: 66px;
    height: 66px;
    font-size: 20px;
  }.tc-wp-content-root .irtv-editorial-wrap .irtv-note{
    margin-top: 30px;
    padding: 28px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .irtv-editorial-wrap .irtv-section{
    padding: 88px 0;
  }.tc-wp-content-root .irtv-editorial-wrap .irtv-container{
    padding: 0 34px;
  }.tc-wp-content-root .irtv-editorial-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .irtv-editorial-wrap .irtv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .irtv-editorial-wrap .irtv-grid-three, .tc-wp-content-root .irtv-editorial-wrap .irtv-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .irtv-editorial-wrap .irtv-grid{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .irtv-editorial-wrap .irtv-card, .tc-wp-content-root .irtv-editorial-wrap .irtv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .irtv-editorial-wrap h3{
    font-size: 20px;
  }.tc-wp-content-root .irtv-editorial-wrap .irtv-card p, .tc-wp-content-root .irtv-editorial-wrap .irtv-trust-card p, .tc-wp-content-root .irtv-editorial-wrap .irtv-step-card p, .tc-wp-content-root .irtv-editorial-wrap .irtv-note p{
    font-size: 15.5px;
  }.tc-wp-content-root .irtv-editorial-wrap .irtv-steps{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .irtv-editorial-wrap .irtv-step-card{
    gap: 28px;
    padding: 32px;
  }.tc-wp-content-root .irtv-editorial-wrap .irtv-step-number{
    width: 72px;
    height: 72px;
    font-size: 21px;
  }.tc-wp-content-root .irtv-editorial-wrap .irtv-note{
    margin-top: 34px;
    padding: 30px 34px;
  }}

.tc-wp-content-root .irtv-step-content {}