@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.0.0/css/all.min.css');

/* 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 .ytvv-premium-wrap, .tc-wp-content-root .ytvv-premium-wrap *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .ytvv-premium-wrap{
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #202124;
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-content-root .ytvv-premium-wrap .ytvv-section{
  width: 100% !important;
  position: relative;
}.tc-wp-content-root .ytvv-premium-wrap .ytvv-section-one, .tc-wp-content-root .ytvv-premium-wrap .ytvv-section-three{
  background: #ffffff;
}.tc-wp-content-root .ytvv-premium-wrap .ytvv-section-two{
  background: linear-gradient(180deg, #fff7f6 0%, #f8fbff 100%);
}.tc-wp-content-root .ytvv-premium-wrap .ytvv-container{
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
  position: relative;
}.tc-wp-content-root .ytvv-premium-wrap .ytvv-title, .tc-wp-content-root .ytvv-premium-wrap .ytvv-intro, .tc-wp-content-root .ytvv-premium-wrap .ytvv-card-title, .tc-wp-content-root .ytvv-premium-wrap .ytvv-card-text{
  text-align: center !important;
}.tc-wp-content-root .ytvv-premium-wrap .ytvv-title{
  margin: 0 auto;
  color: #17181c;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ytvv-premium-wrap .ytvv-intro{
  margin: 0 auto;
  color: #5d636c;
  line-height: 1.65;
  font-weight: 500;
}.tc-wp-content-root .ytvv-premium-wrap .ytvv-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100% !important;
}.tc-wp-content-root .ytvv-premium-wrap .ytvv-grid-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .ytvv-premium-wrap .ytvv-card{
  height: 100% !important;
  min-width: 0;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #f0d9d7;
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(185, 28, 28, 0.09);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center !important;
  position: relative;
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}.tc-wp-content-root .ytvv-premium-wrap .ytvv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255, 0, 0, 0.08), transparent 42%);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 260ms ease, transform 260ms ease;
  pointer-events: none;
}.tc-wp-content-root .ytvv-premium-wrap .ytvv-card:hover{
  transform: translateY(-8px);
  border-color: #f87171;
  box-shadow: 0 24px 54px rgba(185, 28, 28, 0.15);
  background: #ffffff;
}.tc-wp-content-root .ytvv-premium-wrap .ytvv-card:hover::before{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .ytvv-premium-wrap .ytvv-icon{
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 18px;
  color: #ffffff;
  background: linear-gradient(135deg, #ff0000 0%, #ff6b35 100%);
  box-shadow: 0 14px 30px rgba(255, 0, 0, 0.22);
  position: relative;
  z-index: 1;
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .ytvv-premium-wrap .ytvv-card:hover .ytvv-icon{
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 18px 36px rgba(255, 0, 0, 0.28);
}.tc-wp-content-root .ytvv-premium-wrap .ytvv-i{
  color: #ffffff;
  line-height: 1;
  text-align: center !important;
}.tc-wp-content-root .ytvv-premium-wrap .ytvv-card-title{
  margin: 0;
  color: #1f2329;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
}.tc-wp-content-root .ytvv-premium-wrap .ytvv-card-text{
  margin: 0;
  color: #626976;
  line-height: 1.58;
  font-weight: 500;
  position: relative;
  z-index: 1;
}.tc-wp-content-root .ytvv-premium-wrap .ytvv-reveal{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .ytvv-premium-wrap .ytvv-reveal.ytvv-waiting{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ytvv-premium-wrap .ytvv-reveal.ytvv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}@media (min-width: 1024px) {.tc-wp-content-root .ytvv-premium-wrap .ytvv-section{
    padding: 92px 0;
  }.tc-wp-content-root .ytvv-premium-wrap .ytvv-container{
    padding: 0 28px;
  }.tc-wp-content-root .ytvv-premium-wrap .ytvv-title{
    font-size: 42px;
    max-width: 920px;
    white-space: nowrap;
  }.tc-wp-content-root .ytvv-premium-wrap .ytvv-intro{
    font-size: 18px;
    max-width: 780px;
    padding-top: 18px;
  }.tc-wp-content-root .ytvv-premium-wrap .ytvv-grid{
    gap: 28px;
    margin-top: 46px;
  }.tc-wp-content-root .ytvv-premium-wrap .ytvv-card{
    min-height: 300px;
    padding: 34px 28px;
  }.tc-wp-content-root .ytvv-premium-wrap .ytvv-icon{
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
  }.tc-wp-content-root .ytvv-premium-wrap .ytvv-i{
    font-size: 30px;
  }.tc-wp-content-root .ytvv-premium-wrap .ytvv-card-title{
    font-size: 21px;
    margin-bottom: 14px;
  }.tc-wp-content-root .ytvv-premium-wrap .ytvv-card-text{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ytvv-premium-wrap .ytvv-section{
    padding: 72px 0;
  }.tc-wp-content-root .ytvv-premium-wrap .ytvv-container{
    padding: 0 24px;
  }.tc-wp-content-root .ytvv-premium-wrap .ytvv-title{
    font-size: 34px;
    max-width: 760px;
  }.tc-wp-content-root .ytvv-premium-wrap .ytvv-intro{
    font-size: 16px;
    max-width: 700px;
    padding-top: 16px;
  }.tc-wp-content-root .ytvv-premium-wrap .ytvv-grid, .tc-wp-content-root .ytvv-premium-wrap .ytvv-grid-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 38px;
  }.tc-wp-content-root .ytvv-premium-wrap .ytvv-card{
    min-height: 270px;
    padding: 30px 24px;
    border-radius: 20px;
  }.tc-wp-content-root .ytvv-premium-wrap .ytvv-icon{
    width: 64px;
    height: 64px;
    margin-bottom: 22px;
  }.tc-wp-content-root .ytvv-premium-wrap .ytvv-i{
    font-size: 27px;
  }.tc-wp-content-root .ytvv-premium-wrap .ytvv-card-title{
    font-size: 19px;
    margin-bottom: 12px;
  }.tc-wp-content-root .ytvv-premium-wrap .ytvv-card-text{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ytvv-premium-wrap .ytvv-section{
    padding: 54px 0;
  }.tc-wp-content-root .ytvv-premium-wrap .ytvv-container{
    padding: 0 16px;
  }.tc-wp-content-root .ytvv-premium-wrap .ytvv-title{
    font-size: 27px;
    max-width: 390px;
  }.tc-wp-content-root .ytvv-premium-wrap .ytvv-intro{
    font-size: 14.5px;
    max-width: 420px;
    padding-top: 12px;
    line-height: 1.55;
  }.tc-wp-content-root .ytvv-premium-wrap .ytvv-grid, .tc-wp-content-root .ytvv-premium-wrap .ytvv-grid-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .ytvv-premium-wrap .ytvv-card{
    min-height: 235px;
    padding: 22px 14px;
    border-radius: 16px;
  }.tc-wp-content-root .ytvv-premium-wrap .ytvv-icon{
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    border-radius: 14px;
  }.tc-wp-content-root .ytvv-premium-wrap .ytvv-i{
    font-size: 22px;
  }.tc-wp-content-root .ytvv-premium-wrap .ytvv-card-title{
    font-size: 16px;
    margin-bottom: 9px;
  }.tc-wp-content-root .ytvv-premium-wrap .ytvv-card-text{
    font-size: 13px;
    line-height: 1.48;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ytvv-premium-wrap .ytvv-section{
    padding: 48px 0;
  }.tc-wp-content-root .ytvv-premium-wrap .ytvv-container{
    padding: 0 12px;
  }.tc-wp-content-root .ytvv-premium-wrap .ytvv-title{
    font-size: 24px;
    max-width: 340px;
  }.tc-wp-content-root .ytvv-premium-wrap .ytvv-intro{
    font-size: 13.5px;
    max-width: 350px;
    padding-top: 10px;
    line-height: 1.52;
  }.tc-wp-content-root .ytvv-premium-wrap .ytvv-grid, .tc-wp-content-root .ytvv-premium-wrap .ytvv-grid-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
  }.tc-wp-content-root .ytvv-premium-wrap .ytvv-card{
    min-height: 225px;
    padding: 20px 11px;
    border-radius: 15px;
  }.tc-wp-content-root .ytvv-premium-wrap .ytvv-icon{
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    border-radius: 13px;
  }.tc-wp-content-root .ytvv-premium-wrap .ytvv-i{
    font-size: 20px;
  }.tc-wp-content-root .ytvv-premium-wrap .ytvv-card-title{
    font-size: 15px;
    margin-bottom: 8px;
  }.tc-wp-content-root .ytvv-premium-wrap .ytvv-card-text{
    font-size: 12.5px;
    line-height: 1.45;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ytvv-premium-wrap .ytvv-section{
    padding: 42px 0;
  }.tc-wp-content-root .ytvv-premium-wrap .ytvv-container{
    padding: 0 10px;
  }.tc-wp-content-root .ytvv-premium-wrap .ytvv-title{
    font-size: 21px;
    max-width: 300px;
  }.tc-wp-content-root .ytvv-premium-wrap .ytvv-intro{
    font-size: 12.5px;
    max-width: 300px;
    padding-top: 9px;
    line-height: 1.48;
  }.tc-wp-content-root .ytvv-premium-wrap .ytvv-grid, .tc-wp-content-root .ytvv-premium-wrap .ytvv-grid-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
  }.tc-wp-content-root .ytvv-premium-wrap .ytvv-card{
    min-height: 215px;
    padding: 18px 9px;
    border-radius: 14px;
  }.tc-wp-content-root .ytvv-premium-wrap .ytvv-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    border-radius: 12px;
  }.tc-wp-content-root .ytvv-premium-wrap .ytvv-i{
    font-size: 18px;
  }.tc-wp-content-root .ytvv-premium-wrap .ytvv-card-title{
    font-size: 14px;
    margin-bottom: 7px;
  }.tc-wp-content-root .ytvv-premium-wrap .ytvv-card-text{
    font-size: 11.8px;
    line-height: 1.42;
  }}@media (max-width: 319px) {.tc-wp-content-root .ytvv-premium-wrap .ytvv-grid, .tc-wp-content-root .ytvv-premium-wrap .ytvv-grid-3{
    grid-template-columns: 1fr;
  }}