@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;
}.wpc-scope-45 .tc-wp-content-root img, .wpc-scope-45 .tc-wp-content-root video, .wpc-scope-45 .tc-wp-content-root svg, .wpc-scope-45 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-45 .tc-wp-content-root .iav-content{
  --iav-accent-a: #ff3d77;
  --iav-accent-b: #8a4dff;
  --iav-accent-c: #ff9b52;
  --iav-ink: #202136;
  --iav-muted: #686b7e;
  --iav-border: rgba(104, 90, 150, 0.14);
  --iav-soft: #fbf9fd;
  --iav-shadow: 0 16px 42px rgba(72, 52, 110, 0.08);
  width: 100%;
  overflow: hidden;
  color: var(--iav-ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}.wpc-scope-45 .tc-wp-content-root .iav-content .iav-section{
  position: relative;
}.wpc-scope-45 .tc-wp-content-root .iav-content .iav-section--white{
  background: #ffffff;
}.wpc-scope-45 .tc-wp-content-root .iav-content .iav-section--soft{
  background: var(--iav-soft);
}.wpc-scope-45 .tc-wp-content-root .iav-content .iav-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}.wpc-scope-45 .tc-wp-content-root .iav-content .iav-eyebrow{
  display: table;
  margin: 0 auto 13px;
  padding: 7px 13px;
  border: 1px solid rgba(177, 74, 189, 0.14);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 61, 119, 0.08), rgba(138, 77, 255, 0.08));
  color: #9b3d91;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
  line-height: 1;
  text-transform: uppercase;
}.wpc-scope-45 .tc-wp-content-root .iav-content h2{
  max-width: 760px;
  margin: 0 auto;
  color: var(--iav-ink);
  font-weight: 800;
  letter-spacing: -0.75px;
  line-height: 1.18;
  text-align: center;
}.wpc-scope-45 .tc-wp-content-root .iav-content .iav-intro{
  max-width: 760px;
  margin: 14px auto 0;
  color: var(--iav-muted);
  line-height: 1.72;
  text-align: center;
}.wpc-scope-45 .tc-wp-content-root .iav-content .iav-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-45 .tc-wp-content-root .iav-content .iav-card{
  position: relative;
  box-sizing: border-box;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--iav-border);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: var(--iav-shadow);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-45 .tc-wp-content-root .iav-content .iav-card::before{
  position: absolute;
  top: 0;
  left: 18px;
  width: 54px;
  height: 3px;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(90deg, var(--iav-accent-a), var(--iav-accent-b));
  content: "";
}.wpc-scope-45 .tc-wp-content-root .iav-content .iav-card:hover{
  border-color: rgba(174, 73, 184, 0.3);
  box-shadow: 0 20px 48px rgba(72, 52, 110, 0.13);
  transform: translateY(-5px);
}.wpc-scope-45 .tc-wp-content-root .iav-content .iav-card h3, .wpc-scope-45 .tc-wp-content-root .iav-content .iav-step h3{
  margin: 0;
  color: var(--iav-ink);
  font-weight: 750;
  letter-spacing: -0.28px;
  line-height: 1.32;
}.wpc-scope-45 .tc-wp-content-root .iav-content .iav-card p, .wpc-scope-45 .tc-wp-content-root .iav-content .iav-step p{
  margin: 9px 0 0;
  color: var(--iav-muted);
  line-height: 1.7;
}.wpc-scope-45 .tc-wp-content-root .iav-content .iav-icon{
  position: relative;
  display: flex;
  width: 44px;
  height: 44px;
  margin-bottom: 17px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255, 61, 119, 0.12), rgba(138, 77, 255, 0.12));
  transition: transform 240ms ease;
}.wpc-scope-45 .tc-wp-content-root .iav-content .iav-card:hover .iav-icon{
  transform: translateY(-3px) rotate(-3deg);
}.wpc-scope-45 .tc-wp-content-root .iav-content .iav-icon i, .wpc-scope-45 .tc-wp-content-root .iav-content .iav-icon i::before, .wpc-scope-45 .tc-wp-content-root .iav-content .iav-icon i::after{
  position: absolute;
  box-sizing: border-box;
  display: block;
  content: "";
}.wpc-scope-45 .tc-wp-content-root .iav-content .iav-icon--focus i{
  width: 17px;
  height: 17px;
  border: 2px solid #a14cbc;
  border-radius: 50%;
}.wpc-scope-45 .tc-wp-content-root .iav-content .iav-icon--focus i::after{
  right: -6px;
  bottom: -4px;
  width: 7px;
  height: 2px;
  border-radius: 2px;
  background: #ff577d;
  transform: rotate(45deg);
}.wpc-scope-45 .tc-wp-content-root .iav-content .iav-icon--speed i{
  width: 20px;
  height: 14px;
  border-top: 2px solid #a14cbc;
  border-right: 2px solid #a14cbc;
  border-radius: 50%;
  transform: rotate(-20deg);
}.wpc-scope-45 .tc-wp-content-root .iav-content .iav-icon--speed i::after{
  right: 5px;
  bottom: 1px;
  width: 8px;
  height: 2px;
  border-radius: 3px;
  background: #ff577d;
  transform: rotate(-34deg);
  transform-origin: right center;
}.wpc-scope-45 .tc-wp-content-root .iav-content .iav-icon--preview i{
  width: 23px;
  height: 15px;
  border: 2px solid #a14cbc;
  border-radius: 12px 12px 10px 10px;
}.wpc-scope-45 .tc-wp-content-root .iav-content .iav-icon--preview i::after{
  top: 3px;
  left: 7px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ff577d;
}.wpc-scope-45 .tc-wp-content-root .iav-content .iav-icon--steps i{
  width: 20px;
  height: 17px;
  border-left: 2px solid #a14cbc;
}.wpc-scope-45 .tc-wp-content-root .iav-content .iav-icon--steps i::before, .wpc-scope-45 .tc-wp-content-root .iav-content .iav-icon--steps i::after{
  left: -4px;
  width: 7px;
  height: 7px;
  border: 2px solid #ff577d;
  border-radius: 50%;
  background: #ffffff;
}.wpc-scope-45 .tc-wp-content-root .iav-content .iav-icon--steps i::before{
  top: -2px;
}.wpc-scope-45 .tc-wp-content-root .iav-content .iav-icon--steps i::after{
  bottom: -2px;
}.wpc-scope-45 .tc-wp-content-root .iav-content .iav-icon--mobile i{
  width: 14px;
  height: 22px;
  border: 2px solid #a14cbc;
  border-radius: 4px;
}.wpc-scope-45 .tc-wp-content-root .iav-content .iav-icon--mobile i::after{
  bottom: 2px;
  left: 4px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #ff577d;
}.wpc-scope-45 .tc-wp-content-root .iav-content .iav-icon--daily i{
  width: 20px;
  height: 19px;
  border: 2px solid #a14cbc;
  border-radius: 5px;
}.wpc-scope-45 .tc-wp-content-root .iav-content .iav-icon--daily i::before{
  top: 4px;
  left: 0;
  width: 16px;
  border-top: 2px solid #ff577d;
}.wpc-scope-45 .tc-wp-content-root .iav-content .iav-timeline{
  position: relative;
  display: grid;
}.wpc-scope-45 .tc-wp-content-root .iav-content .iav-timeline::before{
  position: absolute;
  top: 35px;
  bottom: 35px;
  width: 2px;
  border-radius: 3px;
  background: linear-gradient(var(--iav-accent-a), var(--iav-accent-b), var(--iav-accent-c));
  content: "";
}.wpc-scope-45 .tc-wp-content-root .iav-content .iav-step{
  position: relative;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  border: 1px solid var(--iav-border);
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--iav-shadow);
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}.wpc-scope-45 .tc-wp-content-root .iav-content .iav-step:hover{
  border-color: rgba(174, 73, 184, 0.3);
  box-shadow: 0 20px 48px rgba(72, 52, 110, 0.13);
  transform: translateX(5px);
}.wpc-scope-45 .tc-wp-content-root .iav-content .iav-step-number{
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--iav-accent-a), var(--iav-accent-b));
  box-shadow: 0 10px 22px rgba(157, 69, 176, 0.22);
  color: #ffffff;
  font-weight: 800;
  letter-spacing: -0.5px;
  line-height: 1;
}.wpc-scope-45 .tc-wp-content-root .iav-content .iav-step-label{
  display: block;
  margin-bottom: 5px;
  color: #a143a0;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.3px;
  line-height: 1;
  text-transform: uppercase;
}.wpc-scope-45 .tc-wp-content-root .iav-content .iav-card--use::before{
  background: linear-gradient(90deg, var(--iav-accent-b), var(--iav-accent-c));
}.wpc-scope-45 .tc-wp-content-root .iav-content .iav-mini-badge{
  display: inline-flex;
  min-width: 33px;
  height: 28px;
  margin-bottom: 15px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: linear-gradient(135deg, rgba(138, 77, 255, 0.12), rgba(255, 155, 82, 0.16));
  color: #9349ac;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.3px;
}.wpc-scope-45 .tc-wp-content-root .iav-content .iav-trust-mark{
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  margin-bottom: 17px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 61, 119, 0.12), rgba(138, 77, 255, 0.14));
}.wpc-scope-45 .tc-wp-content-root .iav-content .iav-trust-mark i, .wpc-scope-45 .tc-wp-content-root .iav-content .iav-trust-mark i::before, .wpc-scope-45 .tc-wp-content-root .iav-content .iav-trust-mark i::after{
  position: absolute;
  box-sizing: border-box;
  display: block;
  content: "";
}.wpc-scope-45 .tc-wp-content-root .iav-content .iav-trust-mark i{
  top: 12px;
  left: 11px;
  width: 19px;
  height: 13px;
  border: 2px solid #9b4daf;
  border-radius: 4px;
}.wpc-scope-45 .tc-wp-content-root .iav-content .iav-trust-mark i::before{
  top: -7px;
  left: 4px;
  width: 7px;
  height: 7px;
  border: 2px solid #ff577d;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
}.wpc-scope-45 .tc-wp-content-root .iav-content .iav-trust-mark--spark i{
  top: 10px;
  left: 19px;
  width: 3px;
  height: 22px;
  border: 0;
  border-radius: 3px;
  background: #9b4daf;
}.wpc-scope-45 .tc-wp-content-root .iav-content .iav-trust-mark--spark i::before{
  top: 9px;
  left: -9px;
  width: 21px;
  height: 3px;
  border: 0;
  border-radius: 3px;
  background: #ff577d;
}.wpc-scope-45 .tc-wp-content-root .iav-content .iav-trust-mark--shield i{
  top: 10px;
  left: 12px;
  width: 18px;
  height: 21px;
  border: 2px solid #9b4daf;
  border-radius: 9px 9px 12px 12px;
}.wpc-scope-45 .tc-wp-content-root .iav-content .iav-trust-mark--shield i::before{
  top: 5px;
  left: 4px;
  width: 7px;
  height: 4px;
  border: 0;
  border-bottom: 2px solid #ff577d;
  border-left: 2px solid #ff577d;
  transform: rotate(-45deg);
}.wpc-scope-45 .tc-wp-content-root .iav-content .iav-note{
  display: flex;
  box-sizing: border-box;
  align-items: flex-start;
  border: 1px solid rgba(165, 79, 170, 0.16);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(251, 244, 253, 0.96));
}.wpc-scope-45 .tc-wp-content-root .iav-content .iav-note-dot{
  display: block;
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  margin-top: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--iav-accent-a), var(--iav-accent-b));
  box-shadow: 0 0 0 5px rgba(174, 73, 184, 0.1);
}.wpc-scope-45 .tc-wp-content-root .iav-content .iav-note p{
  margin: 0;
  color: var(--iav-muted);
  line-height: 1.7;
}.wpc-scope-45 .tc-wp-content-root .iav-content .iav-note strong{
  color: var(--iav-ink);
}.wpc-scope-45 .tc-wp-content-root .iav-content .iav-reveal{
  opacity: 1;
  transform: translateY(0);
}.wpc-scope-45 .tc-wp-content-root .iav-content.iav-js-ready .iav-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-45 .tc-wp-content-root .iav-content.iav-js-ready .iav-reveal.iav-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .iav-content .iav-section{ padding: 54px 0; }.tc-wp-content-root .iav-content .iav-container{ padding: 0 15px; }.tc-wp-content-root .iav-content h2{ font-size: 26px; }.tc-wp-content-root .iav-content .iav-intro{ font-size: 14px; }.tc-wp-content-root .iav-content .iav-grid{ grid-template-columns: 1fr; gap: 14px; margin-top: 29px; }.tc-wp-content-root .iav-content .iav-card{ padding: 20px; }.tc-wp-content-root .iav-content .iav-card h3, .tc-wp-content-root .iav-content .iav-step h3{ font-size: 17px; }.tc-wp-content-root .iav-content .iav-card p, .tc-wp-content-root .iav-content .iav-step p, .tc-wp-content-root .iav-content .iav-note p{ font-size: 13px; }.tc-wp-content-root .iav-content .iav-timeline{ gap: 14px; margin-top: 29px; }.tc-wp-content-root .iav-content .iav-timeline::before{ left: 30px; }.tc-wp-content-root .iav-content .iav-step{ gap: 15px; padding: 18px 16px; }.tc-wp-content-root .iav-content .iav-step-number{ width: 46px; height: 46px; font-size: 14px; }.tc-wp-content-root .iav-content .iav-note{ gap: 13px; margin-top: 18px; padding: 15px; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .iav-content .iav-section{ padding: 58px 0; }.tc-wp-content-root .iav-content .iav-container{ padding: 0 18px; }.tc-wp-content-root .iav-content h2{ font-size: 28px; }.tc-wp-content-root .iav-content .iav-intro{ font-size: 14px; }.tc-wp-content-root .iav-content .iav-grid{ grid-template-columns: 1fr; gap: 15px; margin-top: 31px; }.tc-wp-content-root .iav-content .iav-card{ padding: 22px; }.tc-wp-content-root .iav-content .iav-card h3, .tc-wp-content-root .iav-content .iav-step h3{ font-size: 18px; }.tc-wp-content-root .iav-content .iav-card p, .tc-wp-content-root .iav-content .iav-step p, .tc-wp-content-root .iav-content .iav-note p{ font-size: 14px; }.tc-wp-content-root .iav-content .iav-timeline{ gap: 15px; margin-top: 31px; }.tc-wp-content-root .iav-content .iav-timeline::before{ left: 33px; }.tc-wp-content-root .iav-content .iav-step{ gap: 16px; padding: 19px 18px; }.tc-wp-content-root .iav-content .iav-step-number{ width: 48px; height: 48px; font-size: 14px; }.tc-wp-content-root .iav-content .iav-note{ gap: 14px; margin-top: 19px; padding: 17px; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .iav-content .iav-section{ padding: 64px 0; }.tc-wp-content-root .iav-content .iav-container{ padding: 0 20px; }.tc-wp-content-root .iav-content h2{ font-size: 31px; }.tc-wp-content-root .iav-content .iav-intro{ font-size: 15px; }.tc-wp-content-root .iav-content .iav-grid{ grid-template-columns: 1fr; gap: 16px; margin-top: 34px; }.tc-wp-content-root .iav-content .iav-card{ padding: 24px; }.tc-wp-content-root .iav-content .iav-card h3, .tc-wp-content-root .iav-content .iav-step h3{ font-size: 19px; }.tc-wp-content-root .iav-content .iav-card p, .tc-wp-content-root .iav-content .iav-step p, .tc-wp-content-root .iav-content .iav-note p{ font-size: 14px; }.tc-wp-content-root .iav-content .iav-timeline{ gap: 16px; margin-top: 34px; }.tc-wp-content-root .iav-content .iav-timeline::before{ left: 37px; }.tc-wp-content-root .iav-content .iav-step{ gap: 18px; padding: 21px 20px; }.tc-wp-content-root .iav-content .iav-step-number{ width: 52px; height: 52px; font-size: 15px; }.tc-wp-content-root .iav-content .iav-note{ gap: 15px; margin-top: 20px; padding: 18px; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .iav-content .iav-section{ padding: 76px 0; }.tc-wp-content-root .iav-content .iav-container{ padding: 0 28px; }.tc-wp-content-root .iav-content h2{ font-size: 37px; }.tc-wp-content-root .iav-content .iav-intro{ font-size: 16px; }.tc-wp-content-root .iav-content .iav-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 40px; }.tc-wp-content-root .iav-content .iav-card{ padding: 25px; }.tc-wp-content-root .iav-content .iav-card h3, .tc-wp-content-root .iav-content .iav-step h3{ font-size: 19px; }.tc-wp-content-root .iav-content .iav-card p, .tc-wp-content-root .iav-content .iav-step p, .tc-wp-content-root .iav-content .iav-note p{ font-size: 14px; }.tc-wp-content-root .iav-content .iav-timeline{ gap: 18px; margin-top: 40px; padding-left: 20px; }.tc-wp-content-root .iav-content .iav-timeline::before{ left: 51px; }.tc-wp-content-root .iav-content .iav-step{ gap: 21px; padding: 24px; }.tc-wp-content-root .iav-content .iav-step-number{ width: 56px; height: 56px; font-size: 16px; }.tc-wp-content-root .iav-content .iav-note{ gap: 16px; margin-top: 22px; padding: 20px; }}@media (min-width: 1024px){.tc-wp-content-root .iav-content .iav-section{ padding: 92px 0; }.tc-wp-content-root .iav-content .iav-container{ padding: 0 32px; }.tc-wp-content-root .iav-content h2{ font-size: 42px; }.tc-wp-content-root .iav-content .iav-intro{ font-size: 16px; }.tc-wp-content-root .iav-content .iav-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 44px; }.tc-wp-content-root .iav-content .iav-card{ padding: 27px; }.tc-wp-content-root .iav-content .iav-card h3, .tc-wp-content-root .iav-content .iav-step h3{ font-size: 20px; }.tc-wp-content-root .iav-content .iav-card p, .tc-wp-content-root .iav-content .iav-step p, .tc-wp-content-root .iav-content .iav-note p{ font-size: 15px; }.tc-wp-content-root .iav-content .iav-timeline{ gap: 18px; margin-top: 44px; padding-left: 26px; }.tc-wp-content-root .iav-content .iav-timeline::before{ left: 59px; }.tc-wp-content-root .iav-content .iav-step{ gap: 24px; padding: 26px 28px; }.tc-wp-content-root .iav-content .iav-step-number{ width: 64px; height: 64px; font-size: 17px; }.tc-wp-content-root .iav-content .iav-note{ gap: 17px; margin-top: 24px; padding: 21px 23px; }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .iav-content .iav-card, .tc-wp-content-root .iav-content .iav-step, .tc-wp-content-root .iav-content .iav-icon, .tc-wp-content-root .iav-content.iav-js-ready .iav-reveal{
    transition: none;
  }}.wpc-scope-45 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .iav-card--trust{}.wpc-scope-45 .tc-wp-content-root .iav-grid--six{}.wpc-scope-45 .tc-wp-content-root .iav-grid--trust{}.wpc-scope-45 .tc-wp-content-root .iav-step-content{}