@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-14 .tc-wp-content-root img, .wpc-scope-14 .tc-wp-content-root video, .wpc-scope-14 .tc-wp-content-root svg, .wpc-scope-14 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-14 .tc-wp-content-root .ilv-editorial-content{
  width: 100%;
  overflow-x: hidden;
  color: #182033;
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff;
}.wpc-scope-14 .tc-wp-content-root .ilv-editorial-content, .wpc-scope-14 .tc-wp-content-root .ilv-editorial-content section, .wpc-scope-14 .tc-wp-content-root .ilv-editorial-content div, .wpc-scope-14 .tc-wp-content-root .ilv-editorial-content article{
  box-sizing: border-box;
}.wpc-scope-14 .tc-wp-content-root .ilv-editorial-content .ilv-section{
  position: relative;
  width: 100%;
  isolation: isolate;
}.wpc-scope-14 .tc-wp-content-root .ilv-editorial-content .ilv-section-white{
  background: #ffffff;
}.wpc-scope-14 .tc-wp-content-root .ilv-editorial-content .ilv-section-soft{
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 64, 129, 0.08), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(131, 58, 180, 0.08), transparent 30%),
    #fbfafc;
}.wpc-scope-14 .tc-wp-content-root .ilv-editorial-content .ilv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-14 .tc-wp-content-root .ilv-editorial-content .ilv-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-14 .tc-wp-content-root .ilv-editorial-content .ilv-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 13px;
  margin: 0 0 14px;
  border: 1px solid rgba(221, 42, 123, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(252, 175, 69, 0.14), rgba(221, 42, 123, 0.12), rgba(131, 58, 180, 0.12));
  color: #8a285f;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0;
}.wpc-scope-14 .tc-wp-content-root .ilv-editorial-content .ilv-section-head h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}.wpc-scope-14 .tc-wp-content-root .ilv-editorial-content .ilv-section-head p{
  margin: 16px auto 0;
  color: #5d6473;
  line-height: 1.7;
  letter-spacing: 0;
}.wpc-scope-14 .tc-wp-content-root .ilv-editorial-content .ilv-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-14 .tc-wp-content-root .ilv-editorial-content .ilv-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(24, 32, 51, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    #ffffff;
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-14 .tc-wp-content-root .ilv-editorial-content .ilv-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #f77737, #dd2a7b, #833ab4);
  opacity: 0.9;
}.wpc-scope-14 .tc-wp-content-root .ilv-editorial-content .ilv-card:hover{
  transform: translateY(-6px);
  border-color: rgba(221, 42, 123, 0.22);
  box-shadow: 0 24px 62px rgba(131, 58, 180, 0.14);
}.wpc-scope-14 .tc-wp-content-root .ilv-editorial-content .ilv-card h3, .wpc-scope-14 .tc-wp-content-root .ilv-editorial-content .ilv-step-card h3{
  margin: 0;
  color: #171b2a;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0;
}.wpc-scope-14 .tc-wp-content-root .ilv-editorial-content .ilv-card p, .wpc-scope-14 .tc-wp-content-root .ilv-editorial-content .ilv-step-card p{
  margin: 10px 0 0;
  color: #626a79;
  line-height: 1.65;
  letter-spacing: 0;
}.wpc-scope-14 .tc-wp-content-root .ilv-editorial-content .ilv-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #f77737, #dd2a7b 58%, #833ab4);
  box-shadow: 0 14px 28px rgba(221, 42, 123, 0.22);
}.wpc-scope-14 .tc-wp-content-root .ilv-editorial-content .ilv-icon::before, .wpc-scope-14 .tc-wp-content-root .ilv-editorial-content .ilv-icon::after{
  content: "";
  position: absolute;
  display: block;
}.wpc-scope-14 .tc-wp-content-root .ilv-editorial-content .ilv-icon-view::before{
  width: 21px;
  height: 13px;
  left: 12px;
  top: 16px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.wpc-scope-14 .tc-wp-content-root .ilv-editorial-content .ilv-icon-view::after{
  width: 6px;
  height: 6px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  background: #ffffff;
}.wpc-scope-14 .tc-wp-content-root .ilv-editorial-content .ilv-icon-speed::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  border-left-color: transparent;
}.wpc-scope-14 .tc-wp-content-root .ilv-editorial-content .ilv-icon-speed::after{
  width: 12px;
  height: 2px;
  left: 22px;
  top: 22px;
  border-radius: 999px;
  background: #ffffff;
  transform: rotate(-34deg);
  transform-origin: left center;
}.wpc-scope-14 .tc-wp-content-root .ilv-editorial-content .ilv-icon-preview::before{
  width: 22px;
  height: 18px;
  left: 12px;
  top: 14px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}.wpc-scope-14 .tc-wp-content-root .ilv-editorial-content .ilv-icon-preview::after{
  width: 12px;
  height: 2px;
  left: 17px;
  top: 23px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 5px 0 rgba(255, 255, 255, 0.9);
}.wpc-scope-14 .tc-wp-content-root .ilv-editorial-content .ilv-icon-steps::before{
  width: 6px;
  height: 6px;
  left: 14px;
  top: 13px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 10px 0 #ffffff, 0 20px 0 #ffffff;
}.wpc-scope-14 .tc-wp-content-root .ilv-editorial-content .ilv-icon-steps::after{
  width: 15px;
  height: 2px;
  left: 24px;
  top: 15px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 10px 0 #ffffff, 0 20px 0 #ffffff;
}.wpc-scope-14 .tc-wp-content-root .ilv-editorial-content .ilv-icon-mobile::before{
  width: 17px;
  height: 26px;
  left: 14px;
  top: 10px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}.wpc-scope-14 .tc-wp-content-root .ilv-editorial-content .ilv-icon-mobile::after{
  width: 5px;
  height: 5px;
  left: 21px;
  top: 29px;
  border-radius: 50%;
  background: #ffffff;
}.wpc-scope-14 .tc-wp-content-root .ilv-editorial-content .ilv-icon-daily::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.wpc-scope-14 .tc-wp-content-root .ilv-editorial-content .ilv-icon-daily::after{
  width: 9px;
  height: 9px;
  left: 23px;
  top: 14px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
}.wpc-scope-14 .tc-wp-content-root .ilv-editorial-content .ilv-steps{
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-14 .tc-wp-content-root .ilv-editorial-content .ilv-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(131, 58, 180, 0.13);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-14 .tc-wp-content-root .ilv-editorial-content .ilv-step-card::after{
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 0;
  width: 5px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #f77737, #dd2a7b, #833ab4);
}.wpc-scope-14 .tc-wp-content-root .ilv-editorial-content .ilv-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(221, 42, 123, 0.24);
  box-shadow: 0 24px 58px rgba(131, 58, 180, 0.13);
}.wpc-scope-14 .tc-wp-content-root .ilv-editorial-content .ilv-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #f77737, #dd2a7b 56%, #833ab4);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 16px 32px rgba(221, 42, 123, 0.24);
}.wpc-scope-14 .tc-wp-content-root .ilv-editorial-content .ilv-badge{
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 28px;
  padding: 6px 11px;
  margin: 0 0 17px;
  border-radius: 999px;
  background: rgba(221, 42, 123, 0.08);
  color: #9b2b69;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0;
}.wpc-scope-14 .tc-wp-content-root .ilv-editorial-content .ilv-use-card{
  background:
    linear-gradient(135deg, rgba(252, 175, 69, 0.08), rgba(255, 255, 255, 0.96) 32%),
    #ffffff;
}.wpc-scope-14 .tc-wp-content-root .ilv-editorial-content .ilv-trust-card{
  text-align: left;
}.wpc-scope-14 .tc-wp-content-root .ilv-editorial-content .ilv-trust-mark{
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(247, 119, 55, 0.18), rgba(221, 42, 123, 0.16), rgba(131, 58, 180, 0.16));
  border: 1px solid rgba(221, 42, 123, 0.2);
}.wpc-scope-14 .tc-wp-content-root .ilv-editorial-content .ilv-trust-mark::before{
  content: "";
  position: absolute;
  width: 15px;
  height: 8px;
  left: 13px;
  top: 15px;
  border-left: 3px solid #dd2a7b;
  border-bottom: 3px solid #dd2a7b;
  transform: rotate(-45deg);
  border-radius: 2px;
}.wpc-scope-14 .tc-wp-content-root .ilv-editorial-content .ilv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-14 .tc-wp-content-root .ilv-editorial-content .ilv-reveal.ilv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .ilv-editorial-content .ilv-section{
    padding: 52px 0;
  }.tc-wp-content-root .ilv-editorial-content .ilv-container{
    padding: 0 14px;
  }.tc-wp-content-root .ilv-editorial-content .ilv-section-head{
    margin-bottom: 28px;
  }.tc-wp-content-root .ilv-editorial-content .ilv-section-head h2{
    font-size: 25px;
  }.tc-wp-content-root .ilv-editorial-content .ilv-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .ilv-editorial-content .ilv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .ilv-editorial-content .ilv-card{
    padding: 24px 20px;
    border-radius: 18px;
  }.tc-wp-content-root .ilv-editorial-content .ilv-card h3, .tc-wp-content-root .ilv-editorial-content .ilv-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .ilv-editorial-content .ilv-card p, .tc-wp-content-root .ilv-editorial-content .ilv-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .ilv-editorial-content .ilv-steps{
    gap: 16px;
  }.tc-wp-content-root .ilv-editorial-content .ilv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 20px;
  }.tc-wp-content-root .ilv-editorial-content .ilv-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .ilv-editorial-content .ilv-section{
    padding: 58px 0;
  }.tc-wp-content-root .ilv-editorial-content .ilv-container{
    padding: 0 18px;
  }.tc-wp-content-root .ilv-editorial-content .ilv-section-head{
    margin-bottom: 32px;
  }.tc-wp-content-root .ilv-editorial-content .ilv-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .ilv-editorial-content .ilv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ilv-editorial-content .ilv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .ilv-editorial-content .ilv-card{
    padding: 26px 22px;
    border-radius: 20px;
  }.tc-wp-content-root .ilv-editorial-content .ilv-card h3, .tc-wp-content-root .ilv-editorial-content .ilv-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .ilv-editorial-content .ilv-card p, .tc-wp-content-root .ilv-editorial-content .ilv-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .ilv-editorial-content .ilv-steps{
    gap: 18px;
  }.tc-wp-content-root .ilv-editorial-content .ilv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px 22px;
  }.tc-wp-content-root .ilv-editorial-content .ilv-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .ilv-editorial-content .ilv-section{
    padding: 64px 0;
  }.tc-wp-content-root .ilv-editorial-content .ilv-container{
    padding: 0 22px;
  }.tc-wp-content-root .ilv-editorial-content .ilv-section-head{
    margin-bottom: 36px;
  }.tc-wp-content-root .ilv-editorial-content .ilv-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .ilv-editorial-content .ilv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .ilv-editorial-content .ilv-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .ilv-editorial-content .ilv-card{
    padding: 28px 24px;
    border-radius: 22px;
  }.tc-wp-content-root .ilv-editorial-content .ilv-card h3, .tc-wp-content-root .ilv-editorial-content .ilv-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .ilv-editorial-content .ilv-card p, .tc-wp-content-root .ilv-editorial-content .ilv-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .ilv-editorial-content .ilv-steps{
    gap: 20px;
  }.tc-wp-content-root .ilv-editorial-content .ilv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px;
  }.tc-wp-content-root .ilv-editorial-content .ilv-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .ilv-editorial-content .ilv-section{
    padding: 78px 0;
  }.tc-wp-content-root .ilv-editorial-content .ilv-container{
    padding: 0 28px;
  }.tc-wp-content-root .ilv-editorial-content .ilv-section-head{
    margin-bottom: 42px;
  }.tc-wp-content-root .ilv-editorial-content .ilv-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .ilv-editorial-content .ilv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ilv-editorial-content .ilv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .ilv-editorial-content .ilv-trust-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ilv-editorial-content .ilv-card{
    padding: 30px 26px;
  }.tc-wp-content-root .ilv-editorial-content .ilv-card h3, .tc-wp-content-root .ilv-editorial-content .ilv-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .ilv-editorial-content .ilv-card p, .tc-wp-content-root .ilv-editorial-content .ilv-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .ilv-editorial-content .ilv-steps{
    gap: 22px;
  }.tc-wp-content-root .ilv-editorial-content .ilv-step-card{
    gap: 24px;
    padding: 30px 30px 30px 36px;
  }.tc-wp-content-root .ilv-editorial-content .ilv-step-number{
    width: 66px;
    height: 66px;
    font-size: 20px;
  }}@media (min-width: 1024px){.tc-wp-content-root .ilv-editorial-content .ilv-section{
    padding: 92px 0;
  }.tc-wp-content-root .ilv-editorial-content .ilv-container{
    padding: 0 32px;
  }.tc-wp-content-root .ilv-editorial-content .ilv-section-head{
    margin-bottom: 48px;
  }.tc-wp-content-root .ilv-editorial-content .ilv-section-head h2{
    font-size: 44px;
  }.tc-wp-content-root .ilv-editorial-content .ilv-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .ilv-editorial-content .ilv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .ilv-editorial-content .ilv-card{
    padding: 32px 28px;
  }.tc-wp-content-root .ilv-editorial-content .ilv-card h3, .tc-wp-content-root .ilv-editorial-content .ilv-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .ilv-editorial-content .ilv-card p, .tc-wp-content-root .ilv-editorial-content .ilv-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .ilv-editorial-content .ilv-steps{
    gap: 24px;
  }.tc-wp-content-root .ilv-editorial-content .ilv-step-card{
    gap: 28px;
    padding: 34px 38px 34px 44px;
  }.tc-wp-content-root .ilv-editorial-content .ilv-step-number{
    width: 74px;
    height: 74px;
    font-size: 22px;
  }}.wpc-scope-14 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .ilv-step-copy{}