@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-44 .tc-wp-content-root img, .wpc-scope-44 .tc-wp-content-root video, .wpc-scope-44 .tc-wp-content-root svg, .wpc-scope-44 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-44 .tc-wp-content-root .yt-desc-viewer-content{
  width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: #172033;
  background: #ffffff;
}.wpc-scope-44 .tc-wp-content-root .yt-desc-viewer-content .ydv-section{
  position: relative;
  overflow: hidden;
}.wpc-scope-44 .tc-wp-content-root .yt-desc-viewer-content .ydv-section-white{
  background: #ffffff;
}.wpc-scope-44 .tc-wp-content-root .yt-desc-viewer-content .ydv-section-soft{
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 31, 78, 0.08), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(255, 184, 77, 0.11), transparent 30%),
    #fbfaf8;
}.wpc-scope-44 .tc-wp-content-root .yt-desc-viewer-content .ydv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}.wpc-scope-44 .tc-wp-content-root .yt-desc-viewer-content .ydv-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-44 .tc-wp-content-root .yt-desc-viewer-content .ydv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 31, 78, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 31, 78, 0.09), rgba(255, 184, 77, 0.12));
  color: #b41435;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}.wpc-scope-44 .tc-wp-content-root .yt-desc-viewer-content .ydv-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff1f4e, #ffb84d);
  box-shadow: 0 0 0 5px rgba(255, 31, 78, 0.1);
}.wpc-scope-44 .tc-wp-content-root .yt-desc-viewer-content h2{
  margin: 0;
  color: #111827;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-44 .tc-wp-content-root .yt-desc-viewer-content .ydv-section-head p{
  margin: 16px auto 0;
  color: #5c667a;
  line-height: 1.72;
  font-weight: 450;
}.wpc-scope-44 .tc-wp-content-root .yt-desc-viewer-content .ydv-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-44 .tc-wp-content-root .yt-desc-viewer-content .ydv-card, .wpc-scope-44 .tc-wp-content-root .yt-desc-viewer-content .ydv-trust-card{
  position: relative;
  height: 100%;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(25, 32, 51, 0.09);
  border-radius: 22px;
  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-44 .tc-wp-content-root .yt-desc-viewer-content .ydv-card::after, .wpc-scope-44 .tc-wp-content-root .yt-desc-viewer-content .ydv-trust-card::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 31, 78, 0.12), transparent 34%, rgba(255, 184, 77, 0.12));
  opacity: 0;
  transition: opacity 260ms ease;
}.wpc-scope-44 .tc-wp-content-root .yt-desc-viewer-content .ydv-card:hover, .wpc-scope-44 .tc-wp-content-root .yt-desc-viewer-content .ydv-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(255, 31, 78, 0.22);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.11);
}.wpc-scope-44 .tc-wp-content-root .yt-desc-viewer-content .ydv-card:hover::after, .wpc-scope-44 .tc-wp-content-root .yt-desc-viewer-content .ydv-trust-card:hover::after{
  opacity: 1;
}.wpc-scope-44 .tc-wp-content-root .yt-desc-viewer-content .ydv-card h3, .wpc-scope-44 .tc-wp-content-root .yt-desc-viewer-content .ydv-step-card h3, .wpc-scope-44 .tc-wp-content-root .yt-desc-viewer-content .ydv-trust-card h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #151c2e;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-44 .tc-wp-content-root .yt-desc-viewer-content .ydv-card p, .wpc-scope-44 .tc-wp-content-root .yt-desc-viewer-content .ydv-step-card p, .wpc-scope-44 .tc-wp-content-root .yt-desc-viewer-content .ydv-trust-card p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #667085;
  line-height: 1.68;
  font-weight: 430;
}.wpc-scope-44 .tc-wp-content-root .yt-desc-viewer-content .ydv-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff1f4e, #ff8a3d 58%, #ffbf5e);
  box-shadow: 0 14px 30px rgba(255, 31, 78, 0.22);
  transition: transform 260ms ease;
}.wpc-scope-44 .tc-wp-content-root .yt-desc-viewer-content .ydv-card:hover .ydv-icon{
  transform: translateY(-2px) rotate(-2deg);
}.wpc-scope-44 .tc-wp-content-root .yt-desc-viewer-content .ydv-icon::before, .wpc-scope-44 .tc-wp-content-root .yt-desc-viewer-content .ydv-icon::after{
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.92);
}.wpc-scope-44 .tc-wp-content-root .yt-desc-viewer-content .ydv-icon-lines::before{
  width: 22px;
  height: 3px;
  top: 15px;
  left: 12px;
  border-radius: 99px;
  box-shadow: 0 7px 0 rgba(255, 255, 255, 0.92), 0 14px 0 rgba(255, 255, 255, 0.72);
}.wpc-scope-44 .tc-wp-content-root .yt-desc-viewer-content .ydv-icon-bolt::before{
  width: 11px;
  height: 24px;
  top: 11px;
  left: 18px;
  clip-path: polygon(45% 0, 100% 0, 60% 43%, 100% 43%, 28% 100%, 46% 55%, 0 55%);
}.wpc-scope-44 .tc-wp-content-root .yt-desc-viewer-content .ydv-icon-frame::before{
  inset: 12px;
  border: 3px solid rgba(255, 255, 255, 0.92);
  background: transparent;
  border-radius: 7px;
}.wpc-scope-44 .tc-wp-content-root .yt-desc-viewer-content .ydv-icon-flow::before{
  width: 24px;
  height: 3px;
  top: 16px;
  left: 11px;
  border-radius: 99px;
  box-shadow: 0 11px 0 rgba(255, 255, 255, 0.82);
}.wpc-scope-44 .tc-wp-content-root .yt-desc-viewer-content .ydv-icon-flow::after{
  width: 8px;
  height: 8px;
  top: 13px;
  right: 11px;
  transform: rotate(45deg);
  background: transparent;
  border-top: 3px solid rgba(255, 255, 255, 0.92);
  border-right: 3px solid rgba(255, 255, 255, 0.92);
}.wpc-scope-44 .tc-wp-content-root .yt-desc-viewer-content .ydv-icon-phone::before{
  width: 16px;
  height: 25px;
  top: 10px;
  left: 15px;
  border: 3px solid rgba(255, 255, 255, 0.92);
  background: transparent;
  border-radius: 6px;
}.wpc-scope-44 .tc-wp-content-root .yt-desc-viewer-content .ydv-icon-note::before{
  width: 21px;
  height: 24px;
  top: 11px;
  left: 13px;
  border-radius: 5px;
}.wpc-scope-44 .tc-wp-content-root .yt-desc-viewer-content .ydv-icon-note::after{
  width: 12px;
  height: 3px;
  top: 18px;
  left: 18px;
  border-radius: 99px;
  background: rgba(255, 31, 78, 0.8);
  box-shadow: 0 7px 0 rgba(255, 31, 78, 0.55);
}.wpc-scope-44 .tc-wp-content-root .yt-desc-viewer-content .ydv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-44 .tc-wp-content-root .yt-desc-viewer-content .ydv-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 31, 78, 0.13);
  border-radius: 24px;
  box-shadow: 0 20px 55px rgba(17, 24, 39, 0.07);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-44 .tc-wp-content-root .yt-desc-viewer-content .ydv-step-card::before{
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, #ff1f4e, #ffb84d);
}.wpc-scope-44 .tc-wp-content-root .yt-desc-viewer-content .ydv-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(255, 31, 78, 0.24);
  box-shadow: 0 28px 70px rgba(17, 24, 39, 0.1);
}.wpc-scope-44 .tc-wp-content-root .yt-desc-viewer-content .ydv-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff1f4e, #ffb84d);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 36px rgba(255, 31, 78, 0.22);
}.wpc-scope-44 .tc-wp-content-root .yt-desc-viewer-content .ydv-badge-dot{
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 34px;
  height: 34px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 31, 78, 0.14), rgba(255, 184, 77, 0.2));
}.wpc-scope-44 .tc-wp-content-root .yt-desc-viewer-content .ydv-badge-dot::before{
  content: "";
  position: absolute;
  inset: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff1f4e, #ffb84d);
}.wpc-scope-44 .tc-wp-content-root .yt-desc-viewer-content .ydv-trust-card{
  text-align: center;
}.wpc-scope-44 .tc-wp-content-root .yt-desc-viewer-content .ydv-trust-mark{
  position: relative;
  z-index: 1;
  width: 52px;
  height: 52px;
  margin: 0 auto 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 31, 78, 0.12), rgba(255, 184, 77, 0.18));
  border: 1px solid rgba(255, 31, 78, 0.15);
}.wpc-scope-44 .tc-wp-content-root .yt-desc-viewer-content .ydv-trust-mark::before{
  content: "";
  position: absolute;
  width: 22px;
  height: 12px;
  left: 14px;
  top: 17px;
  border-left: 4px solid #ff315b;
  border-bottom: 4px solid #ff8a3d;
  transform: rotate(-45deg);
  border-radius: 2px;
}.wpc-scope-44 .tc-wp-content-root .yt-desc-viewer-content .ydv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 640ms ease, transform 640ms ease;
}.wpc-scope-44 .tc-wp-content-root .yt-desc-viewer-content .ydv-reveal.ydv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .yt-desc-viewer-content .ydv-section{
    padding: 54px 0;
  }.tc-wp-content-root .yt-desc-viewer-content .ydv-container{
    padding: 0 14px;
  }.tc-wp-content-root .yt-desc-viewer-content h2{
    font-size: 26px;
  }.tc-wp-content-root .yt-desc-viewer-content .ydv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .yt-desc-viewer-content .ydv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .yt-desc-viewer-content .ydv-card, .tc-wp-content-root .yt-desc-viewer-content .ydv-trust-card{
    padding: 22px;
  }.tc-wp-content-root .yt-desc-viewer-content .ydv-card h3, .tc-wp-content-root .yt-desc-viewer-content .ydv-step-card h3, .tc-wp-content-root .yt-desc-viewer-content .ydv-trust-card h3{
    font-size: 18px;
  }.tc-wp-content-root .yt-desc-viewer-content .ydv-card p, .tc-wp-content-root .yt-desc-viewer-content .ydv-step-card p, .tc-wp-content-root .yt-desc-viewer-content .ydv-trust-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .yt-desc-viewer-content .ydv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .yt-desc-viewer-content .ydv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .yt-desc-viewer-content .ydv-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .yt-desc-viewer-content .ydv-section{
    padding: 60px 0;
  }.tc-wp-content-root .yt-desc-viewer-content .ydv-container{
    padding: 0 18px;
  }.tc-wp-content-root .yt-desc-viewer-content h2{
    font-size: 29px;
  }.tc-wp-content-root .yt-desc-viewer-content .ydv-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .yt-desc-viewer-content .ydv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .yt-desc-viewer-content .ydv-card, .tc-wp-content-root .yt-desc-viewer-content .ydv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .yt-desc-viewer-content .ydv-card h3, .tc-wp-content-root .yt-desc-viewer-content .ydv-step-card h3, .tc-wp-content-root .yt-desc-viewer-content .ydv-trust-card h3{
    font-size: 19px;
  }.tc-wp-content-root .yt-desc-viewer-content .ydv-card p, .tc-wp-content-root .yt-desc-viewer-content .ydv-step-card p, .tc-wp-content-root .yt-desc-viewer-content .ydv-trust-card p{
    font-size: 15px;
  }.tc-wp-content-root .yt-desc-viewer-content .ydv-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .yt-desc-viewer-content .ydv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .yt-desc-viewer-content .ydv-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .yt-desc-viewer-content .ydv-section{
    padding: 66px 0;
  }.tc-wp-content-root .yt-desc-viewer-content .ydv-container{
    padding: 0 22px;
  }.tc-wp-content-root .yt-desc-viewer-content h2{
    font-size: 32px;
  }.tc-wp-content-root .yt-desc-viewer-content .ydv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .yt-desc-viewer-content .ydv-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .yt-desc-viewer-content .ydv-card, .tc-wp-content-root .yt-desc-viewer-content .ydv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .yt-desc-viewer-content .ydv-card h3, .tc-wp-content-root .yt-desc-viewer-content .ydv-step-card h3, .tc-wp-content-root .yt-desc-viewer-content .ydv-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .yt-desc-viewer-content .ydv-card p, .tc-wp-content-root .yt-desc-viewer-content .ydv-step-card p, .tc-wp-content-root .yt-desc-viewer-content .ydv-trust-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .yt-desc-viewer-content .ydv-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .yt-desc-viewer-content .ydv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .yt-desc-viewer-content .ydv-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .yt-desc-viewer-content .ydv-section{
    padding: 78px 0;
  }.tc-wp-content-root .yt-desc-viewer-content .ydv-container{
    padding: 0 32px;
  }.tc-wp-content-root .yt-desc-viewer-content h2{
    font-size: 38px;
  }.tc-wp-content-root .yt-desc-viewer-content .ydv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .yt-desc-viewer-content .ydv-grid-three, .tc-wp-content-root .yt-desc-viewer-content .ydv-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .yt-desc-viewer-content .ydv-card, .tc-wp-content-root .yt-desc-viewer-content .ydv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .yt-desc-viewer-content .ydv-card h3, .tc-wp-content-root .yt-desc-viewer-content .ydv-step-card h3, .tc-wp-content-root .yt-desc-viewer-content .ydv-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .yt-desc-viewer-content .ydv-card p, .tc-wp-content-root .yt-desc-viewer-content .ydv-step-card p, .tc-wp-content-root .yt-desc-viewer-content .ydv-trust-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .yt-desc-viewer-content .ydv-steps{
    gap: 20px;
    margin-top: 44px;
  }.tc-wp-content-root .yt-desc-viewer-content .ydv-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .yt-desc-viewer-content .ydv-step-number{
    width: 70px;
    height: 70px;
    font-size: 20px;
  }}@media (min-width: 1024px){.tc-wp-content-root .yt-desc-viewer-content .ydv-section{
    padding: 96px 0;
  }.tc-wp-content-root .yt-desc-viewer-content .ydv-container{
    padding: 0 34px;
  }.tc-wp-content-root .yt-desc-viewer-content h2{
    font-size: 46px;
  }.tc-wp-content-root .yt-desc-viewer-content .ydv-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .yt-desc-viewer-content .ydv-grid-three, .tc-wp-content-root .yt-desc-viewer-content .ydv-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .yt-desc-viewer-content .ydv-card, .tc-wp-content-root .yt-desc-viewer-content .ydv-trust-card{
    padding: 32px;
  }.tc-wp-content-root .yt-desc-viewer-content .ydv-card h3, .tc-wp-content-root .yt-desc-viewer-content .ydv-step-card h3, .tc-wp-content-root .yt-desc-viewer-content .ydv-trust-card h3{
    font-size: 21px;
  }.tc-wp-content-root .yt-desc-viewer-content .ydv-card p, .tc-wp-content-root .yt-desc-viewer-content .ydv-step-card p, .tc-wp-content-root .yt-desc-viewer-content .ydv-trust-card p{
    font-size: 16px;
  }.tc-wp-content-root .yt-desc-viewer-content .ydv-steps{
    gap: 22px;
    margin-top: 50px;
  }.tc-wp-content-root .yt-desc-viewer-content .ydv-step-card{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .yt-desc-viewer-content .ydv-step-number{
    width: 76px;
    height: 76px;
    font-size: 21px;
  }}.wpc-scope-44 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .ydv-step-content{}