/* 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 .iav-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #162033;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .iav-editorial-wrap, .tc-wp-content-root .iav-editorial-wrap div, .tc-wp-content-root .iav-editorial-wrap section, .tc-wp-content-root .iav-editorial-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .iav-editorial-wrap .iav-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .iav-editorial-wrap .iav-section-white{
  background: #ffffff;
}.tc-wp-content-root .iav-editorial-wrap .iav-section-soft{
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 78, 139, 0.08), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(112, 73, 255, 0.08), transparent 30%),
    #f8fafc;
}.tc-wp-content-root .iav-editorial-wrap .iav-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .iav-editorial-wrap .iav-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .iav-editorial-wrap .iav-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 78, 139, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 78, 139, 0.1), rgba(112, 73, 255, 0.1));
  color: #7a2ec9;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .iav-editorial-wrap .iav-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff4e8b, #7049ff);
  box-shadow: 0 0 0 5px rgba(255, 78, 139, 0.12);
}.tc-wp-content-root .iav-editorial-wrap h2{
  margin: 0;
  color: #121827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .iav-editorial-wrap .iav-section-head p{
  margin: 16px auto 0;
  color: #5d687a;
  line-height: 1.7;
}.tc-wp-content-root .iav-editorial-wrap .iav-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .iav-editorial-wrap .iav-card, .tc-wp-content-root .iav-editorial-wrap .iav-benefit-card, .tc-wp-content-root .iav-editorial-wrap .iav-step-card{
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(22, 32, 51, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .iav-editorial-wrap .iav-card::after, .tc-wp-content-root .iav-editorial-wrap .iav-benefit-card::after{
  content: "";
  position: absolute;
  inset: auto 18px 0 18px;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #ff4e8b, #ff8a4c, #7049ff);
  opacity: 0.75;
}.tc-wp-content-root .iav-editorial-wrap .iav-card:hover, .tc-wp-content-root .iav-editorial-wrap .iav-benefit-card:hover, .tc-wp-content-root .iav-editorial-wrap .iav-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 78, 139, 0.26);
  box-shadow: 0 24px 70px rgba(112, 73, 255, 0.14);
}.tc-wp-content-root .iav-editorial-wrap .iav-card h3, .tc-wp-content-root .iav-editorial-wrap .iav-benefit-card h3, .tc-wp-content-root .iav-editorial-wrap .iav-step-content h3{
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .iav-editorial-wrap .iav-card p, .tc-wp-content-root .iav-editorial-wrap .iav-benefit-card p, .tc-wp-content-root .iav-editorial-wrap .iav-step-content p{
  margin: 10px 0 0;
  color: #5d687a;
  line-height: 1.68;
}.tc-wp-content-root .iav-editorial-wrap .iav-icon{
  display: inline-block;
  position: relative;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 78, 139, 0.14), rgba(112, 73, 255, 0.14));
  border: 1px solid rgba(112, 73, 255, 0.14);
}.tc-wp-content-root .iav-editorial-wrap .iav-icon::before, .tc-wp-content-root .iav-editorial-wrap .iav-icon::after{
  content: "";
  position: absolute;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff4e8b, #7049ff);
}.tc-wp-content-root .iav-editorial-wrap .iav-icon-view::before{
  width: 24px;
  height: 14px;
  left: 11px;
  top: 16px;
  border-radius: 18px 18px 18px 18px;
  opacity: 0.85;
}.tc-wp-content-root .iav-editorial-wrap .iav-icon-view::after{
  width: 8px;
  height: 8px;
  left: 19px;
  top: 19px;
  background: #ffffff;
}.tc-wp-content-root .iav-editorial-wrap .iav-icon-fast::before{
  width: 22px;
  height: 4px;
  left: 12px;
  top: 15px;
}.tc-wp-content-root .iav-editorial-wrap .iav-icon-fast::after{
  width: 28px;
  height: 4px;
  left: 8px;
  top: 26px;
}.tc-wp-content-root .iav-editorial-wrap .iav-icon-preview::before{
  width: 24px;
  height: 18px;
  left: 11px;
  top: 14px;
  border-radius: 6px;
}.tc-wp-content-root .iav-editorial-wrap .iav-icon-preview::after{
  width: 10px;
  height: 3px;
  left: 18px;
  top: 22px;
  background: #ffffff;
}.tc-wp-content-root .iav-editorial-wrap .iav-icon-steps::before{
  width: 6px;
  height: 6px;
  left: 13px;
  top: 12px;
  box-shadow: 0 10px 0 #ff6f7f, 0 20px 0 #7049ff;
}.tc-wp-content-root .iav-editorial-wrap .iav-icon-steps::after{
  width: 16px;
  height: 3px;
  left: 24px;
  top: 14px;
  box-shadow: 0 10px 0 rgba(112, 73, 255, 0.9), 0 20px 0 rgba(255, 78, 139, 0.9);
}.tc-wp-content-root .iav-editorial-wrap .iav-icon-mobile::before{
  width: 18px;
  height: 28px;
  left: 14px;
  top: 9px;
  border-radius: 6px;
}.tc-wp-content-root .iav-editorial-wrap .iav-icon-mobile::after{
  width: 6px;
  height: 2px;
  left: 20px;
  top: 31px;
  background: #ffffff;
}.tc-wp-content-root .iav-editorial-wrap .iav-icon-daily::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  opacity: 0.9;
}.tc-wp-content-root .iav-editorial-wrap .iav-icon-daily::after{
  width: 12px;
  height: 12px;
  left: 17px;
  top: 17px;
  background: #ffffff;
}.tc-wp-content-root .iav-editorial-wrap .iav-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .iav-editorial-wrap .iav-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88)),
    linear-gradient(135deg, rgba(255, 78, 139, 0.1), rgba(112, 73, 255, 0.1));
}.tc-wp-content-root .iav-editorial-wrap .iav-step-card::before{
  content: "";
  position: absolute;
  left: 34px;
  top: 74px;
  bottom: -28px;
  width: 2px;
  background: linear-gradient(180deg, rgba(255, 78, 139, 0.32), rgba(112, 73, 255, 0));
}.tc-wp-content-root .iav-editorial-wrap .iav-step-card:last-child::before{
  display: none;
}.tc-wp-content-root .iav-editorial-wrap .iav-step-number{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff4e8b, #7049ff);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 34px rgba(112, 73, 255, 0.24);
}.tc-wp-content-root .iav-editorial-wrap .iav-badge-dot{
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #ffffff 0 21%, transparent 22%),
    conic-gradient(from 120deg, #ff4e8b, #ff8a4c, #7049ff, #ff4e8b);
  box-shadow: 0 12px 28px rgba(255, 78, 139, 0.16);
}.tc-wp-content-root .iav-editorial-wrap .iav-benefit-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at 18% 12%, rgba(255, 78, 139, 0.16), transparent 28%);
}.tc-wp-content-root .iav-editorial-wrap .iav-benefit-mark{
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: #151c2f;
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(21, 28, 47, 0.16);
}.tc-wp-content-root .iav-editorial-wrap .iav-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .iav-editorial-wrap .iav-reveal.iav-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 220ms ease, border-color 220ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .iav-editorial-wrap .iav-section{
    padding: 48px 0;
  }.tc-wp-content-root .iav-editorial-wrap .iav-container{
    padding: 0 14px;
  }.tc-wp-content-root .iav-editorial-wrap h2{
    font-size: 26px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-kicker{
    font-size: 12px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-card-grid, .tc-wp-content-root .iav-editorial-wrap .iav-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-grid-three, .tc-wp-content-root .iav-editorial-wrap .iav-grid-benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .iav-editorial-wrap .iav-card, .tc-wp-content-root .iav-editorial-wrap .iav-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-step-card::before{
    display: none;
  }.tc-wp-content-root .iav-editorial-wrap .iav-card h3, .tc-wp-content-root .iav-editorial-wrap .iav-benefit-card h3, .tc-wp-content-root .iav-editorial-wrap .iav-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-card p, .tc-wp-content-root .iav-editorial-wrap .iav-benefit-card p, .tc-wp-content-root .iav-editorial-wrap .iav-step-content p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .iav-editorial-wrap .iav-section{
    padding: 54px 0;
  }.tc-wp-content-root .iav-editorial-wrap .iav-container{
    padding: 0 18px;
  }.tc-wp-content-root .iav-editorial-wrap h2{
    font-size: 29px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-kicker{
    font-size: 12.5px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-card-grid, .tc-wp-content-root .iav-editorial-wrap .iav-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-grid-three, .tc-wp-content-root .iav-editorial-wrap .iav-grid-benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .iav-editorial-wrap .iav-card, .tc-wp-content-root .iav-editorial-wrap .iav-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-step-card::before{
    display: none;
  }.tc-wp-content-root .iav-editorial-wrap .iav-card h3, .tc-wp-content-root .iav-editorial-wrap .iav-benefit-card h3, .tc-wp-content-root .iav-editorial-wrap .iav-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-card p, .tc-wp-content-root .iav-editorial-wrap .iav-benefit-card p, .tc-wp-content-root .iav-editorial-wrap .iav-step-content p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .iav-editorial-wrap .iav-section{
    padding: 60px 0;
  }.tc-wp-content-root .iav-editorial-wrap .iav-container{
    padding: 0 22px;
  }.tc-wp-content-root .iav-editorial-wrap h2{
    font-size: 32px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-kicker{
    font-size: 13px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-card-grid, .tc-wp-content-root .iav-editorial-wrap .iav-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-grid-three, .tc-wp-content-root .iav-editorial-wrap .iav-grid-benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .iav-editorial-wrap .iav-card, .tc-wp-content-root .iav-editorial-wrap .iav-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-step-card{
    grid-template-columns: auto 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-step-card::before{
    left: 33px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-step-number{
    width: 62px;
    height: 62px;
    border-radius: 18px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-card h3, .tc-wp-content-root .iav-editorial-wrap .iav-benefit-card h3, .tc-wp-content-root .iav-editorial-wrap .iav-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-card p, .tc-wp-content-root .iav-editorial-wrap .iav-benefit-card p, .tc-wp-content-root .iav-editorial-wrap .iav-step-content p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .iav-editorial-wrap .iav-section{
    padding: 76px 0;
  }.tc-wp-content-root .iav-editorial-wrap .iav-container{
    padding: 0 30px;
  }.tc-wp-content-root .iav-editorial-wrap h2{
    font-size: 40px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-kicker{
    font-size: 13px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-card-grid, .tc-wp-content-root .iav-editorial-wrap .iav-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-grid-three, .tc-wp-content-root .iav-editorial-wrap .iav-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .iav-editorial-wrap .iav-card, .tc-wp-content-root .iav-editorial-wrap .iav-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-step-card{
    grid-template-columns: auto 1fr;
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-card h3, .tc-wp-content-root .iav-editorial-wrap .iav-benefit-card h3, .tc-wp-content-root .iav-editorial-wrap .iav-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-card p, .tc-wp-content-root .iav-editorial-wrap .iav-benefit-card p, .tc-wp-content-root .iav-editorial-wrap .iav-step-content p{
    font-size: 15.5px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .iav-editorial-wrap .iav-section{
    padding: 92px 0;
  }.tc-wp-content-root .iav-editorial-wrap .iav-container{
    padding: 0 32px;
  }.tc-wp-content-root .iav-editorial-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-kicker{
    font-size: 13px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-card-grid, .tc-wp-content-root .iav-editorial-wrap .iav-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-grid-three, .tc-wp-content-root .iav-editorial-wrap .iav-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .iav-editorial-wrap .iav-card, .tc-wp-content-root .iav-editorial-wrap .iav-benefit-card{
    min-height: 100%;
    padding: 30px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-step-card{
    grid-template-columns: auto 1fr;
    gap: 24px;
    padding: 32px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-card h3, .tc-wp-content-root .iav-editorial-wrap .iav-benefit-card h3, .tc-wp-content-root .iav-editorial-wrap .iav-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-card p, .tc-wp-content-root .iav-editorial-wrap .iav-benefit-card p, .tc-wp-content-root .iav-editorial-wrap .iav-step-content p{
    font-size: 16px;
  }}