@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 .ysv-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .ysv-content-wrap .ysv-section{
  position: relative;
  width: 100%;
  isolation: isolate;
}.tc-wp-content-root .ysv-content-wrap .ysv-section-white{
  background: #ffffff;
}.tc-wp-content-root .ysv-content-wrap .ysv-section-soft{
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 0, 87, 0.07), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(255, 122, 24, 0.08), transparent 30%),
    #fbfaf8;
}.tc-wp-content-root .ysv-content-wrap .ysv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ysv-content-wrap .ysv-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ysv-content-wrap .ysv-eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin: 0 auto 14px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 0, 87, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 0, 87, 0.08), rgba(255, 122, 24, 0.08));
  color: #b31645;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .ysv-content-wrap .ysv-eyebrow::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff0057, #ff7a18);
  box-shadow: 0 0 0 5px rgba(255, 0, 87, 0.1);
}.tc-wp-content-root .ysv-content-wrap h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .ysv-content-wrap .ysv-section-head p{
  margin: 14px auto 0;
  color: #5b6475;
  line-height: 1.72;
}.tc-wp-content-root .ysv-content-wrap .ysv-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ysv-content-wrap .ysv-card, .tc-wp-content-root .ysv-content-wrap .ysv-trust-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .ysv-content-wrap .ysv-card::after, .tc-wp-content-root .ysv-content-wrap .ysv-trust-card::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(135deg, rgba(255, 0, 87, 0.12), rgba(255, 122, 24, 0.1));
  transition: opacity 260ms ease;
  z-index: -1;
}.tc-wp-content-root .ysv-content-wrap .ysv-card:hover, .tc-wp-content-root .ysv-content-wrap .ysv-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(255, 0, 87, 0.2);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.11);
}.tc-wp-content-root .ysv-content-wrap .ysv-card:hover::after, .tc-wp-content-root .ysv-content-wrap .ysv-trust-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .ysv-content-wrap .ysv-card h3, .tc-wp-content-root .ysv-content-wrap .ysv-trust-card h3, .tc-wp-content-root .ysv-content-wrap .ysv-step-card h3{
  margin: 0;
  color: #151c2e;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ysv-content-wrap .ysv-card p, .tc-wp-content-root .ysv-content-wrap .ysv-trust-card p, .tc-wp-content-root .ysv-content-wrap .ysv-step-card p{
  margin: 10px 0 0;
  color: #5d6677;
  line-height: 1.7;
}.tc-wp-content-root .ysv-content-wrap .ysv-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff0057, #ff7a18);
  box-shadow: 0 14px 28px rgba(255, 0, 87, 0.2);
  transition: transform 260ms ease;
}.tc-wp-content-root .ysv-content-wrap .ysv-card:hover .ysv-icon{
  transform: translateY(-2px) scale(1.04);
}.tc-wp-content-root .ysv-content-wrap .ysv-icon::before, .tc-wp-content-root .ysv-content-wrap .ysv-icon::after{
  content: "";
  position: absolute;
}.tc-wp-content-root .ysv-content-wrap .ysv-icon-play::before{
  left: 18px;
  top: 14px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid #ffffff;
}.tc-wp-content-root .ysv-content-wrap .ysv-icon-speed::before{
  left: 13px;
  top: 22px;
  width: 20px;
  height: 10px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
}.tc-wp-content-root .ysv-content-wrap .ysv-icon-speed::after{
  left: 23px;
  top: 18px;
  width: 3px;
  height: 12px;
  background: #ffffff;
  border-radius: 4px;
  transform: rotate(38deg);
  transform-origin: bottom;
}.tc-wp-content-root .ysv-content-wrap .ysv-icon-frame::before{
  left: 12px;
  top: 13px;
  width: 22px;
  height: 18px;
  border: 3px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .ysv-content-wrap .ysv-icon-flow::before{
  left: 12px;
  top: 14px;
  width: 22px;
  height: 4px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 8px 0 rgba(255, 255, 255, 0.9), 0 16px 0 rgba(255, 255, 255, 0.75);
}.tc-wp-content-root .ysv-content-wrap .ysv-icon-mobile::before{
  left: 15px;
  top: 10px;
  width: 16px;
  height: 26px;
  border: 3px solid #ffffff;
  border-radius: 8px;
}.tc-wp-content-root .ysv-content-wrap .ysv-icon-daily::before{
  left: 13px;
  top: 13px;
  width: 20px;
  height: 20px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .ysv-content-wrap .ysv-icon-daily::after{
  left: 23px;
  top: 17px;
  width: 3px;
  height: 10px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 5px 8px 0 #ffffff;
}.tc-wp-content-root .ysv-content-wrap .ysv-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ysv-content-wrap .ysv-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border: 1px solid rgba(255, 0, 87, 0.13);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 247, 0.96)),
    #ffffff;
  box-shadow: 0 18px 44px rgba(17, 24, 39, 0.07);
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .ysv-content-wrap .ysv-step-card::before{
  content: "";
  position: absolute;
  left: 31px;
  top: 78px;
  bottom: -28px;
  width: 2px;
  background: linear-gradient(180deg, rgba(255, 0, 87, 0.24), rgba(255, 122, 24, 0));
}.tc-wp-content-root .ysv-content-wrap .ysv-step-card:last-child::before{
  display: none;
}.tc-wp-content-root .ysv-content-wrap .ysv-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(255, 0, 87, 0.24);
  box-shadow: 0 24px 58px rgba(17, 24, 39, 0.1);
}.tc-wp-content-root .ysv-content-wrap .ysv-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff0057, #ff7a18);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(255, 0, 87, 0.2);
}.tc-wp-content-root .ysv-content-wrap .ysv-use-card{
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(255, 0, 87, 0.24), rgba(255, 122, 24, 0.16)) border-box;
  border: 1px solid transparent;
}.tc-wp-content-root .ysv-content-wrap .ysv-dot{
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff0057, #ff7a18);
  box-shadow: 0 0 0 8px rgba(255, 0, 87, 0.08), 22px 0 0 rgba(255, 122, 24, 0.18);
}.tc-wp-content-root .ysv-content-wrap .ysv-trust-card{
  overflow: hidden;
}.tc-wp-content-root .ysv-content-wrap .ysv-trust-card::before{
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 4px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, #ff0057, #ff7a18);
}.tc-wp-content-root .ysv-content-wrap .ysv-trust-mark{
  display: inline-flex;
  position: relative;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: rgba(255, 0, 87, 0.09);
  border: 1px solid rgba(255, 0, 87, 0.15);
}.tc-wp-content-root .ysv-content-wrap .ysv-trust-mark::before{
  content: "";
  position: absolute;
  left: 14px;
  top: 10px;
  width: 11px;
  height: 18px;
  border-right: 3px solid #ff0057;
  border-bottom: 3px solid #ff0057;
  transform: rotate(42deg);
  border-radius: 2px;
}.tc-wp-content-root .ysv-content-wrap .ysv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.tc-wp-content-root .ysv-content-wrap .ysv-reveal.ysv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ysv-content-wrap .ysv-section{
    padding: 48px 0;
  }.tc-wp-content-root .ysv-content-wrap .ysv-container{
    padding: 0 14px;
  }.tc-wp-content-root .ysv-content-wrap h2{
    font-size: 25px;
  }.tc-wp-content-root .ysv-content-wrap .ysv-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .ysv-content-wrap .ysv-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .ysv-content-wrap .ysv-card, .tc-wp-content-root .ysv-content-wrap .ysv-trust-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .ysv-content-wrap .ysv-card h3, .tc-wp-content-root .ysv-content-wrap .ysv-trust-card h3, .tc-wp-content-root .ysv-content-wrap .ysv-step-card h3{
    font-size: 17px;
  }.tc-wp-content-root .ysv-content-wrap .ysv-card p, .tc-wp-content-root .ysv-content-wrap .ysv-trust-card p, .tc-wp-content-root .ysv-content-wrap .ysv-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .ysv-content-wrap .ysv-step-list{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .ysv-content-wrap .ysv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ysv-content-wrap .ysv-step-card::before{
    display: none;
  }.tc-wp-content-root .ysv-content-wrap .ysv-step-number{
    width: 54px;
    height: 54px;
    font-size: 15px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ysv-content-wrap .ysv-section{
    padding: 54px 0;
  }.tc-wp-content-root .ysv-content-wrap .ysv-container{
    padding: 0 18px;
  }.tc-wp-content-root .ysv-content-wrap h2{
    font-size: 28px;
  }.tc-wp-content-root .ysv-content-wrap .ysv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ysv-content-wrap .ysv-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .ysv-content-wrap .ysv-card, .tc-wp-content-root .ysv-content-wrap .ysv-trust-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .ysv-content-wrap .ysv-card h3, .tc-wp-content-root .ysv-content-wrap .ysv-trust-card h3, .tc-wp-content-root .ysv-content-wrap .ysv-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .ysv-content-wrap .ysv-card p, .tc-wp-content-root .ysv-content-wrap .ysv-trust-card p, .tc-wp-content-root .ysv-content-wrap .ysv-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .ysv-content-wrap .ysv-step-list{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .ysv-content-wrap .ysv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .ysv-content-wrap .ysv-step-card::before{
    display: none;
  }.tc-wp-content-root .ysv-content-wrap .ysv-step-number{
    width: 56px;
    height: 56px;
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ysv-content-wrap .ysv-section{
    padding: 62px 0;
  }.tc-wp-content-root .ysv-content-wrap .ysv-container{
    padding: 0 22px;
  }.tc-wp-content-root .ysv-content-wrap h2{
    font-size: 32px;
  }.tc-wp-content-root .ysv-content-wrap .ysv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .ysv-content-wrap .ysv-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .ysv-content-wrap .ysv-card, .tc-wp-content-root .ysv-content-wrap .ysv-trust-card{
    padding: 26px;
    border-radius: 22px;
  }.tc-wp-content-root .ysv-content-wrap .ysv-card h3, .tc-wp-content-root .ysv-content-wrap .ysv-trust-card h3, .tc-wp-content-root .ysv-content-wrap .ysv-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .ysv-content-wrap .ysv-card p, .tc-wp-content-root .ysv-content-wrap .ysv-trust-card p, .tc-wp-content-root .ysv-content-wrap .ysv-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .ysv-content-wrap .ysv-step-list{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .ysv-content-wrap .ysv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .ysv-content-wrap .ysv-step-card::before{
    display: none;
  }.tc-wp-content-root .ysv-content-wrap .ysv-step-number{
    width: 58px;
    height: 58px;
    font-size: 16px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ysv-content-wrap .ysv-section{
    padding: 76px 0;
  }.tc-wp-content-root .ysv-content-wrap .ysv-container{
    padding: 0 30px;
  }.tc-wp-content-root .ysv-content-wrap h2{
    font-size: 40px;
  }.tc-wp-content-root .ysv-content-wrap .ysv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ysv-content-wrap .ysv-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ysv-content-wrap .ysv-card, .tc-wp-content-root .ysv-content-wrap .ysv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .ysv-content-wrap .ysv-card h3, .tc-wp-content-root .ysv-content-wrap .ysv-trust-card h3, .tc-wp-content-root .ysv-content-wrap .ysv-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .ysv-content-wrap .ysv-card p, .tc-wp-content-root .ysv-content-wrap .ysv-trust-card p, .tc-wp-content-root .ysv-content-wrap .ysv-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .ysv-content-wrap .ysv-step-list{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ysv-content-wrap .ysv-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .ysv-content-wrap .ysv-step-number{
    font-size: 16px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ysv-content-wrap .ysv-section{
    padding: 92px 0;
  }.tc-wp-content-root .ysv-content-wrap .ysv-container{
    padding: 0 34px;
  }.tc-wp-content-root .ysv-content-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .ysv-content-wrap .ysv-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .ysv-content-wrap .ysv-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ysv-content-wrap .ysv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ysv-content-wrap .ysv-card, .tc-wp-content-root .ysv-content-wrap .ysv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .ysv-content-wrap .ysv-card h3, .tc-wp-content-root .ysv-content-wrap .ysv-trust-card h3, .tc-wp-content-root .ysv-content-wrap .ysv-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .ysv-content-wrap .ysv-card p, .tc-wp-content-root .ysv-content-wrap .ysv-trust-card p, .tc-wp-content-root .ysv-content-wrap .ysv-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .ysv-content-wrap .ysv-step-list{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ysv-content-wrap .ysv-step-card{
    gap: 26px;
    padding: 32px;
  }.tc-wp-content-root .ysv-content-wrap .ysv-step-number{
    font-size: 17px;
  }}

.tc-wp-content-root .ysv-step-content {}
.tc-wp-content-root .ysv-trust-grid {}