@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 .iav-editorial{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .iav-editorial, .tc-wp-content-root .iav-editorial div, .tc-wp-content-root .iav-editorial section, .tc-wp-content-root .iav-editorial article{
  box-sizing: border-box;
}.tc-wp-content-root .iav-editorial .iav-section{
  position: relative;
  width: 100%;
  overflow: hidden;
}.tc-wp-content-root .iav-editorial .iav-section-white{
  background: #ffffff;
}.tc-wp-content-root .iav-editorial .iav-section-soft{
  background:
    radial-gradient(circle at 10% 15%, rgba(255, 48, 108, 0.08), transparent 26%),
    radial-gradient(circle at 90% 10%, rgba(131, 58, 180, 0.08), transparent 28%),
    #fbf9fc;
}.tc-wp-content-root .iav-editorial .iav-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}.tc-wp-content-root .iav-editorial .iav-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .iav-editorial .iav-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 13px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(253, 29, 29, 0.1), rgba(131, 58, 180, 0.12));
  color: #8d2ea5;
  border: 1px solid rgba(131, 58, 180, 0.14);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-content-root .iav-editorial h2{
  margin: 14px 0 0;
  color: #141827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .iav-editorial .iav-heading p{
  margin: 16px auto 0;
  color: #5b6475;
  line-height: 1.7;
  font-weight: 400;
}.tc-wp-content-root .iav-editorial .iav-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .iav-editorial .iav-card, .tc-wp-content-root .iav-editorial .iav-trust-card, .tc-wp-content-root .iav-editorial .iav-step-card{
  position: relative;
  border: 1px solid rgba(36, 42, 66, 0.09);
  box-shadow: 0 18px 42px rgba(33, 24, 55, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .iav-editorial .iav-card, .tc-wp-content-root .iav-editorial .iav-trust-card{
  height: 100%;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    #ffffff;
}.tc-wp-content-root .iav-editorial .iav-card::before, .tc-wp-content-root .iav-editorial .iav-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(253, 29, 29, 0.34), rgba(252, 176, 69, 0.18), rgba(131, 58, 180, 0.32));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}.tc-wp-content-root .iav-editorial .iav-card:hover, .tc-wp-content-root .iav-editorial .iav-trust-card:hover, .tc-wp-content-root .iav-editorial .iav-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(131, 58, 180, 0.22);
  box-shadow: 0 24px 58px rgba(33, 24, 55, 0.13);
}.tc-wp-content-root .iav-editorial .iav-card:hover::before, .tc-wp-content-root .iav-editorial .iav-trust-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .iav-editorial .iav-card h3, .tc-wp-content-root .iav-editorial .iav-trust-card h3, .tc-wp-content-root .iav-editorial .iav-step-card h3{
  margin: 0;
  color: #171b2b;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .iav-editorial .iav-card p, .tc-wp-content-root .iav-editorial .iav-trust-card p, .tc-wp-content-root .iav-editorial .iav-step-card p{
  margin: 10px 0 0;
  color: #5d6678;
  line-height: 1.65;
  font-weight: 400;
}.tc-wp-content-root .iav-editorial .iav-icon{
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: inline-flex;
  position: relative;
  margin-bottom: 20px;
  background: linear-gradient(135deg, #fd1d5b, #833ab4);
  box-shadow: 0 12px 26px rgba(131, 58, 180, 0.22);
  transition: transform 260ms ease;
}.tc-wp-content-root .iav-editorial .iav-card:hover .iav-icon{
  transform: translateY(-2px) rotate(-3deg);
}.tc-wp-content-root .iav-editorial .iav-icon::before, .tc-wp-content-root .iav-editorial .iav-icon::after{
  content: "";
  position: absolute;
  display: block;
}.tc-wp-content-root .iav-editorial .iav-icon-lens::before{
  width: 15px;
  height: 15px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  top: 12px;
  left: 12px;
}.tc-wp-content-root .iav-editorial .iav-icon-lens::after{
  width: 9px;
  height: 2px;
  background: #ffffff;
  transform: rotate(45deg);
  top: 27px;
  left: 26px;
  border-radius: 999px;
}.tc-wp-content-root .iav-editorial .iav-icon-speed::before{
  width: 20px;
  height: 20px;
  border: 2px solid #ffffff;
  border-bottom-color: transparent;
  border-radius: 50%;
  top: 12px;
  left: 12px;
}.tc-wp-content-root .iav-editorial .iav-icon-speed::after{
  width: 12px;
  height: 2px;
  background: #ffffff;
  transform: rotate(-32deg);
  top: 22px;
  left: 22px;
  border-radius: 999px;
}.tc-wp-content-root .iav-editorial .iav-icon-preview::before{
  width: 22px;
  height: 16px;
  border: 2px solid #ffffff;
  border-radius: 7px;
  top: 13px;
  left: 11px;
}.tc-wp-content-root .iav-editorial .iav-icon-preview::after{
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
  top: 17px;
  left: 19px;
}.tc-wp-content-root .iav-editorial .iav-icon-flow::before{
  width: 22px;
  height: 2px;
  background: #ffffff;
  border-radius: 999px;
  top: 15px;
  left: 11px;
  box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
}.tc-wp-content-root .iav-editorial .iav-icon-mobile::before{
  width: 17px;
  height: 25px;
  border: 2px solid #ffffff;
  border-radius: 8px;
  top: 8px;
  left: 13px;
}.tc-wp-content-root .iav-editorial .iav-icon-mobile::after{
  width: 4px;
  height: 4px;
  background: #ffffff;
  border-radius: 50%;
  top: 28px;
  left: 20px;
}.tc-wp-content-root .iav-editorial .iav-icon-daily::before{
  width: 22px;
  height: 22px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  top: 11px;
  left: 11px;
}.tc-wp-content-root .iav-editorial .iav-icon-daily::after{
  width: 10px;
  height: 6px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
  top: 18px;
  left: 17px;
}.tc-wp-content-root .iav-editorial .iav-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .iav-editorial .iav-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.86)),
    #ffffff;
  border-radius: 24px;
  overflow: hidden;
}.tc-wp-content-root .iav-editorial .iav-step-card::after{
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -70px;
  top: -90px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(253, 29, 91, 0.14), rgba(131, 58, 180, 0.16));
  transition: transform 320ms ease;
}.tc-wp-content-root .iav-editorial .iav-step-card:hover::after{
  transform: scale(1.12);
}.tc-wp-content-root .iav-editorial .iav-step-number{
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  background: linear-gradient(135deg, #fd1d5b, #fcb045 48%, #833ab4);
  box-shadow: 0 16px 34px rgba(253, 29, 91, 0.2);
}.tc-wp-content-root .iav-editorial .iav-step-content{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .iav-editorial .iav-badge-dot{
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: #fd1d5b;
  box-shadow: 0 0 0 8px rgba(253, 29, 91, 0.1), 22px 0 0 rgba(252, 176, 69, 0.78), 44px 0 0 rgba(131, 58, 180, 0.78);
}.tc-wp-content-root .iav-editorial .iav-trust-card{
  text-align: left;
}.tc-wp-content-root .iav-editorial .iav-trust-mark{
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 50%;
  position: relative;
  background: linear-gradient(135deg, rgba(253, 29, 91, 0.12), rgba(131, 58, 180, 0.14));
  border: 1px solid rgba(131, 58, 180, 0.14);
}.tc-wp-content-root .iav-editorial .iav-trust-mark::before{
  content: "";
  width: 15px;
  height: 8px;
  border-left: 3px solid #8d2ea5;
  border-bottom: 3px solid #8d2ea5;
  transform: rotate(-45deg);
  position: absolute;
  top: 16px;
  left: 14px;
  border-radius: 2px;
}.tc-wp-content-root .iav-editorial .iav-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .iav-editorial .iav-reveal.iav-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 .iav-editorial .iav-section{
    padding: 48px 0;
  }.tc-wp-content-root .iav-editorial .iav-container{
    padding: 0 14px;
  }.tc-wp-content-root .iav-editorial h2{
    font-size: 27px;
  }.tc-wp-content-root .iav-editorial .iav-heading p{
    font-size: 15px;
  }.tc-wp-content-root .iav-editorial .iav-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .iav-editorial .iav-card, .tc-wp-content-root .iav-editorial .iav-trust-card{
    padding: 22px;
  }.tc-wp-content-root .iav-editorial .iav-card h3, .tc-wp-content-root .iav-editorial .iav-trust-card h3, .tc-wp-content-root .iav-editorial .iav-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .iav-editorial .iav-card p, .tc-wp-content-root .iav-editorial .iav-trust-card p, .tc-wp-content-root .iav-editorial .iav-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .iav-editorial .iav-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .iav-editorial .iav-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .iav-editorial .iav-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .iav-editorial .iav-section{
    padding: 54px 0;
  }.tc-wp-content-root .iav-editorial .iav-container{
    padding: 0 18px;
  }.tc-wp-content-root .iav-editorial h2{
    font-size: 30px;
  }.tc-wp-content-root .iav-editorial .iav-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .iav-editorial .iav-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .iav-editorial .iav-card, .tc-wp-content-root .iav-editorial .iav-trust-card{
    padding: 24px;
  }.tc-wp-content-root .iav-editorial .iav-card h3, .tc-wp-content-root .iav-editorial .iav-trust-card h3, .tc-wp-content-root .iav-editorial .iav-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .iav-editorial .iav-card p, .tc-wp-content-root .iav-editorial .iav-trust-card p, .tc-wp-content-root .iav-editorial .iav-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .iav-editorial .iav-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .iav-editorial .iav-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .iav-editorial .iav-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .iav-editorial .iav-section{
    padding: 60px 0;
  }.tc-wp-content-root .iav-editorial .iav-container{
    padding: 0 22px;
  }.tc-wp-content-root .iav-editorial h2{
    font-size: 34px;
  }.tc-wp-content-root .iav-editorial .iav-heading p{
    font-size: 16px;
  }.tc-wp-content-root .iav-editorial .iav-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .iav-editorial .iav-card, .tc-wp-content-root .iav-editorial .iav-trust-card{
    padding: 28px;
  }.tc-wp-content-root .iav-editorial .iav-card h3, .tc-wp-content-root .iav-editorial .iav-trust-card h3, .tc-wp-content-root .iav-editorial .iav-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .iav-editorial .iav-card p, .tc-wp-content-root .iav-editorial .iav-trust-card p, .tc-wp-content-root .iav-editorial .iav-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .iav-editorial .iav-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .iav-editorial .iav-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .iav-editorial .iav-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .iav-editorial .iav-section{
    padding: 74px 0;
  }.tc-wp-content-root .iav-editorial .iav-container{
    padding: 0 30px;
  }.tc-wp-content-root .iav-editorial h2{
    font-size: 40px;
  }.tc-wp-content-root .iav-editorial .iav-heading p{
    font-size: 17px;
  }.tc-wp-content-root .iav-editorial .iav-grid-three, .tc-wp-content-root .iav-editorial .iav-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .iav-editorial .iav-card, .tc-wp-content-root .iav-editorial .iav-trust-card{
    padding: 30px;
  }.tc-wp-content-root .iav-editorial .iav-card h3, .tc-wp-content-root .iav-editorial .iav-trust-card h3, .tc-wp-content-root .iav-editorial .iav-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .iav-editorial .iav-card p, .tc-wp-content-root .iav-editorial .iav-trust-card p, .tc-wp-content-root .iav-editorial .iav-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .iav-editorial .iav-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .iav-editorial .iav-step-card{
    padding: 30px;
    gap: 24px;
  }.tc-wp-content-root .iav-editorial .iav-step-number{
    width: 70px;
    height: 70px;
    font-size: 20px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .iav-editorial .iav-section{
    padding: 92px 0;
  }.tc-wp-content-root .iav-editorial .iav-container{
    padding: 0 32px;
  }.tc-wp-content-root .iav-editorial h2{
    font-size: 46px;
  }.tc-wp-content-root .iav-editorial .iav-heading p{
    font-size: 18px;
  }.tc-wp-content-root .iav-editorial .iav-grid-three, .tc-wp-content-root .iav-editorial .iav-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .iav-editorial .iav-card, .tc-wp-content-root .iav-editorial .iav-trust-card{
    padding: 32px;
  }.tc-wp-content-root .iav-editorial .iav-card h3, .tc-wp-content-root .iav-editorial .iav-trust-card h3, .tc-wp-content-root .iav-editorial .iav-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .iav-editorial .iav-card p, .tc-wp-content-root .iav-editorial .iav-trust-card p, .tc-wp-content-root .iav-editorial .iav-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .iav-editorial .iav-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .iav-editorial .iav-step-card{
    padding: 34px;
    gap: 28px;
  }.tc-wp-content-root .iav-editorial .iav-step-number{
    width: 76px;
    height: 76px;
    font-size: 21px;
  }}