@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-202 .tc-wp-content-root img, .wpc-scope-202 .tc-wp-content-root video, .wpc-scope-202 .tc-wp-content-root svg, .wpc-scope-202 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-202 .tc-wp-content-root .yt-desc-viewer-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-202 .tc-wp-content-root .yt-desc-viewer-content, .wpc-scope-202 .tc-wp-content-root .yt-desc-viewer-content div, .wpc-scope-202 .tc-wp-content-root .yt-desc-viewer-content section, .wpc-scope-202 .tc-wp-content-root .yt-desc-viewer-content article{
  box-sizing: border-box;
}.wpc-scope-202 .tc-wp-content-root .yt-desc-viewer-content .yt-desc-section{
  position: relative;
  width: 100%;
}.wpc-scope-202 .tc-wp-content-root .yt-desc-viewer-content .yt-desc-section-white{
  background: #ffffff;
}.wpc-scope-202 .tc-wp-content-root .yt-desc-viewer-content .yt-desc-section-soft{
  background: linear-gradient(180deg, #f8fbff 0%, #f5f8fc 100%);
}.wpc-scope-202 .tc-wp-content-root .yt-desc-viewer-content .yt-desc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-202 .tc-wp-content-root .yt-desc-viewer-content .yt-desc-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-202 .tc-wp-content-root .yt-desc-viewer-content .yt-desc-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #e11d48;
  font-weight: 750;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: uppercase;
}.wpc-scope-202 .tc-wp-content-root .yt-desc-viewer-content .yt-desc-kicker::before, .wpc-scope-202 .tc-wp-content-root .yt-desc-viewer-content .yt-desc-kicker::after{
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, #ff0033, #ff7a18);
}.wpc-scope-202 .tc-wp-content-root .yt-desc-viewer-content h2{
  margin: 0;
  color: #111827;
  font-weight: 820;
  letter-spacing: 0;
  line-height: 1.12;
}.wpc-scope-202 .tc-wp-content-root .yt-desc-viewer-content .yt-desc-heading p{
  margin: 16px auto 0;
  color: #5d6778;
  line-height: 1.75;
}.wpc-scope-202 .tc-wp-content-root .yt-desc-viewer-content .yt-desc-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-202 .tc-wp-content-root .yt-desc-viewer-content .yt-desc-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(255, 0, 51, 0.08), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-202 .tc-wp-content-root .yt-desc-viewer-content .yt-desc-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(135deg, rgba(255, 0, 51, 0.16), rgba(255, 122, 24, 0.08), transparent 45%);
  transition: opacity 220ms ease;
}.wpc-scope-202 .tc-wp-content-root .yt-desc-viewer-content .yt-desc-card:hover{
  transform: translateY(-6px);
  border-color: rgba(225, 29, 72, 0.2);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}.wpc-scope-202 .tc-wp-content-root .yt-desc-viewer-content .yt-desc-card:hover::before{
  opacity: 1;
}.wpc-scope-202 .tc-wp-content-root .yt-desc-viewer-content .yt-desc-card h3, .wpc-scope-202 .tc-wp-content-root .yt-desc-viewer-content .yt-desc-step h3{
  position: relative;
  margin: 0;
  color: #152033;
  font-weight: 780;
  letter-spacing: 0;
  line-height: 1.25;
}.wpc-scope-202 .tc-wp-content-root .yt-desc-viewer-content .yt-desc-card p, .wpc-scope-202 .tc-wp-content-root .yt-desc-viewer-content .yt-desc-step p{
  position: relative;
  margin: 12px 0 0;
  color: #5f6b7a;
  line-height: 1.7;
}.wpc-scope-202 .tc-wp-content-root .yt-desc-viewer-content .yt-desc-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff0033 0%, #ff7a18 100%);
  box-shadow: 0 14px 30px rgba(255, 0, 51, 0.2);
  transition: transform 220ms ease;
}.wpc-scope-202 .tc-wp-content-root .yt-desc-viewer-content .yt-desc-card:hover .yt-desc-icon{
  transform: translateY(-2px) rotate(-2deg);
}.wpc-scope-202 .tc-wp-content-root .yt-desc-viewer-content .yt-desc-icon::before, .wpc-scope-202 .tc-wp-content-root .yt-desc-viewer-content .yt-desc-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-202 .tc-wp-content-root .yt-desc-viewer-content .yt-desc-icon-lines::before{
  left: 13px;
  top: 15px;
  width: 22px;
  height: 3px;
  border-radius: 99px;
  box-shadow: 0 7px 0 #ffffff, 0 14px 0 rgba(255, 255, 255, 0.78);
}.wpc-scope-202 .tc-wp-content-root .yt-desc-viewer-content .yt-desc-icon-bolt::before{
  left: 18px;
  top: 10px;
  width: 12px;
  height: 28px;
  clip-path: polygon(48% 0, 100% 0, 67% 42%, 100% 42%, 38% 100%, 51% 55%, 12% 55%);
}.wpc-scope-202 .tc-wp-content-root .yt-desc-viewer-content .yt-desc-icon-frame::before{
  inset: 12px;
  border: 3px solid #ffffff;
  border-radius: 8px;
  background: transparent;
}.wpc-scope-202 .tc-wp-content-root .yt-desc-viewer-content .yt-desc-icon-path::before{
  left: 12px;
  top: 22px;
  width: 24px;
  height: 4px;
  border-radius: 99px;
}.wpc-scope-202 .tc-wp-content-root .yt-desc-viewer-content .yt-desc-icon-path::after{
  right: 12px;
  top: 17px;
  width: 12px;
  height: 12px;
  border-top: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  background: transparent;
  transform: rotate(45deg);
}.wpc-scope-202 .tc-wp-content-root .yt-desc-viewer-content .yt-desc-icon-mobile::before{
  left: 16px;
  top: 9px;
  width: 16px;
  height: 30px;
  border: 3px solid #ffffff;
  border-radius: 7px;
  background: transparent;
}.wpc-scope-202 .tc-wp-content-root .yt-desc-viewer-content .yt-desc-icon-daily::before{
  left: 12px;
  top: 14px;
  width: 24px;
  height: 20px;
  border-radius: 6px;
}.wpc-scope-202 .tc-wp-content-root .yt-desc-viewer-content .yt-desc-icon-daily::after{
  left: 17px;
  top: 20px;
  width: 14px;
  height: 3px;
  border-radius: 99px;
  background: #ff3b4f;
  box-shadow: 0 6px 0 #ff3b4f;
}.wpc-scope-202 .tc-wp-content-root .yt-desc-viewer-content .yt-desc-icon-shield::before{
  left: 14px;
  top: 10px;
  width: 20px;
  height: 26px;
  clip-path: polygon(50% 0, 100% 16%, 91% 67%, 50% 100%, 9% 67%, 0 16%);
}.wpc-scope-202 .tc-wp-content-root .yt-desc-viewer-content .yt-desc-icon-speed::before{
  left: 11px;
  top: 23px;
  width: 26px;
  height: 14px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 26px 26px 0 0;
  background: transparent;
}.wpc-scope-202 .tc-wp-content-root .yt-desc-viewer-content .yt-desc-icon-speed::after{
  left: 24px;
  top: 20px;
  width: 3px;
  height: 14px;
  border-radius: 99px;
  transform-origin: bottom center;
  transform: rotate(42deg);
}.wpc-scope-202 .tc-wp-content-root .yt-desc-viewer-content .yt-desc-icon-public::before{
  left: 11px;
  top: 11px;
  width: 26px;
  height: 26px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.wpc-scope-202 .tc-wp-content-root .yt-desc-viewer-content .yt-desc-icon-public::after{
  left: 16px;
  top: 22px;
  width: 16px;
  height: 3px;
  border-radius: 99px;
  box-shadow: 0 -7px 0 rgba(255, 255, 255, 0.75), 0 7px 0 rgba(255, 255, 255, 0.75);
}.wpc-scope-202 .tc-wp-content-root .yt-desc-viewer-content .yt-desc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-202 .tc-wp-content-root .yt-desc-viewer-content .yt-desc-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(225, 29, 72, 0.13);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 0, 51, 0.08), rgba(255, 122, 24, 0.06) 38%, rgba(255, 255, 255, 0.96) 39%),
    #ffffff;
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-202 .tc-wp-content-root .yt-desc-viewer-content .yt-desc-step:hover{
  transform: translateY(-4px);
  border-color: rgba(225, 29, 72, 0.24);
  box-shadow: 0 26px 66px rgba(15, 23, 42, 0.11);
}.wpc-scope-202 .tc-wp-content-root .yt-desc-viewer-content .yt-desc-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff0033 0%, #ff7a18 100%);
  box-shadow: 0 16px 34px rgba(255, 0, 51, 0.22);
}.wpc-scope-202 .tc-wp-content-root .yt-desc-viewer-content .yt-desc-badge{
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  color: #be123c;
  background: rgba(255, 0, 51, 0.08);
  border: 1px solid rgba(225, 29, 72, 0.12);
  font-weight: 750;
  font-size: 12px;
  letter-spacing: 0;
}.wpc-scope-202 .tc-wp-content-root .yt-desc-viewer-content .yt-desc-trust-card{
  background:
    radial-gradient(circle at top left, rgba(255, 122, 24, 0.1), transparent 36%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}.wpc-scope-202 .tc-wp-content-root .yt-desc-viewer-content .yt-desc-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-202 .tc-wp-content-root .yt-desc-viewer-content .yt-desc-reveal.yt-desc-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 220ms ease, border-color 220ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .yt-desc-viewer-content .yt-desc-section{
    padding: 48px 0;
  }.tc-wp-content-root .yt-desc-viewer-content .yt-desc-container{
    padding: 0 14px;
  }.tc-wp-content-root .yt-desc-viewer-content h2{
    font-size: 25px;
  }.tc-wp-content-root .yt-desc-viewer-content .yt-desc-heading p{
    font-size: 14px;
  }.tc-wp-content-root .yt-desc-viewer-content .yt-desc-grid, .tc-wp-content-root .yt-desc-viewer-content .yt-desc-grid-three, .tc-wp-content-root .yt-desc-viewer-content .yt-desc-grid-trust{
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 30px;
  }.tc-wp-content-root .yt-desc-viewer-content .yt-desc-card{
    padding: 22px;
  }.tc-wp-content-root .yt-desc-viewer-content .yt-desc-card h3, .tc-wp-content-root .yt-desc-viewer-content .yt-desc-step h3{
    font-size: 18px;
  }.tc-wp-content-root .yt-desc-viewer-content .yt-desc-card p, .tc-wp-content-root .yt-desc-viewer-content .yt-desc-step p{
    font-size: 14px;
  }.tc-wp-content-root .yt-desc-viewer-content .yt-desc-steps{
    gap: 14px;
    margin-top: 30px;
  }.tc-wp-content-root .yt-desc-viewer-content .yt-desc-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .yt-desc-viewer-content .yt-desc-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .yt-desc-viewer-content .yt-desc-section{
    padding: 54px 0;
  }.tc-wp-content-root .yt-desc-viewer-content .yt-desc-container{
    padding: 0 18px;
  }.tc-wp-content-root .yt-desc-viewer-content h2{
    font-size: 28px;
  }.tc-wp-content-root .yt-desc-viewer-content .yt-desc-heading p{
    font-size: 15px;
  }.tc-wp-content-root .yt-desc-viewer-content .yt-desc-grid, .tc-wp-content-root .yt-desc-viewer-content .yt-desc-grid-three, .tc-wp-content-root .yt-desc-viewer-content .yt-desc-grid-trust{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 34px;
  }.tc-wp-content-root .yt-desc-viewer-content .yt-desc-card{
    padding: 24px;
  }.tc-wp-content-root .yt-desc-viewer-content .yt-desc-card h3, .tc-wp-content-root .yt-desc-viewer-content .yt-desc-step h3{
    font-size: 19px;
  }.tc-wp-content-root .yt-desc-viewer-content .yt-desc-card p, .tc-wp-content-root .yt-desc-viewer-content .yt-desc-step p{
    font-size: 15px;
  }.tc-wp-content-root .yt-desc-viewer-content .yt-desc-steps{
    gap: 16px;
    margin-top: 34px;
  }.tc-wp-content-root .yt-desc-viewer-content .yt-desc-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .yt-desc-viewer-content .yt-desc-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .yt-desc-viewer-content .yt-desc-section{
    padding: 62px 0;
  }.tc-wp-content-root .yt-desc-viewer-content .yt-desc-container{
    padding: 0 22px;
  }.tc-wp-content-root .yt-desc-viewer-content h2{
    font-size: 31px;
  }.tc-wp-content-root .yt-desc-viewer-content .yt-desc-heading p{
    font-size: 16px;
  }.tc-wp-content-root .yt-desc-viewer-content .yt-desc-grid, .tc-wp-content-root .yt-desc-viewer-content .yt-desc-grid-three, .tc-wp-content-root .yt-desc-viewer-content .yt-desc-grid-trust{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 38px;
  }.tc-wp-content-root .yt-desc-viewer-content .yt-desc-card{
    padding: 26px;
  }.tc-wp-content-root .yt-desc-viewer-content .yt-desc-card h3, .tc-wp-content-root .yt-desc-viewer-content .yt-desc-step h3{
    font-size: 20px;
  }.tc-wp-content-root .yt-desc-viewer-content .yt-desc-card p, .tc-wp-content-root .yt-desc-viewer-content .yt-desc-step p{
    font-size: 15.5px;
  }.tc-wp-content-root .yt-desc-viewer-content .yt-desc-steps{
    gap: 18px;
    margin-top: 38px;
  }.tc-wp-content-root .yt-desc-viewer-content .yt-desc-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .yt-desc-viewer-content .yt-desc-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .yt-desc-viewer-content .yt-desc-section{
    padding: 78px 0;
  }.tc-wp-content-root .yt-desc-viewer-content .yt-desc-container{
    padding: 0 32px;
  }.tc-wp-content-root .yt-desc-viewer-content h2{
    font-size: 38px;
  }.tc-wp-content-root .yt-desc-viewer-content .yt-desc-heading p{
    font-size: 17px;
  }.tc-wp-content-root .yt-desc-viewer-content .yt-desc-grid-three, .tc-wp-content-root .yt-desc-viewer-content .yt-desc-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .yt-desc-viewer-content .yt-desc-card{
    padding: 28px;
  }.tc-wp-content-root .yt-desc-viewer-content .yt-desc-card h3, .tc-wp-content-root .yt-desc-viewer-content .yt-desc-step h3{
    font-size: 21px;
  }.tc-wp-content-root .yt-desc-viewer-content .yt-desc-card p, .tc-wp-content-root .yt-desc-viewer-content .yt-desc-step p{
    font-size: 16px;
  }.tc-wp-content-root .yt-desc-viewer-content .yt-desc-steps{
    gap: 20px;
    margin-top: 46px;
  }.tc-wp-content-root .yt-desc-viewer-content .yt-desc-step{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .yt-desc-viewer-content .yt-desc-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }}@media (min-width: 1024px){.tc-wp-content-root .yt-desc-viewer-content .yt-desc-section{
    padding: 96px 0;
  }.tc-wp-content-root .yt-desc-viewer-content .yt-desc-container{
    padding: 0 34px;
  }.tc-wp-content-root .yt-desc-viewer-content h2{
    font-size: 46px;
  }.tc-wp-content-root .yt-desc-viewer-content .yt-desc-heading p{
    font-size: 18px;
  }.tc-wp-content-root .yt-desc-viewer-content .yt-desc-grid-three, .tc-wp-content-root .yt-desc-viewer-content .yt-desc-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 54px;
  }.tc-wp-content-root .yt-desc-viewer-content .yt-desc-card{
    padding: 32px;
  }.tc-wp-content-root .yt-desc-viewer-content .yt-desc-card h3, .tc-wp-content-root .yt-desc-viewer-content .yt-desc-step h3{
    font-size: 22px;
  }.tc-wp-content-root .yt-desc-viewer-content .yt-desc-card p, .tc-wp-content-root .yt-desc-viewer-content .yt-desc-step p{
    font-size: 16px;
  }.tc-wp-content-root .yt-desc-viewer-content .yt-desc-steps{
    gap: 22px;
    margin-top: 54px;
  }.tc-wp-content-root .yt-desc-viewer-content .yt-desc-step{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .yt-desc-viewer-content .yt-desc-step-number{
    width: 74px;
    height: 74px;
    font-size: 21px;
  }}.wpc-scope-202 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .yt-desc-step-copy{}