@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-56 .tc-wp-content-root img, .wpc-scope-56 .tc-wp-content-root video, .wpc-scope-56 .tc-wp-content-root svg, .wpc-scope-56 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-56 .tc-wp-content-root .ytv-content-sections{
  width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #182033;
  background: #ffffff;
}.wpc-scope-56 .tc-wp-content-root .ytv-content-sections, .wpc-scope-56 .tc-wp-content-root .ytv-content-sections section, .wpc-scope-56 .tc-wp-content-root .ytv-content-sections div, .wpc-scope-56 .tc-wp-content-root .ytv-content-sections article{
  box-sizing: border-box;
}.wpc-scope-56 .tc-wp-content-root .ytv-content-sections .ytv-section{
  position: relative;
  width: 100%;
}.wpc-scope-56 .tc-wp-content-root .ytv-content-sections .ytv-section-white{
  background: #ffffff;
}.wpc-scope-56 .tc-wp-content-root .ytv-content-sections .ytv-section-soft{
  background:
    radial-gradient(circle at 15% 10%, rgba(255, 0, 72, 0.08), transparent 32%),
    radial-gradient(circle at 85% 20%, rgba(255, 122, 24, 0.08), transparent 30%),
    #fbfbfd;
}.wpc-scope-56 .tc-wp-content-root .ytv-content-sections .ytv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-56 .tc-wp-content-root .ytv-content-sections .ytv-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-56 .tc-wp-content-root .ytv-content-sections .ytv-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 0, 72, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 0, 72, 0.09), rgba(255, 122, 24, 0.09));
  color: #c5173e;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.wpc-scope-56 .tc-wp-content-root .ytv-content-sections .ytv-heading h2{
  margin: 0;
  color: #111827;
  font-weight: 820;
  letter-spacing: 0;
  line-height: 1.12;
}.wpc-scope-56 .tc-wp-content-root .ytv-content-sections .ytv-heading p{
  margin: 16px auto 0;
  max-width: 720px;
  color: #5d667a;
  font-weight: 450;
  line-height: 1.7;
}.wpc-scope-56 .tc-wp-content-root .ytv-content-sections .ytv-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-56 .tc-wp-content-root .ytv-content-sections .ytv-card, .wpc-scope-56 .tc-wp-content-root .ytv-content-sections .ytv-trust-card, .wpc-scope-56 .tc-wp-content-root .ytv-content-sections .ytv-step-card{
  position: relative;
  min-width: 0;
  border: 1px solid rgba(24, 32, 51, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-56 .tc-wp-content-root .ytv-content-sections .ytv-card{
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 22px;
  overflow: hidden;
}.wpc-scope-56 .tc-wp-content-root .ytv-content-sections .ytv-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #ff0048, #ff7a18);
  opacity: 0.9;
}.wpc-scope-56 .tc-wp-content-root .ytv-content-sections .ytv-card:hover, .wpc-scope-56 .tc-wp-content-root .ytv-content-sections .ytv-trust-card:hover, .wpc-scope-56 .tc-wp-content-root .ytv-content-sections .ytv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 0, 72, 0.24);
  box-shadow: 0 24px 58px rgba(17, 24, 39, 0.11);
}.wpc-scope-56 .tc-wp-content-root .ytv-content-sections .ytv-card h3, .wpc-scope-56 .tc-wp-content-root .ytv-content-sections .ytv-trust-card h3, .wpc-scope-56 .tc-wp-content-root .ytv-content-sections .ytv-step-content h3{
  margin: 0;
  color: #151b2c;
  font-weight: 780;
  letter-spacing: 0;
  line-height: 1.25;
}.wpc-scope-56 .tc-wp-content-root .ytv-content-sections .ytv-card p, .wpc-scope-56 .tc-wp-content-root .ytv-content-sections .ytv-trust-card p, .wpc-scope-56 .tc-wp-content-root .ytv-content-sections .ytv-step-content p, .wpc-scope-56 .tc-wp-content-root .ytv-content-sections .ytv-note p{
  margin: 0;
  color: #626b7e;
  font-weight: 430;
  line-height: 1.65;
}.wpc-scope-56 .tc-wp-content-root .ytv-content-sections .ytv-icon{
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff0048, #ff7a18);
  box-shadow: 0 12px 28px rgba(255, 0, 72, 0.2);
}.wpc-scope-56 .tc-wp-content-root .ytv-content-sections .ytv-icon::before, .wpc-scope-56 .tc-wp-content-root .ytv-content-sections .ytv-icon::after{
  content: "";
  position: absolute;
}.wpc-scope-56 .tc-wp-content-root .ytv-content-sections .ytv-icon-frame::before{
  inset: 12px 9px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 5px;
}.wpc-scope-56 .tc-wp-content-root .ytv-content-sections .ytv-icon-speed::before{
  width: 18px;
  height: 18px;
  left: 13px;
  top: 13px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
}.wpc-scope-56 .tc-wp-content-root .ytv-content-sections .ytv-icon-speed::after{
  width: 12px;
  height: 2px;
  left: 23px;
  top: 20px;
  background: #ffffff;
  transform: rotate(-28deg);
  border-radius: 999px;
}.wpc-scope-56 .tc-wp-content-root .ytv-content-sections .ytv-icon-clean::before{
  width: 20px;
  height: 14px;
  left: 12px;
  top: 15px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 4px;
}.wpc-scope-56 .tc-wp-content-root .ytv-content-sections .ytv-icon-clean::after{
  width: 7px;
  height: 7px;
  right: 11px;
  top: 10px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 50%;
}.wpc-scope-56 .tc-wp-content-root .ytv-content-sections .ytv-icon-easy::before{
  width: 19px;
  height: 10px;
  left: 12px;
  top: 16px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
  border-radius: 2px;
}.wpc-scope-56 .tc-wp-content-root .ytv-content-sections .ytv-icon-mobile::before{
  width: 16px;
  height: 24px;
  left: 14px;
  top: 10px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 6px;
}.wpc-scope-56 .tc-wp-content-root .ytv-content-sections .ytv-icon-mobile::after{
  width: 4px;
  height: 4px;
  left: 20px;
  bottom: 12px;
  background: #ffffff;
  border-radius: 50%;
}.wpc-scope-56 .tc-wp-content-root .ytv-content-sections .ytv-icon-daily::before{
  width: 20px;
  height: 20px;
  left: 12px;
  top: 12px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 8px;
}.wpc-scope-56 .tc-wp-content-root .ytv-content-sections .ytv-icon-daily::after{
  width: 10px;
  height: 10px;
  left: 17px;
  top: 17px;
  background: rgba(255, 255, 255, 0.92);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}.wpc-scope-56 .tc-wp-content-root .ytv-content-sections .ytv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-56 .tc-wp-content-root .ytv-content-sections .ytv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 249, 0.94)),
    #ffffff;
}.wpc-scope-56 .tc-wp-content-root .ytv-content-sections .ytv-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #ff0048, #ff7a18);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 36px rgba(255, 0, 72, 0.22);
}.wpc-scope-56 .tc-wp-content-root .ytv-content-sections .ytv-use-card{
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(255, 0, 72, 0.2), rgba(255, 122, 24, 0.18)) border-box;
}.wpc-scope-56 .tc-wp-content-root .ytv-content-sections .ytv-dot{
  display: inline-flex;
  width: 13px;
  height: 13px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff0048, #ff7a18);
  box-shadow: 0 0 0 8px rgba(255, 0, 72, 0.08);
}.wpc-scope-56 .tc-wp-content-root .ytv-content-sections .ytv-trust-card{
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 22px;
  background: #ffffff;
}.wpc-scope-56 .tc-wp-content-root .ytv-content-sections .ytv-trust-mark{
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: rgba(255, 0, 72, 0.1);
}.wpc-scope-56 .tc-wp-content-root .ytv-content-sections .ytv-trust-mark::before{
  content: "";
  position: absolute;
  width: 18px;
  height: 9px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #ff0048;
  border-bottom: 3px solid #ff0048;
  transform: rotate(-45deg);
  border-radius: 2px;
}.wpc-scope-56 .tc-wp-content-root .ytv-content-sections .ytv-note{
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(255, 0, 72, 0.15);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255, 0, 72, 0.07), rgba(255, 122, 24, 0.07));
  text-align: center;
}.wpc-scope-56 .tc-wp-content-root .ytv-content-sections .ytv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.wpc-scope-56 .tc-wp-content-root .ytv-content-sections .ytv-reveal.ytv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .ytv-content-sections .ytv-section{
    padding: 46px 0;
  }.tc-wp-content-root .ytv-content-sections .ytv-container{
    padding: 0 14px;
  }.tc-wp-content-root .ytv-content-sections .ytv-heading h2{
    font-size: 27px;
  }.tc-wp-content-root .ytv-content-sections .ytv-heading p{
    font-size: 15px;
  }.tc-wp-content-root .ytv-content-sections .ytv-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .ytv-content-sections .ytv-card, .tc-wp-content-root .ytv-content-sections .ytv-trust-card{
    padding: 22px;
  }.tc-wp-content-root .ytv-content-sections .ytv-card h3, .tc-wp-content-root .ytv-content-sections .ytv-trust-card h3, .tc-wp-content-root .ytv-content-sections .ytv-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .ytv-content-sections .ytv-card p, .tc-wp-content-root .ytv-content-sections .ytv-trust-card p, .tc-wp-content-root .ytv-content-sections .ytv-step-content p, .tc-wp-content-root .ytv-content-sections .ytv-note p{
    font-size: 14px;
  }.tc-wp-content-root .ytv-content-sections .ytv-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .ytv-content-sections .ytv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ytv-content-sections .ytv-step-number{
    width: 52px;
    height: 52px;
    font-size: 16px;
  }.tc-wp-content-root .ytv-content-sections .ytv-note{
    margin-top: 22px;
    padding: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .ytv-content-sections .ytv-section{
    padding: 52px 0;
  }.tc-wp-content-root .ytv-content-sections .ytv-container{
    padding: 0 18px;
  }.tc-wp-content-root .ytv-content-sections .ytv-heading h2{
    font-size: 30px;
  }.tc-wp-content-root .ytv-content-sections .ytv-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .ytv-content-sections .ytv-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .ytv-content-sections .ytv-card, .tc-wp-content-root .ytv-content-sections .ytv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .ytv-content-sections .ytv-card h3, .tc-wp-content-root .ytv-content-sections .ytv-trust-card h3, .tc-wp-content-root .ytv-content-sections .ytv-step-content h3{
    font-size: 18.5px;
  }.tc-wp-content-root .ytv-content-sections .ytv-card p, .tc-wp-content-root .ytv-content-sections .ytv-trust-card p, .tc-wp-content-root .ytv-content-sections .ytv-step-content p, .tc-wp-content-root .ytv-content-sections .ytv-note p{
    font-size: 14.5px;
  }.tc-wp-content-root .ytv-content-sections .ytv-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .ytv-content-sections .ytv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .ytv-content-sections .ytv-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }.tc-wp-content-root .ytv-content-sections .ytv-note{
    margin-top: 24px;
    padding: 20px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .ytv-content-sections .ytv-section{
    padding: 58px 0;
  }.tc-wp-content-root .ytv-content-sections .ytv-container{
    padding: 0 22px;
  }.tc-wp-content-root .ytv-content-sections .ytv-heading h2{
    font-size: 34px;
  }.tc-wp-content-root .ytv-content-sections .ytv-heading p{
    font-size: 16px;
  }.tc-wp-content-root .ytv-content-sections .ytv-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .ytv-content-sections .ytv-card, .tc-wp-content-root .ytv-content-sections .ytv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .ytv-content-sections .ytv-card h3, .tc-wp-content-root .ytv-content-sections .ytv-trust-card h3, .tc-wp-content-root .ytv-content-sections .ytv-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .ytv-content-sections .ytv-card p, .tc-wp-content-root .ytv-content-sections .ytv-trust-card p, .tc-wp-content-root .ytv-content-sections .ytv-step-content p, .tc-wp-content-root .ytv-content-sections .ytv-note p{
    font-size: 15px;
  }.tc-wp-content-root .ytv-content-sections .ytv-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .ytv-content-sections .ytv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .ytv-content-sections .ytv-step-number{
    width: 56px;
    height: 56px;
    font-size: 17px;
  }.tc-wp-content-root .ytv-content-sections .ytv-note{
    margin-top: 26px;
    padding: 22px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .ytv-content-sections .ytv-section{
    padding: 74px 0;
  }.tc-wp-content-root .ytv-content-sections .ytv-container{
    padding: 0 28px;
  }.tc-wp-content-root .ytv-content-sections .ytv-heading h2{
    font-size: 42px;
  }.tc-wp-content-root .ytv-content-sections .ytv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .ytv-content-sections .ytv-grid-six, .tc-wp-content-root .ytv-content-sections .ytv-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ytv-content-sections .ytv-card-grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ytv-content-sections .ytv-card, .tc-wp-content-root .ytv-content-sections .ytv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .ytv-content-sections .ytv-card h3, .tc-wp-content-root .ytv-content-sections .ytv-trust-card h3, .tc-wp-content-root .ytv-content-sections .ytv-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .ytv-content-sections .ytv-card p, .tc-wp-content-root .ytv-content-sections .ytv-trust-card p, .tc-wp-content-root .ytv-content-sections .ytv-step-content p, .tc-wp-content-root .ytv-content-sections .ytv-note p{
    font-size: 15.5px;
  }.tc-wp-content-root .ytv-content-sections .ytv-steps{
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .ytv-content-sections .ytv-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .ytv-content-sections .ytv-step-number{
    width: 64px;
    height: 64px;
    font-size: 18px;
  }.tc-wp-content-root .ytv-content-sections .ytv-note{
    margin-top: 30px;
    padding: 24px 28px;
  }}@media (min-width: 1024px){.tc-wp-content-root .ytv-content-sections .ytv-section{
    padding: 92px 0;
  }.tc-wp-content-root .ytv-content-sections .ytv-container{
    padding: 0 32px;
  }.tc-wp-content-root .ytv-content-sections .ytv-heading h2{
    font-size: 48px;
  }.tc-wp-content-root .ytv-content-sections .ytv-heading p{
    font-size: 17.5px;
  }.tc-wp-content-root .ytv-content-sections .ytv-grid-six, .tc-wp-content-root .ytv-content-sections .ytv-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ytv-content-sections .ytv-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ytv-content-sections .ytv-card, .tc-wp-content-root .ytv-content-sections .ytv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .ytv-content-sections .ytv-card h3, .tc-wp-content-root .ytv-content-sections .ytv-trust-card h3, .tc-wp-content-root .ytv-content-sections .ytv-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .ytv-content-sections .ytv-card p, .tc-wp-content-root .ytv-content-sections .ytv-trust-card p, .tc-wp-content-root .ytv-content-sections .ytv-step-content p, .tc-wp-content-root .ytv-content-sections .ytv-note p{
    font-size: 15.8px;
  }.tc-wp-content-root .ytv-content-sections .ytv-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .ytv-content-sections .ytv-step-card{
    gap: 28px;
    padding: 32px 36px;
  }.tc-wp-content-root .ytv-content-sections .ytv-step-number{
    width: 68px;
    height: 68px;
    font-size: 19px;
  }.tc-wp-content-root .ytv-content-sections .ytv-note{
    max-width: 920px;
    margin-top: 34px;
    padding: 26px 34px;
  }}