@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");

 

 

.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-122 .tc-wp-content-root img, .wpc-scope-122 .tc-wp-content-root video, .wpc-scope-122 .tc-wp-content-root svg, .wpc-scope-122 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-122 #tc-wp-content-island.tc-wp-content-root h1, .wpc-scope-122 #tc-wp-content-island.tc-wp-content-root h2, .wpc-scope-122 #tc-wp-content-island.tc-wp-content-root h3, .wpc-scope-122 #tc-wp-content-island.tc-wp-content-root h4, .wpc-scope-122 #tc-wp-content-island.tc-wp-content-root h5, .wpc-scope-122 #tc-wp-content-island.tc-wp-content-root h6, .wpc-scope-122 #tc-wp-content-island.tc-wp-content-root p, .wpc-scope-122 #tc-wp-content-island.tc-wp-content-root li, .wpc-scope-122 #tc-wp-content-island.tc-wp-content-root label, .wpc-scope-122 #tc-wp-content-island.tc-wp-content-root small, .wpc-scope-122 #tc-wp-content-island.tc-wp-content-root blockquote, .wpc-scope-122 #tc-wp-content-island.tc-wp-content-root figcaption, .wpc-scope-122 #tc-wp-content-island.tc-wp-content-root a{
  color: inherit !important;
}.wpc-scope-122 .tc-wp-content-root .ytv-premium-content, .wpc-scope-122 .tc-wp-content-root .ytv-premium-content *{
  box-sizing: border-box;
}.wpc-scope-122 #tc-wp-content-island.tc-wp-content-root .ytv-premium-content{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #1e2430 !important;
  background: #fff;
}.wpc-scope-122 .tc-wp-content-root .ytv-premium-content .ytv-section, .wpc-scope-122 .tc-wp-content-root .ytv-premium-content .ytv-container, .wpc-scope-122 .tc-wp-content-root .ytv-premium-content .ytv-card-grid{
  max-width: 100%;
}.wpc-scope-122 .tc-wp-content-root .ytv-premium-content .ytv-section{
  position: relative;
  padding: 92px 22px;
  overflow: hidden;
}.wpc-scope-122 .tc-wp-content-root .ytv-premium-content .ytv-section-white{
  background: #fff;
}.wpc-scope-122 .tc-wp-content-root .ytv-premium-content .ytv-section-warm{
  background:
    radial-gradient(circle at 15% 10%, rgba(255, 82, 82, 0.12), transparent 30%),
    radial-gradient(circle at 82% 22%, rgba(255, 180, 92, 0.15), transparent 32%),
    linear-gradient(180deg, #fff7f1 0%, #fffaf6 52%, #ffffff 100%);
}.wpc-scope-122 .tc-wp-content-root .ytv-premium-content .ytv-container{
  width: min(1240px, 100%);
  margin: 0 auto;
}.wpc-scope-122 .tc-wp-content-root .ytv-premium-content .ytv-heading-wrap{
  width: min(820px, 100%);
  margin: 0 auto 42px;
  text-align: center;
}.wpc-scope-122 #tc-wp-content-island.tc-wp-content-root .ytv-premium-content .ytv-heading-wrap h2{
  margin: 0;
  color: #151821 !important;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.16;
  letter-spacing: 0;
  font-weight: 800;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-122 #tc-wp-content-island.tc-wp-content-root .ytv-premium-content .ytv-heading-wrap h2 span{
  background: linear-gradient(135deg, #ff2438 0%, #ff7a3d 48%, #a43cff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
}.wpc-scope-122 #tc-wp-content-island.tc-wp-content-root .ytv-premium-content .ytv-heading-wrap p{
  margin: 14px auto 0;
  color: #667085 !important;
  font-size: 1.03rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-122 .tc-wp-content-root .ytv-premium-content .ytv-card-grid{
  display: grid;
  width: 100%;
  gap: 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.wpc-scope-122 .tc-wp-content-root .ytv-premium-content .ytv-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --ytv-accent: #ff3348;
  --ytv-accent-2: #ff8a3d;
  --ytv-soft: rgba(255, 51, 72, 0.1);
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 248px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(30, 36, 48, 0.08);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.88), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 246, 0.88));
  box-shadow: 0 16px 38px rgba(35, 24, 19, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(22px);
  opacity: 0;
  transition:
    opacity 0.7s ease,
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
}.wpc-scope-122 .tc-wp-content-root .ytv-premium-content .ytv-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.wpc-scope-122 .tc-wp-content-root .ytv-premium-content .ytv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--ytv-accent) 20%, transparent), transparent 42%);
  opacity: 0;
  transition: opacity 0.28s ease;
}.wpc-scope-122 .tc-wp-content-root .ytv-premium-content .ytv-card::after{
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--ytv-accent), var(--ytv-accent-2));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.28s ease;
}.wpc-scope-122 .tc-wp-content-root .ytv-premium-content .ytv-card:hover{
  border-color: color-mix(in srgb, var(--ytv-accent) 38%, rgba(30, 36, 48, 0.12));
  box-shadow: 0 24px 58px rgba(35, 24, 19, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-6px);
}.wpc-scope-122 .tc-wp-content-root .ytv-premium-content .ytv-card:hover::before{
  opacity: 1;
}.wpc-scope-122 .tc-wp-content-root .ytv-premium-content .ytv-card:hover::after{
  transform: scaleX(1);
}.wpc-scope-122 .tc-wp-content-root .ytv-premium-content .ytv-card:nth-child(8n + 1){ --ytv-accent: #ff2f45; --ytv-accent-2: #ff7a2f; --ytv-soft: rgba(255, 47, 69, 0.11); }.wpc-scope-122 .tc-wp-content-root .ytv-premium-content .ytv-card:nth-child(8n + 2){ --ytv-accent: #f05a28; --ytv-accent-2: #f5b642; --ytv-soft: rgba(240, 90, 40, 0.11); }.wpc-scope-122 .tc-wp-content-root .ytv-premium-content .ytv-card:nth-child(8n + 3){ --ytv-accent: #9b5cff; --ytv-accent-2: #ff4f87; --ytv-soft: rgba(155, 92, 255, 0.11); }.wpc-scope-122 .tc-wp-content-root .ytv-premium-content .ytv-card:nth-child(8n + 4){ --ytv-accent: #0ea5a4; --ytv-accent-2: #55c878; --ytv-soft: rgba(14, 165, 164, 0.11); }.wpc-scope-122 .tc-wp-content-root .ytv-premium-content .ytv-card:nth-child(8n + 5){ --ytv-accent: #2563eb; --ytv-accent-2: #38bdf8; --ytv-soft: rgba(37, 99, 235, 0.1); }.wpc-scope-122 .tc-wp-content-root .ytv-premium-content .ytv-card:nth-child(8n + 6){ --ytv-accent: #db2777; --ytv-accent-2: #fb7185; --ytv-soft: rgba(219, 39, 119, 0.1); }.wpc-scope-122 .tc-wp-content-root .ytv-premium-content .ytv-card:nth-child(8n + 7){ --ytv-accent: #7c3aed; --ytv-accent-2: #22c55e; --ytv-soft: rgba(124, 58, 237, 0.1); }.wpc-scope-122 .tc-wp-content-root .ytv-premium-content .ytv-card:nth-child(8n + 8){ --ytv-accent: #ea580c; --ytv-accent-2: #ef4444; --ytv-soft: rgba(234, 88, 12, 0.1); }.wpc-scope-122 #tc-wp-content-island.tc-wp-content-root .ytv-premium-content .ytv-icon{
  position: relative;
  z-index: 1;
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 18px;
  color: var(--ytv-accent) !important;
  background: linear-gradient(145deg, #fff, var(--ytv-soft));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 12px 28px var(--ytv-soft);
  transition: transform 0.28s ease, color 0.28s ease, background 0.28s ease;
}.wpc-scope-122 .tc-wp-content-root .ytv-premium-content .ytv-icon i{
  font-size: 1.22rem;
  line-height: 1;
}.wpc-scope-122 #tc-wp-content-island.tc-wp-content-root .ytv-premium-content .ytv-card:hover .ytv-icon{
  color: #fff !important;
  background: linear-gradient(135deg, var(--ytv-accent), var(--ytv-accent-2));
  transform: translateY(-3px) rotate(-4deg) scale(1.04);
}.wpc-scope-122 #tc-wp-content-island.tc-wp-content-root .ytv-premium-content .ytv-card h3{
  position: relative;
  z-index: 1;
  display: inline;
  margin: 0;
  color: #1d2230 !important;
  font-size: 1.08rem;
  line-height: 1.35;
  letter-spacing: 0;
  font-weight: 760;
  background-image: linear-gradient(90deg, var(--ytv-accent), var(--ytv-accent-2));
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 2px;
  transition: background-size 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-122 .tc-wp-content-root .ytv-premium-content .ytv-card:hover h3{
  background-size: 100% 2px;
}.wpc-scope-122 #tc-wp-content-island.tc-wp-content-root .ytv-premium-content .ytv-card p{
  position: relative;
  z-index: 1;
  margin: 14px 0 0;
  color: #667085 !important;
  font-size: 0.95rem;
  line-height: 1.65;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-122 #tc-wp-content-island.tc-wp-content-root .ytv-premium-content .ytv-cta{
  position: relative;
  z-index: 1;
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--ytv-accent) !important;
  font-size: 0.9rem;
  font-weight: 760;
  line-height: 1.3;
  opacity: 0.42;
  transform: translateY(8px);
  transition: opacity 0.28s ease, transform 0.28s ease, color 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-122 .tc-wp-content-root .ytv-premium-content .ytv-card-cta:hover .ytv-cta{
  opacity: 1;
  transform: translateY(0);
}.wpc-scope-122 .tc-wp-content-root .ytv-premium-content .ytv-tilt-card{
  transform-style: preserve-3d;
}.wpc-scope-122 .tc-wp-content-root .ytv-premium-content .ytv-process-card{
  min-height: 270px;
}.wpc-scope-122 #tc-wp-content-island.tc-wp-content-root .ytv-premium-content .ytv-process-card::before{
  content: attr(data-step);
  position: absolute;
  top: 10px;
  right: 18px;
  color: var(--ytv-accent) !important;
  font-size: 4.6rem;
  line-height: 1;
  font-weight: 900;
  opacity: 0.075;
  transform: translateY(0) scale(1);
  transition: opacity 0.28s ease, transform 0.28s ease;
}.wpc-scope-122 .tc-wp-content-root .ytv-premium-content .ytv-process-card:hover::before{
  opacity: 0.13;
  transform: translateY(-4px) scale(1.05);
}.wpc-scope-122 #tc-wp-content-island.tc-wp-content-root .ytv-premium-content .ytv-step-text{
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 14px;
  color: var(--ytv-accent) !important;
  font-size: 0.78rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: break-word;
}@media (min-width: 1200px){.tc-wp-content-root .ytv-premium-content .ytv-section{
    padding: 96px 28px;
  }.tc-wp-content-root .ytv-premium-content .ytv-container{
    width: min(1240px, 100%);
  }.tc-wp-content-root .ytv-premium-content .ytv-card-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-content-root .ytv-premium-content .ytv-section{
    padding: 82px 24px;
  }.tc-wp-content-root .ytv-premium-content .ytv-container{
    width: min(1040px, 100%);
  }.tc-wp-content-root .ytv-premium-content .ytv-heading-wrap p{
    font-size: 0.99rem;
  }.tc-wp-content-root .ytv-premium-content .ytv-card-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .ytv-premium-content .ytv-card{
    padding: 25px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .ytv-premium-content .ytv-section{
    padding: 70px 20px;
  }.tc-wp-content-root .ytv-premium-content .ytv-heading-wrap{
    margin-bottom: 34px;
  }.tc-wp-content-root .ytv-premium-content .ytv-heading-wrap p{
    font-size: 0.96rem;
  }.tc-wp-content-root .ytv-premium-content .ytv-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .ytv-premium-content .ytv-card{
    padding: 24px;
  }.tc-wp-content-root .ytv-premium-content .ytv-card h3{
    font-size: 1.03rem;
  }.tc-wp-content-root .ytv-premium-content .ytv-card p{
    font-size: 0.92rem;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .ytv-premium-content .ytv-section{
    padding: 56px 16px;
  }.tc-wp-content-root .ytv-premium-content .ytv-heading-wrap{
    margin-bottom: 28px;
  }.tc-wp-content-root .ytv-premium-content .ytv-heading-wrap p{
    font-size: 0.93rem;
    line-height: 1.62;
  }.tc-wp-content-root .ytv-premium-content .ytv-card-grid{
    grid-template-columns: 1fr !important;
    gap: 18px;
  }.tc-wp-content-root .ytv-premium-content .ytv-card{
    width: 100%;
    min-width: 0;
    max-width: 100%;
    min-height: auto;
    padding: 22px;
  }.tc-wp-content-root .ytv-premium-content .ytv-cta{
    max-width: 100%;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .ytv-premium-content .ytv-section{
    padding: 48px 14px;
  }.tc-wp-content-root .ytv-premium-content .ytv-heading-wrap{
    margin-bottom: 24px;
  }.tc-wp-content-root .ytv-premium-content .ytv-heading-wrap p{
    font-size: 0.9rem;
    line-height: 1.58;
  }.tc-wp-content-root .ytv-premium-content .ytv-card-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .ytv-premium-content .ytv-card{
    min-width: 0;
    max-width: 100%;
    min-height: auto;
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .ytv-premium-content .ytv-icon{
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    border-radius: 16px;
  }.tc-wp-content-root .ytv-premium-content .ytv-card h3{
    font-size: 1rem;
  }.tc-wp-content-root .ytv-premium-content .ytv-card p{
    font-size: 0.9rem;
  }.tc-wp-content-root .ytv-premium-content .ytv-process-card::before{
    font-size: 3.8rem;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .ytv-premium-content .ytv-section{
    padding: 42px 12px;
  }.tc-wp-content-root .ytv-premium-content .ytv-heading-wrap{
    margin-bottom: 22px;
  }.tc-wp-content-root .ytv-premium-content .ytv-heading-wrap p{
    font-size: 0.86rem;
    line-height: 1.55;
  }.tc-wp-content-root .ytv-premium-content .ytv-card-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .ytv-premium-content .ytv-card{
    min-width: 0;
    max-width: 100%;
    min-height: auto;
    padding: 18px;
    border-radius: 16px;
  }.tc-wp-content-root .ytv-premium-content .ytv-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 16px;
    border-radius: 14px;
  }.tc-wp-content-root .ytv-premium-content .ytv-icon i{
    font-size: 1.05rem;
  }.tc-wp-content-root .ytv-premium-content .ytv-card h3{
    font-size: 0.96rem;
  }.tc-wp-content-root .ytv-premium-content .ytv-card p, .tc-wp-content-root .ytv-premium-content .ytv-cta{
    font-size: 0.86rem;
  }.tc-wp-content-root .ytv-premium-content .ytv-process-card::before{
    top: 8px;
    right: 12px;
    font-size: 3.2rem;
  }}@media (max-width: 319px){.tc-wp-content-root .ytv-premium-content .ytv-card-grid{
    grid-template-columns: 1fr !important;
  }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .ytv-premium-content .ytv-card, .tc-wp-content-root .ytv-premium-content .ytv-card::before, .tc-wp-content-root .ytv-premium-content .ytv-card::after, .tc-wp-content-root .ytv-premium-content .ytv-icon, .tc-wp-content-root .ytv-premium-content .ytv-cta, .tc-wp-content-root .ytv-premium-content .ytv-process-card::before{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .ytv-premium-content .ytv-card, .tc-wp-content-root .ytv-premium-content .ytv-card.is-visible, .tc-wp-content-root .ytv-premium-content .ytv-card:hover{
    transform: none !important;
  }}.wpc-scope-122 .tc-wp-content-root .ytv-process-section{}.wpc-scope-122 .tc-wp-content-root .ytv-tilt-section{}