@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 .irv-editorial-sections{
  width: 100%;
  overflow: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .irv-editorial-sections, .tc-wp-content-root .irv-editorial-sections section, .tc-wp-content-root .irv-editorial-sections div, .tc-wp-content-root .irv-editorial-sections article{
  box-sizing: border-box;
}.tc-wp-content-root .irv-editorial-sections .irv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .irv-editorial-sections .irv-section-white{
  background: #ffffff;
}.tc-wp-content-root .irv-editorial-sections .irv-section-soft{
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 52, 142, 0.08), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(111, 70, 255, 0.08), transparent 32%),
    #faf9fc;
}.tc-wp-content-root .irv-editorial-sections .irv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .irv-editorial-sections .irv-section-header{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .irv-editorial-sections .irv-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 52, 142, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 52, 142, 0.1), rgba(111, 70, 255, 0.1));
  color: #8b2bd8;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .irv-editorial-sections h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .irv-editorial-sections .irv-section-header p{
  margin: 14px auto 0;
  color: #5d6678;
  line-height: 1.7;
}.tc-wp-content-root .irv-editorial-sections .irv-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .irv-editorial-sections .irv-card, .tc-wp-content-root .irv-editorial-sections .irv-trust-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 44px rgba(31, 41, 55, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .irv-editorial-sections .irv-card::before, .tc-wp-content-root .irv-editorial-sections .irv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 52, 142, 0.12), rgba(111, 70, 255, 0.12), rgba(0, 201, 167, 0.08));
  opacity: 0;
  transition: opacity 240ms ease;
}.tc-wp-content-root .irv-editorial-sections .irv-card:hover, .tc-wp-content-root .irv-editorial-sections .irv-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(255, 52, 142, 0.24);
  box-shadow: 0 24px 60px rgba(31, 41, 55, 0.13);
}.tc-wp-content-root .irv-editorial-sections .irv-card:hover::before, .tc-wp-content-root .irv-editorial-sections .irv-trust-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .irv-editorial-sections .irv-card h3, .tc-wp-content-root .irv-editorial-sections .irv-step-card h3, .tc-wp-content-root .irv-editorial-sections .irv-trust-card h3{
  position: relative;
  margin: 0;
  color: #151b2c;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
}.tc-wp-content-root .irv-editorial-sections .irv-card p, .tc-wp-content-root .irv-editorial-sections .irv-step-card p, .tc-wp-content-root .irv-editorial-sections .irv-trust-card p{
  position: relative;
  margin: 10px 0 0;
  color: #5f6878;
  line-height: 1.68;
}.tc-wp-content-root .irv-editorial-sections .irv-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff348e, #6f46ff);
  box-shadow: 0 14px 30px rgba(111, 70, 255, 0.24);
  transition: transform 240ms ease;
}.tc-wp-content-root .irv-editorial-sections .irv-card:hover .irv-icon{
  transform: translateY(-3px) rotate(-3deg);
}.tc-wp-content-root .irv-editorial-sections .irv-icon::before, .tc-wp-content-root .irv-editorial-sections .irv-icon::after{
  content: "";
  position: absolute;
  display: block;
}.tc-wp-content-root .irv-editorial-sections .irv-icon-play::before{
  left: 18px;
  top: 14px;
  border-left: 13px solid #ffffff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}.tc-wp-content-root .irv-editorial-sections .irv-icon-speed::before{
  left: 12px;
  top: 23px;
  width: 22px;
  height: 3px;
  border-radius: 99px;
  background: #ffffff;
}.tc-wp-content-root .irv-editorial-sections .irv-icon-speed::after{
  right: 10px;
  top: 12px;
  width: 10px;
  height: 10px;
  border-radius: 99px;
  border: 3px solid #ffffff;
}.tc-wp-content-root .irv-editorial-sections .irv-icon-frame::before{
  inset: 12px;
  border: 3px solid #ffffff;
  border-radius: 8px;
}.tc-wp-content-root .irv-editorial-sections .irv-icon-path::before{
  left: 12px;
  top: 14px;
  width: 22px;
  height: 18px;
  border: 3px solid #ffffff;
  border-left: 0;
  border-bottom: 0;
  border-radius: 0 10px 0 0;
}.tc-wp-content-root .irv-editorial-sections .irv-icon-mobile::before{
  left: 15px;
  top: 9px;
  width: 16px;
  height: 27px;
  border: 3px solid #ffffff;
  border-radius: 8px;
}.tc-wp-content-root .irv-editorial-sections .irv-icon-daily::before{
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 3px solid #ffffff;
}.tc-wp-content-root .irv-editorial-sections .irv-icon-daily::after{
  left: 22px;
  top: 8px;
  width: 3px;
  height: 30px;
  border-radius: 99px;
  background: #ffffff;
  transform: rotate(45deg);
}.tc-wp-content-root .irv-editorial-sections .irv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .irv-editorial-sections .irv-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(111, 70, 255, 0.14);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff, #fffafd);
  box-shadow: 0 18px 48px rgba(31, 41, 55, 0.08);
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .irv-editorial-sections .irv-step-card::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #ff348e, #6f46ff);
}.tc-wp-content-root .irv-editorial-sections .irv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 52, 142, 0.28);
  box-shadow: 0 24px 58px rgba(31, 41, 55, 0.12);
}.tc-wp-content-root .irv-editorial-sections .irv-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff348e, #6f46ff);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(111, 70, 255, 0.22);
}.tc-wp-content-root .irv-editorial-sections .irv-use-card .irv-badge{
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin: 0 0 18px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(255, 52, 142, 0.1);
  color: #9d2483;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}.tc-wp-content-root .irv-editorial-sections .irv-trust-card{
  padding-top: 34px;
}.tc-wp-content-root .irv-editorial-sections .irv-trust-dot{
  position: relative;
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin: 0 0 22px;
  border-radius: 50%;
  background: #00c9a7;
  box-shadow: 0 0 0 8px rgba(0, 201, 167, 0.12), 0 0 28px rgba(0, 201, 167, 0.34);
}.tc-wp-content-root .irv-editorial-sections .irv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .irv-editorial-sections .irv-reveal.irv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 240ms ease, border-color 240ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .irv-editorial-sections .irv-section{
    padding: 52px 0;
  }.tc-wp-content-root .irv-editorial-sections .irv-container{
    padding: 0 16px;
  }.tc-wp-content-root .irv-editorial-sections h2{
    font-size: 28px;
  }.tc-wp-content-root .irv-editorial-sections .irv-section-header p{
    font-size: 15px;
  }.tc-wp-content-root .irv-editorial-sections .irv-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .irv-editorial-sections .irv-card, .tc-wp-content-root .irv-editorial-sections .irv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .irv-editorial-sections .irv-card h3, .tc-wp-content-root .irv-editorial-sections .irv-step-card h3, .tc-wp-content-root .irv-editorial-sections .irv-trust-card h3{
    font-size: 18px;
  }.tc-wp-content-root .irv-editorial-sections .irv-card p, .tc-wp-content-root .irv-editorial-sections .irv-step-card p, .tc-wp-content-root .irv-editorial-sections .irv-trust-card p{
    font-size: 14px;
  }.tc-wp-content-root .irv-editorial-sections .irv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .irv-editorial-sections .irv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .irv-editorial-sections .irv-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .irv-editorial-sections .irv-section{
    padding: 58px 0;
  }.tc-wp-content-root .irv-editorial-sections .irv-container{
    padding: 0 18px;
  }.tc-wp-content-root .irv-editorial-sections h2{
    font-size: 31px;
  }.tc-wp-content-root .irv-editorial-sections .irv-section-header p{
    font-size: 15.5px;
  }.tc-wp-content-root .irv-editorial-sections .irv-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .irv-editorial-sections .irv-card, .tc-wp-content-root .irv-editorial-sections .irv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .irv-editorial-sections .irv-card h3, .tc-wp-content-root .irv-editorial-sections .irv-step-card h3, .tc-wp-content-root .irv-editorial-sections .irv-trust-card h3{
    font-size: 19px;
  }.tc-wp-content-root .irv-editorial-sections .irv-card p, .tc-wp-content-root .irv-editorial-sections .irv-step-card p, .tc-wp-content-root .irv-editorial-sections .irv-trust-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .irv-editorial-sections .irv-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .irv-editorial-sections .irv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px;
  }.tc-wp-content-root .irv-editorial-sections .irv-step-number{
    width: 56px;
    height: 56px;
    font-size: 17px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .irv-editorial-sections .irv-section{
    padding: 64px 0;
  }.tc-wp-content-root .irv-editorial-sections .irv-container{
    padding: 0 22px;
  }.tc-wp-content-root .irv-editorial-sections h2{
    font-size: 34px;
  }.tc-wp-content-root .irv-editorial-sections .irv-section-header p{
    font-size: 16px;
  }.tc-wp-content-root .irv-editorial-sections .irv-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .irv-editorial-sections .irv-card, .tc-wp-content-root .irv-editorial-sections .irv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .irv-editorial-sections .irv-card h3, .tc-wp-content-root .irv-editorial-sections .irv-step-card h3, .tc-wp-content-root .irv-editorial-sections .irv-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .irv-editorial-sections .irv-card p, .tc-wp-content-root .irv-editorial-sections .irv-step-card p, .tc-wp-content-root .irv-editorial-sections .irv-trust-card p{
    font-size: 15px;
  }.tc-wp-content-root .irv-editorial-sections .irv-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .irv-editorial-sections .irv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .irv-editorial-sections .irv-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .irv-editorial-sections .irv-section{
    padding: 78px 0;
  }.tc-wp-content-root .irv-editorial-sections .irv-container{
    padding: 0 32px;
  }.tc-wp-content-root .irv-editorial-sections h2{
    font-size: 40px;
  }.tc-wp-content-root .irv-editorial-sections .irv-section-header p{
    font-size: 17px;
  }.tc-wp-content-root .irv-editorial-sections .irv-card-grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .irv-editorial-sections .irv-grid-three, .tc-wp-content-root .irv-editorial-sections .irv-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .irv-editorial-sections .irv-card, .tc-wp-content-root .irv-editorial-sections .irv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .irv-editorial-sections .irv-card h3, .tc-wp-content-root .irv-editorial-sections .irv-step-card h3, .tc-wp-content-root .irv-editorial-sections .irv-trust-card h3{
    font-size: 21px;
  }.tc-wp-content-root .irv-editorial-sections .irv-card p, .tc-wp-content-root .irv-editorial-sections .irv-step-card p, .tc-wp-content-root .irv-editorial-sections .irv-trust-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .irv-editorial-sections .irv-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .irv-editorial-sections .irv-step-card{
    gap: 24px;
    padding: 30px 34px;
  }.tc-wp-content-root .irv-editorial-sections .irv-step-number{
    width: 68px;
    height: 68px;
    font-size: 19px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .irv-editorial-sections .irv-section{
    padding: 92px 0;
  }.tc-wp-content-root .irv-editorial-sections .irv-container{
    padding: 0 32px;
  }.tc-wp-content-root .irv-editorial-sections h2{
    font-size: 46px;
  }.tc-wp-content-root .irv-editorial-sections .irv-section-header p{
    font-size: 17px;
  }.tc-wp-content-root .irv-editorial-sections .irv-card-grid{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .irv-editorial-sections .irv-grid-three, .tc-wp-content-root .irv-editorial-sections .irv-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .irv-editorial-sections .irv-card, .tc-wp-content-root .irv-editorial-sections .irv-trust-card{
    padding: 32px;
  }.tc-wp-content-root .irv-editorial-sections .irv-card h3, .tc-wp-content-root .irv-editorial-sections .irv-step-card h3, .tc-wp-content-root .irv-editorial-sections .irv-trust-card h3{
    font-size: 21px;
  }.tc-wp-content-root .irv-editorial-sections .irv-card p, .tc-wp-content-root .irv-editorial-sections .irv-step-card p, .tc-wp-content-root .irv-editorial-sections .irv-trust-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .irv-editorial-sections .irv-steps{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .irv-editorial-sections .irv-step-card{
    gap: 28px;
    padding: 34px 40px;
  }.tc-wp-content-root .irv-editorial-sections .irv-step-number{
    width: 76px;
    height: 76px;
    font-size: 20px;
  }}

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