@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 .ycviewer-editorial{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  background: #ffffff;
}.tc-wp-content-root .ycviewer-editorial, .tc-wp-content-root .ycviewer-editorial div, .tc-wp-content-root .ycviewer-editorial section, .tc-wp-content-root .ycviewer-editorial article{
  box-sizing: border-box;
}.tc-wp-content-root .ycviewer-editorial .ycviewer-section{
  position: relative;
  width: 100%;
  overflow: hidden;
}.tc-wp-content-root .ycviewer-editorial .ycviewer-section-white{
  background: #ffffff;
}.tc-wp-content-root .ycviewer-editorial .ycviewer-section-soft{
  background:
    radial-gradient(circle at top left, rgba(255, 0, 68, 0.07), transparent 34%),
    radial-gradient(circle at bottom right, rgba(120, 49, 255, 0.07), transparent 30%),
    #f8fafc;
}.tc-wp-content-root .ycviewer-editorial .ycviewer-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}.tc-wp-content-root .ycviewer-editorial .ycviewer-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ycviewer-editorial .ycviewer-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 0, 68, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 0, 68, 0.08), rgba(120, 49, 255, 0.08));
  color: #c20f3f;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.tc-wp-content-root .ycviewer-editorial .ycviewer-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff003d, #7831ff);
  box-shadow: 0 0 0 5px rgba(255, 0, 68, 0.08);
}.tc-wp-content-root .ycviewer-editorial h2{
  margin: 0;
  color: #101828;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ycviewer-editorial .ycviewer-heading p{
  margin: 16px auto 0;
  max-width: 690px;
  color: #556174;
  font-weight: 450;
}.tc-wp-content-root .ycviewer-editorial .ycviewer-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ycviewer-editorial .ycviewer-card, .tc-wp-content-root .ycviewer-editorial .ycviewer-trust-card, .tc-wp-content-root .ycviewer-editorial .ycviewer-step-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(18, 28, 45, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(21, 34, 55, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .ycviewer-editorial .ycviewer-card::before, .tc-wp-content-root .ycviewer-editorial .ycviewer-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 0, 68, 0.28), rgba(120, 49, 255, 0.18), rgba(18, 28, 45, 0));
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}.tc-wp-content-root .ycviewer-editorial .ycviewer-card:hover, .tc-wp-content-root .ycviewer-editorial .ycviewer-trust-card:hover, .tc-wp-content-root .ycviewer-editorial .ycviewer-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 0, 68, 0.18);
  box-shadow: 0 24px 62px rgba(21, 34, 55, 0.13);
}.tc-wp-content-root .ycviewer-editorial .ycviewer-card:hover::before, .tc-wp-content-root .ycviewer-editorial .ycviewer-trust-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ycviewer-editorial .ycviewer-card h3, .tc-wp-content-root .ycviewer-editorial .ycviewer-trust-card h3, .tc-wp-content-root .ycviewer-editorial .ycviewer-step-card h3{
  margin: 0;
  color: #101828;
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: 0;
}.tc-wp-content-root .ycviewer-editorial .ycviewer-card p, .tc-wp-content-root .ycviewer-editorial .ycviewer-trust-card p, .tc-wp-content-root .ycviewer-editorial .ycviewer-step-card p, .tc-wp-content-root .ycviewer-editorial .ycviewer-note p{
  margin: 10px 0 0;
  color: #5a6678;
  line-height: 1.65;
}.tc-wp-content-root .ycviewer-editorial .ycviewer-icon{
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 0, 68, 0.12), rgba(120, 49, 255, 0.12));
  position: relative;
  transition: transform 260ms ease;
}.tc-wp-content-root .ycviewer-editorial .ycviewer-card:hover .ycviewer-icon{
  transform: translateY(-2px) rotate(-2deg);
}.tc-wp-content-root .ycviewer-editorial .ycviewer-icon::before, .tc-wp-content-root .ycviewer-editorial .ycviewer-icon::after{
  content: "";
  position: absolute;
  background: linear-gradient(135deg, #ff003d, #7831ff);
}.tc-wp-content-root .ycviewer-editorial .ycviewer-icon-play::before{
  width: 0;
  height: 0;
  background: transparent;
  border-left: 14px solid #ff003d;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  left: 18px;
  top: 14px;
}.tc-wp-content-root .ycviewer-editorial .ycviewer-icon-speed::before{
  width: 24px;
  height: 14px;
  left: 11px;
  top: 17px;
  border-radius: 14px 14px 4px 4px;
}.tc-wp-content-root .ycviewer-editorial .ycviewer-icon-speed::after{
  width: 3px;
  height: 15px;
  left: 26px;
  top: 14px;
  border-radius: 999px;
  transform: rotate(38deg);
  transform-origin: bottom;
}.tc-wp-content-root .ycviewer-editorial .ycviewer-icon-preview::before{
  width: 25px;
  height: 17px;
  left: 11px;
  top: 14px;
  border-radius: 8px;
}.tc-wp-content-root .ycviewer-editorial .ycviewer-icon-preview::after{
  width: 9px;
  height: 9px;
  left: 19px;
  top: 18px;
  border-radius: 999px;
  background: #ffffff;
}.tc-wp-content-root .ycviewer-editorial .ycviewer-icon-steps::before{
  width: 24px;
  height: 3px;
  left: 11px;
  top: 13px;
  border-radius: 999px;
  box-shadow: 0 9px 0 rgba(255, 0, 68, 0.9), 0 18px 0 rgba(120, 49, 255, 0.9);
}.tc-wp-content-root .ycviewer-editorial .ycviewer-icon-mobile::before{
  width: 18px;
  height: 28px;
  left: 14px;
  top: 9px;
  border-radius: 7px;
}.tc-wp-content-root .ycviewer-editorial .ycviewer-icon-mobile::after{
  width: 6px;
  height: 2px;
  left: 20px;
  top: 32px;
  border-radius: 999px;
  background: #ffffff;
}.tc-wp-content-root .ycviewer-editorial .ycviewer-icon-daily::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 999px;
}.tc-wp-content-root .ycviewer-editorial .ycviewer-icon-daily::after{
  width: 10px;
  height: 4px;
  left: 18px;
  top: 21px;
  border-radius: 999px;
  background: #ffffff;
}.tc-wp-content-root .ycviewer-editorial .ycviewer-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ycviewer-editorial .ycviewer-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.86)),
    linear-gradient(135deg, rgba(255, 0, 68, 0.1), rgba(120, 49, 255, 0.1));
}.tc-wp-content-root .ycviewer-editorial .ycviewer-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff003d, #7831ff);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 15px 36px rgba(255, 0, 68, 0.24);
}.tc-wp-content-root .ycviewer-editorial .ycviewer-use-card{
  padding-top: 34px;
}.tc-wp-content-root .ycviewer-editorial .ycviewer-badge-dot{
  position: absolute;
  top: 20px;
  right: 22px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff003d, #7831ff);
  box-shadow: 0 0 0 8px rgba(255, 0, 68, 0.07);
}.tc-wp-content-root .ycviewer-editorial .ycviewer-trust-card{
  overflow: hidden;
}.tc-wp-content-root .ycviewer-editorial .ycviewer-trust-card::after{
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  right: -52px;
  top: -52px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 0, 68, 0.11), rgba(120, 49, 255, 0.1));
}.tc-wp-content-root .ycviewer-editorial .ycviewer-trust-mark{
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 14px;
  background: #111827;
  position: relative;
}.tc-wp-content-root .ycviewer-editorial .ycviewer-trust-mark::before{
  content: "";
  position: absolute;
  width: 17px;
  height: 9px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .ycviewer-editorial .ycviewer-note{
  border: 1px solid rgba(255, 0, 68, 0.14);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255, 0, 68, 0.07), rgba(120, 49, 255, 0.06), rgba(255, 255, 255, 0.86));
  text-align: center;
  box-shadow: 0 16px 42px rgba(21, 34, 55, 0.07);
}.tc-wp-content-root .ycviewer-editorial .ycviewer-note p{
  max-width: 820px;
  margin: 0 auto;
  color: #445066;
}.tc-wp-content-root .ycviewer-editorial .ycviewer-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .ycviewer-editorial .ycviewer-reveal.ycviewer-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ycviewer-editorial .ycviewer-section{
    padding: 54px 0;
  }.tc-wp-content-root .ycviewer-editorial .ycviewer-container{
    padding: 0 14px;
  }.tc-wp-content-root .ycviewer-editorial h2{
    font-size: 27px;
  }.tc-wp-content-root .ycviewer-editorial .ycviewer-heading p{
    font-size: 15px;
  }.tc-wp-content-root .ycviewer-editorial .ycviewer-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ycviewer-editorial .ycviewer-card, .tc-wp-content-root .ycviewer-editorial .ycviewer-trust-card{
    padding: 22px;
  }.tc-wp-content-root .ycviewer-editorial .ycviewer-card h3, .tc-wp-content-root .ycviewer-editorial .ycviewer-trust-card h3, .tc-wp-content-root .ycviewer-editorial .ycviewer-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .ycviewer-editorial .ycviewer-card p, .tc-wp-content-root .ycviewer-editorial .ycviewer-trust-card p, .tc-wp-content-root .ycviewer-editorial .ycviewer-step-card p, .tc-wp-content-root .ycviewer-editorial .ycviewer-note p{
    font-size: 14px;
  }.tc-wp-content-root .ycviewer-editorial .ycviewer-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ycviewer-editorial .ycviewer-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
  }.tc-wp-content-root .ycviewer-editorial .ycviewer-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }.tc-wp-content-root .ycviewer-editorial .ycviewer-note{
    margin-top: 24px;
    padding: 20px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ycviewer-editorial .ycviewer-section{
    padding: 60px 0;
  }.tc-wp-content-root .ycviewer-editorial .ycviewer-container{
    padding: 0 18px;
  }.tc-wp-content-root .ycviewer-editorial h2{
    font-size: 30px;
  }.tc-wp-content-root .ycviewer-editorial .ycviewer-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .ycviewer-editorial .ycviewer-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ycviewer-editorial .ycviewer-card, .tc-wp-content-root .ycviewer-editorial .ycviewer-trust-card{
    padding: 24px;
  }.tc-wp-content-root .ycviewer-editorial .ycviewer-card h3, .tc-wp-content-root .ycviewer-editorial .ycviewer-trust-card h3, .tc-wp-content-root .ycviewer-editorial .ycviewer-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .ycviewer-editorial .ycviewer-card p, .tc-wp-content-root .ycviewer-editorial .ycviewer-trust-card p, .tc-wp-content-root .ycviewer-editorial .ycviewer-step-card p, .tc-wp-content-root .ycviewer-editorial .ycviewer-note p{
    font-size: 14.5px;
  }.tc-wp-content-root .ycviewer-editorial .ycviewer-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ycviewer-editorial .ycviewer-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .ycviewer-editorial .ycviewer-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }.tc-wp-content-root .ycviewer-editorial .ycviewer-note{
    margin-top: 26px;
    padding: 22px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ycviewer-editorial .ycviewer-section{
    padding: 68px 0;
  }.tc-wp-content-root .ycviewer-editorial .ycviewer-container{
    padding: 0 22px;
  }.tc-wp-content-root .ycviewer-editorial h2{
    font-size: 34px;
  }.tc-wp-content-root .ycviewer-editorial .ycviewer-heading p{
    font-size: 16px;
  }.tc-wp-content-root .ycviewer-editorial .ycviewer-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .ycviewer-editorial .ycviewer-card, .tc-wp-content-root .ycviewer-editorial .ycviewer-trust-card{
    padding: 26px;
  }.tc-wp-content-root .ycviewer-editorial .ycviewer-card h3, .tc-wp-content-root .ycviewer-editorial .ycviewer-trust-card h3, .tc-wp-content-root .ycviewer-editorial .ycviewer-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .ycviewer-editorial .ycviewer-card p, .tc-wp-content-root .ycviewer-editorial .ycviewer-trust-card p, .tc-wp-content-root .ycviewer-editorial .ycviewer-step-card p, .tc-wp-content-root .ycviewer-editorial .ycviewer-note p{
    font-size: 15px;
  }.tc-wp-content-root .ycviewer-editorial .ycviewer-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .ycviewer-editorial .ycviewer-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .ycviewer-editorial .ycviewer-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }.tc-wp-content-root .ycviewer-editorial .ycviewer-note{
    margin-top: 30px;
    padding: 24px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ycviewer-editorial .ycviewer-section{
    padding: 82px 0;
  }.tc-wp-content-root .ycviewer-editorial .ycviewer-container{
    padding: 0 28px;
  }.tc-wp-content-root .ycviewer-editorial h2{
    font-size: 42px;
  }.tc-wp-content-root .ycviewer-editorial .ycviewer-heading p{
    font-size: 17px;
  }.tc-wp-content-root .ycviewer-editorial .ycviewer-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .ycviewer-editorial .ycviewer-card, .tc-wp-content-root .ycviewer-editorial .ycviewer-trust-card{
    padding: 28px;
  }.tc-wp-content-root .ycviewer-editorial .ycviewer-card h3, .tc-wp-content-root .ycviewer-editorial .ycviewer-trust-card h3, .tc-wp-content-root .ycviewer-editorial .ycviewer-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .ycviewer-editorial .ycviewer-card p, .tc-wp-content-root .ycviewer-editorial .ycviewer-trust-card p, .tc-wp-content-root .ycviewer-editorial .ycviewer-step-card p, .tc-wp-content-root .ycviewer-editorial .ycviewer-note p{
    font-size: 15.5px;
  }.tc-wp-content-root .ycviewer-editorial .ycviewer-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .ycviewer-editorial .ycviewer-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .ycviewer-editorial .ycviewer-step-number{
    width: 70px;
    height: 70px;
    font-size: 19px;
  }.tc-wp-content-root .ycviewer-editorial .ycviewer-note{
    margin-top: 34px;
    padding: 26px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ycviewer-editorial .ycviewer-section{
    padding: 96px 0;
  }.tc-wp-content-root .ycviewer-editorial .ycviewer-container{
    padding: 0 32px;
  }.tc-wp-content-root .ycviewer-editorial h2{
    font-size: 48px;
  }.tc-wp-content-root .ycviewer-editorial .ycviewer-heading p{
    font-size: 18px;
  }.tc-wp-content-root .ycviewer-editorial .ycviewer-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ycviewer-editorial .ycviewer-grid{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .ycviewer-editorial .ycviewer-card, .tc-wp-content-root .ycviewer-editorial .ycviewer-trust-card{
    padding: 30px;
  }.tc-wp-content-root .ycviewer-editorial .ycviewer-card h3, .tc-wp-content-root .ycviewer-editorial .ycviewer-trust-card h3, .tc-wp-content-root .ycviewer-editorial .ycviewer-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .ycviewer-editorial .ycviewer-card p, .tc-wp-content-root .ycviewer-editorial .ycviewer-trust-card p, .tc-wp-content-root .ycviewer-editorial .ycviewer-step-card p, .tc-wp-content-root .ycviewer-editorial .ycviewer-note p{
    font-size: 16px;
  }.tc-wp-content-root .ycviewer-editorial .ycviewer-steps{
    gap: 22px;
    margin-top: 50px;
  }.tc-wp-content-root .ycviewer-editorial .ycviewer-step-card{
    gap: 28px;
    padding: 32px;
  }.tc-wp-content-root .ycviewer-editorial .ycviewer-step-number{
    width: 76px;
    height: 76px;
    font-size: 20px;
  }.tc-wp-content-root .ycviewer-editorial .ycviewer-note{
    margin-top: 36px;
    padding: 28px;
  }}

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