@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-16 .tc-wp-content-root img, .wpc-scope-16 .tc-wp-content-root video, .wpc-scope-16 .tc-wp-content-root svg, .wpc-scope-16 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-16 .tc-wp-content-root .igwv-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.wpc-scope-16 .tc-wp-content-root .igwv-editorial-wrap, .wpc-scope-16 .tc-wp-content-root .igwv-editorial-wrap div, .wpc-scope-16 .tc-wp-content-root .igwv-editorial-wrap section, .wpc-scope-16 .tc-wp-content-root .igwv-editorial-wrap article{
  box-sizing: border-box;
}.wpc-scope-16 .tc-wp-content-root .igwv-editorial-wrap .igwv-section{
  position: relative;
  width: 100%;
}.wpc-scope-16 .tc-wp-content-root .igwv-editorial-wrap .igwv-section-white{
  background: #ffffff;
}.wpc-scope-16 .tc-wp-content-root .igwv-editorial-wrap .igwv-section-soft{
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 89, 140, 0.08), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(131, 83, 255, 0.08), transparent 34%),
    #faf8fc;
}.wpc-scope-16 .tc-wp-content-root .igwv-editorial-wrap .igwv-container{
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-16 .tc-wp-content-root .igwv-editorial-wrap .igwv-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-16 .tc-wp-content-root .igwv-editorial-wrap .igwv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(225, 48, 108, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(225, 48, 108, 0.08), rgba(131, 58, 180, 0.08));
  color: #9d275b;
  font-weight: 700;
  line-height: 1.2;
}.wpc-scope-16 .tc-wp-content-root .igwv-editorial-wrap .igwv-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f77737, #c13584 50%, #833ab4);
  box-shadow: 0 0 0 5px rgba(225, 48, 108, 0.1);
}.wpc-scope-16 .tc-wp-content-root .igwv-editorial-wrap h2{
  margin: 0;
  color: #151827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-16 .tc-wp-content-root .igwv-editorial-wrap .igwv-section-head p{
  margin: 16px auto 0;
  max-width: 720px;
  color: #5d6472;
  line-height: 1.75;
}.wpc-scope-16 .tc-wp-content-root .igwv-editorial-wrap .igwv-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-16 .tc-wp-content-root .igwv-editorial-wrap .igwv-card, .wpc-scope-16 .tc-wp-content-root .igwv-editorial-wrap .igwv-trust-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(33, 37, 52, 0.08);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fffafd 100%);
  box-shadow: 0 18px 45px rgba(32, 35, 48, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-16 .tc-wp-content-root .igwv-editorial-wrap .igwv-card::before, .wpc-scope-16 .tc-wp-content-root .igwv-editorial-wrap .igwv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #f77737, #e1306c, #c13584, #833ab4);
  opacity: 0.9;
}.wpc-scope-16 .tc-wp-content-root .igwv-editorial-wrap .igwv-card:hover, .wpc-scope-16 .tc-wp-content-root .igwv-editorial-wrap .igwv-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(225, 48, 108, 0.24);
  box-shadow: 0 24px 60px rgba(131, 58, 180, 0.14);
}.wpc-scope-16 .tc-wp-content-root .igwv-editorial-wrap h3{
  margin: 0;
  color: #181c2c;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-16 .tc-wp-content-root .igwv-editorial-wrap .igwv-card p, .wpc-scope-16 .tc-wp-content-root .igwv-editorial-wrap .igwv-trust-card p, .wpc-scope-16 .tc-wp-content-root .igwv-editorial-wrap .igwv-step-card p{
  margin: 10px 0 0;
  color: #616978;
  line-height: 1.72;
}.wpc-scope-16 .tc-wp-content-root .igwv-editorial-wrap .igwv-icon{
  display: inline-flex;
  position: relative;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #f77737, #e1306c 48%, #833ab4);
  box-shadow: 0 12px 28px rgba(225, 48, 108, 0.22);
  transition: transform 260ms ease;
}.wpc-scope-16 .tc-wp-content-root .igwv-editorial-wrap .igwv-card:hover .igwv-icon{
  transform: translateY(-3px) rotate(-3deg);
}.wpc-scope-16 .tc-wp-content-root .igwv-editorial-wrap .igwv-icon::before, .wpc-scope-16 .tc-wp-content-root .igwv-editorial-wrap .igwv-icon::after{
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.92);
}.wpc-scope-16 .tc-wp-content-root .igwv-editorial-wrap .igwv-icon-view::before{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border-radius: 999px;
}.wpc-scope-16 .tc-wp-content-root .igwv-editorial-wrap .igwv-icon-view::after{
  width: 7px;
  height: 7px;
  left: 19px;
  top: 19px;
  border-radius: 999px;
  background: #c13584;
}.wpc-scope-16 .tc-wp-content-root .igwv-editorial-wrap .igwv-icon-speed::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 999px;
  background: transparent;
  border: 3px solid rgba(255, 255, 255, 0.92);
  border-bottom-color: transparent;
}.wpc-scope-16 .tc-wp-content-root .igwv-editorial-wrap .igwv-icon-speed::after{
  width: 12px;
  height: 3px;
  left: 22px;
  top: 23px;
  border-radius: 999px;
  transform: rotate(-35deg);
}.wpc-scope-16 .tc-wp-content-root .igwv-editorial-wrap .igwv-icon-preview::before{
  width: 22px;
  height: 17px;
  left: 12px;
  top: 14px;
  border-radius: 6px;
}.wpc-scope-16 .tc-wp-content-root .igwv-editorial-wrap .igwv-icon-preview::after{
  width: 10px;
  height: 10px;
  left: 18px;
  top: 18px;
  border-radius: 999px;
  background: #e1306c;
}.wpc-scope-16 .tc-wp-content-root .igwv-editorial-wrap .igwv-icon-simple::before{
  width: 24px;
  height: 3px;
  left: 11px;
  top: 15px;
  border-radius: 999px;
  box-shadow: 0 8px 0 rgba(255, 255, 255, 0.92), 0 16px 0 rgba(255, 255, 255, 0.92);
}.wpc-scope-16 .tc-wp-content-root .igwv-editorial-wrap .igwv-icon-simple::after{
  width: 6px;
  height: 6px;
  left: 29px;
  top: 20px;
  border-radius: 999px;
}.wpc-scope-16 .tc-wp-content-root .igwv-editorial-wrap .igwv-icon-mobile::before{
  width: 18px;
  height: 26px;
  left: 14px;
  top: 10px;
  border-radius: 7px;
}.wpc-scope-16 .tc-wp-content-root .igwv-editorial-wrap .igwv-icon-mobile::after{
  width: 6px;
  height: 2px;
  left: 20px;
  top: 31px;
  border-radius: 999px;
  background: #c13584;
}.wpc-scope-16 .tc-wp-content-root .igwv-editorial-wrap .igwv-icon-daily::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 8px;
}.wpc-scope-16 .tc-wp-content-root .igwv-editorial-wrap .igwv-icon-daily::after{
  width: 12px;
  height: 12px;
  left: 17px;
  top: 17px;
  border-radius: 4px;
  background: #833ab4;
}.wpc-scope-16 .tc-wp-content-root .igwv-editorial-wrap .igwv-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-16 .tc-wp-content-root .igwv-editorial-wrap .igwv-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(131, 58, 180, 0.14);
  border-radius: 24px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(247, 119, 55, 0.6), rgba(225, 48, 108, 0.5), rgba(131, 58, 180, 0.5)) border-box;
  box-shadow: 0 18px 48px rgba(32, 35, 48, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease;
}.wpc-scope-16 .tc-wp-content-root .igwv-editorial-wrap .igwv-step-card:hover{
  transform: translateY(-5px);
  box-shadow: 0 24px 64px rgba(131, 58, 180, 0.13);
}.wpc-scope-16 .tc-wp-content-root .igwv-editorial-wrap .igwv-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #f77737, #e1306c 52%, #833ab4);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 32px rgba(225, 48, 108, 0.24);
}.wpc-scope-16 .tc-wp-content-root .igwv-editorial-wrap .igwv-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(225, 48, 108, 0.08);
  color: #a62a63;
  font-weight: 750;
  line-height: 1.2;
}.wpc-scope-16 .tc-wp-content-root .igwv-editorial-wrap .igwv-trust-card{
  background:
    radial-gradient(circle at top right, rgba(225, 48, 108, 0.1), transparent 34%),
    #ffffff;
}.wpc-scope-16 .tc-wp-content-root .igwv-editorial-wrap .igwv-trust-mark{
  display: inline-flex;
  position: relative;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(247, 119, 55, 0.13), rgba(131, 58, 180, 0.13));
  border: 1px solid rgba(225, 48, 108, 0.18);
}.wpc-scope-16 .tc-wp-content-root .igwv-editorial-wrap .igwv-trust-mark::before{
  content: "";
  position: absolute;
  width: 16px;
  height: 9px;
  left: 13px;
  top: 15px;
  border-left: 3px solid #c13584;
  border-bottom: 3px solid #c13584;
  transform: rotate(-45deg);
}.wpc-scope-16 .tc-wp-content-root .igwv-editorial-wrap .igwv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-16 .tc-wp-content-root .igwv-editorial-wrap .igwv-reveal.igwv-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 .igwv-editorial-wrap .igwv-section{
    padding: 54px 0;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-container{
    padding: 0 16px;
  }.tc-wp-content-root .igwv-editorial-wrap h2{
    font-size: 27px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-kicker, .tc-wp-content-root .igwv-editorial-wrap .igwv-badge{
    font-size: 12px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-card, .tc-wp-content-root .igwv-editorial-wrap .igwv-trust-card{
    padding: 24px 20px;
    border-radius: 18px;
  }.tc-wp-content-root .igwv-editorial-wrap h3{
    font-size: 18px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-card p, .tc-wp-content-root .igwv-editorial-wrap .igwv-trust-card p, .tc-wp-content-root .igwv-editorial-wrap .igwv-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-step-list{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
    border-radius: 18px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .igwv-editorial-wrap .igwv-section{
    padding: 60px 0;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-container{
    padding: 0 20px;
  }.tc-wp-content-root .igwv-editorial-wrap h2{
    font-size: 30px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-kicker, .tc-wp-content-root .igwv-editorial-wrap .igwv-badge{
    font-size: 12.5px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-card, .tc-wp-content-root .igwv-editorial-wrap .igwv-trust-card{
    padding: 26px 22px;
    border-radius: 20px;
  }.tc-wp-content-root .igwv-editorial-wrap h3{
    font-size: 19px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-card p, .tc-wp-content-root .igwv-editorial-wrap .igwv-trust-card p, .tc-wp-content-root .igwv-editorial-wrap .igwv-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-step-list{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
    border-radius: 20px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .igwv-editorial-wrap .igwv-section{
    padding: 68px 0;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-container{
    padding: 0 24px;
  }.tc-wp-content-root .igwv-editorial-wrap h2{
    font-size: 34px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-kicker, .tc-wp-content-root .igwv-editorial-wrap .igwv-badge{
    font-size: 13px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-card, .tc-wp-content-root .igwv-editorial-wrap .igwv-trust-card{
    padding: 28px 24px;
    border-radius: 22px;
  }.tc-wp-content-root .igwv-editorial-wrap h3{
    font-size: 20px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-card p, .tc-wp-content-root .igwv-editorial-wrap .igwv-trust-card p, .tc-wp-content-root .igwv-editorial-wrap .igwv-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-step-list{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px;
    border-radius: 22px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-step-number{
    width: 62px;
    height: 62px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .igwv-editorial-wrap .igwv-section{
    padding: 82px 0;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-container{
    padding: 0 32px;
  }.tc-wp-content-root .igwv-editorial-wrap h2{
    font-size: 40px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-kicker, .tc-wp-content-root .igwv-editorial-wrap .igwv-badge{
    font-size: 13px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-grid-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-card-grid{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-card, .tc-wp-content-root .igwv-editorial-wrap .igwv-trust-card{
    padding: 30px 26px;
  }.tc-wp-content-root .igwv-editorial-wrap h3{
    font-size: 21px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-card p, .tc-wp-content-root .igwv-editorial-wrap .igwv-trust-card p, .tc-wp-content-root .igwv-editorial-wrap .igwv-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-step-list{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-step-card{
    gap: 24px;
    padding: 30px 28px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-step-number{
    width: 68px;
    height: 68px;
    font-size: 21px;
  }}@media (min-width: 1024px){.tc-wp-content-root .igwv-editorial-wrap .igwv-section{
    padding: 96px 0;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-container{
    padding: 0 36px;
  }.tc-wp-content-root .igwv-editorial-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-kicker, .tc-wp-content-root .igwv-editorial-wrap .igwv-badge{
    font-size: 13px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-card-grid{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-card, .tc-wp-content-root .igwv-editorial-wrap .igwv-trust-card{
    padding: 32px 28px;
  }.tc-wp-content-root .igwv-editorial-wrap h3{
    font-size: 22px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-card p, .tc-wp-content-root .igwv-editorial-wrap .igwv-trust-card p, .tc-wp-content-root .igwv-editorial-wrap .igwv-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-step-list{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-step-card{
    gap: 28px;
    padding: 34px 34px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-step-number{
    width: 74px;
    height: 74px;
    font-size: 22px;
  }}.wpc-scope-16 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .igwv-step-content{}.wpc-scope-16 .tc-wp-content-root .igwv-trust-grid{}