@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 .ysv-premium-shorts-viewer, .tc-wp-content-root .ysv-premium-shorts-viewer *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .ysv-premium-shorts-viewer{
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #172026;
  font-family: inherit;
}.tc-wp-content-root .ysv-premium-shorts-viewer .ysv-section{
  width: 100% !important;
  overflow: hidden;
}.tc-wp-content-root .ysv-premium-shorts-viewer .ysv-section-white{
  background: #ffffff;
}.tc-wp-content-root .ysv-premium-shorts-viewer .ysv-section-tint{
  background: linear-gradient(180deg, #fff5f3 0%, #fffafa 58%, #f8fbfc 100%);
}.tc-wp-content-root .ysv-premium-shorts-viewer .ysv-container{
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
}.tc-wp-content-root .ysv-premium-shorts-viewer h2{
  margin: 0 auto;
  color: #111820;
  text-align: center;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ysv-premium-shorts-viewer .ysv-intro{
  max-width: 760px;
  margin: 14px auto 0;
  color: #53616a;
  text-align: center;
  line-height: 1.65;
  font-weight: 500;
}.tc-wp-content-root .ysv-premium-shorts-viewer .ysv-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
}.tc-wp-content-root .ysv-premium-shorts-viewer .ysv-card{
  position: relative;
  display: block;
  height: 100% !important;
  overflow: hidden;
  text-align: center;
  background: linear-gradient(180deg, #ffffff 0%, #fffdfd 100%);
  border: 1px solid #f0d8d4;
  box-shadow: 0 18px 48px rgba(229, 45, 39, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 320ms ease;
}.tc-wp-content-root .ysv-premium-shorts-viewer .ysv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255, 0, 0, 0.085), transparent 42%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}.tc-wp-content-root .ysv-premium-shorts-viewer .ysv-card:hover{
  transform: translateY(-7px) scale(1.01);
  border-color: rgba(255, 0, 0, 0.34);
  box-shadow: 0 24px 62px rgba(229, 45, 39, 0.16);
}.tc-wp-content-root .ysv-premium-shorts-viewer .ysv-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ysv-premium-shorts-viewer .ysv-icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: #ffffff;
  background: linear-gradient(135deg, #ff0033 0%, #ff6b35 62%, #ffd166 100%);
  box-shadow: 0 14px 30px rgba(255, 0, 51, 0.24);
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .ysv-premium-shorts-viewer .ysv-card:hover .ysv-icon{
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(255, 0, 51, 0.32);
}.tc-wp-content-root .ysv-premium-shorts-viewer .ysv-i{
  display: block;
  line-height: 1;
  color: #ffffff;
  text-align: center;
}.tc-wp-content-root .ysv-premium-shorts-viewer h3{
  margin: 0;
  color: #162027;
  text-align: center;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ysv-premium-shorts-viewer .ysv-card p{
  margin: 0 auto;
  color: #5b6870;
  text-align: center;
  line-height: 1.6;
  font-weight: 500;
}.tc-wp-content-root .ysv-premium-shorts-viewer .ysv-reveal{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .ysv-premium-shorts-viewer.ysv-js .ysv-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 .ysv-premium-shorts-viewer.ysv-js .ysv-reveal.ysv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 1024px) {.tc-wp-content-root .ysv-premium-shorts-viewer .ysv-section{
    padding: 86px 0;
  }.tc-wp-content-root .ysv-premium-shorts-viewer .ysv-container{
    padding: 0 28px;
  }.tc-wp-content-root .ysv-premium-shorts-viewer h2{
    font-size: 44px;
    max-width: 980px;
    white-space: nowrap;
  }.tc-wp-content-root .ysv-premium-shorts-viewer .ysv-intro{
    font-size: 17px;
    margin-bottom: 42px;
  }.tc-wp-content-root .ysv-premium-shorts-viewer .ysv-grid{
    gap: 24px;
  }.tc-wp-content-root .ysv-premium-shorts-viewer .ysv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ysv-premium-shorts-viewer .ysv-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .ysv-premium-shorts-viewer .ysv-card{
    min-height: 296px;
    padding: 34px 26px 30px;
    border-radius: 24px;
  }.tc-wp-content-root .ysv-premium-shorts-viewer .ysv-icon{
    width: 70px;
    height: 70px;
    border-radius: 22px;
    margin-bottom: 24px;
  }.tc-wp-content-root .ysv-premium-shorts-viewer .ysv-i{
    font-size: 30px;
  }.tc-wp-content-root .ysv-premium-shorts-viewer h3{
    font-size: 20px;
    margin-bottom: 12px;
  }.tc-wp-content-root .ysv-premium-shorts-viewer .ysv-card p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ysv-premium-shorts-viewer .ysv-section{
    padding: 68px 0;
  }.tc-wp-content-root .ysv-premium-shorts-viewer .ysv-container{
    padding: 0 24px;
  }.tc-wp-content-root .ysv-premium-shorts-viewer h2{
    font-size: 36px;
    max-width: 760px;
  }.tc-wp-content-root .ysv-premium-shorts-viewer .ysv-intro{
    font-size: 16px;
    margin-bottom: 34px;
  }.tc-wp-content-root .ysv-premium-shorts-viewer .ysv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px;
  }.tc-wp-content-root .ysv-premium-shorts-viewer .ysv-card{
    min-height: 268px;
    padding: 30px 22px 26px;
    border-radius: 22px;
  }.tc-wp-content-root .ysv-premium-shorts-viewer .ysv-icon{
    width: 64px;
    height: 64px;
    border-radius: 20px;
    margin-bottom: 20px;
  }.tc-wp-content-root .ysv-premium-shorts-viewer .ysv-i{
    font-size: 27px;
  }.tc-wp-content-root .ysv-premium-shorts-viewer h3{
    font-size: 18px;
    margin-bottom: 10px;
  }.tc-wp-content-root .ysv-premium-shorts-viewer .ysv-card p{
    font-size: 14px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ysv-premium-shorts-viewer .ysv-section{
    padding: 52px 0;
  }.tc-wp-content-root .ysv-premium-shorts-viewer .ysv-container{
    padding: 0 16px;
  }.tc-wp-content-root .ysv-premium-shorts-viewer h2{
    font-size: 30px;
    max-width: 520px;
  }.tc-wp-content-root .ysv-premium-shorts-viewer .ysv-intro{
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 24px;
  }.tc-wp-content-root .ysv-premium-shorts-viewer .ysv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px;
  }.tc-wp-content-root .ysv-premium-shorts-viewer .ysv-card{
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 18px;
  }.tc-wp-content-root .ysv-premium-shorts-viewer .ysv-icon{
    width: 52px;
    height: 52px;
    border-radius: 16px;
    margin-bottom: 16px;
  }.tc-wp-content-root .ysv-premium-shorts-viewer .ysv-i{
    font-size: 22px;
  }.tc-wp-content-root .ysv-premium-shorts-viewer h3{
    font-size: 16px;
    margin-bottom: 8px;
  }.tc-wp-content-root .ysv-premium-shorts-viewer .ysv-card p{
    font-size: 12.5px;
    line-height: 1.5;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ysv-premium-shorts-viewer .ysv-section{
    padding: 46px 0;
  }.tc-wp-content-root .ysv-premium-shorts-viewer .ysv-container{
    padding: 0 12px;
  }.tc-wp-content-root .ysv-premium-shorts-viewer h2{
    font-size: 27px;
    max-width: 360px;
  }.tc-wp-content-root .ysv-premium-shorts-viewer .ysv-intro{
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 20px;
  }.tc-wp-content-root .ysv-premium-shorts-viewer .ysv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px;
  }.tc-wp-content-root .ysv-premium-shorts-viewer .ysv-card{
    min-height: 224px;
    padding: 19px 11px 17px;
    border-radius: 16px;
  }.tc-wp-content-root .ysv-premium-shorts-viewer .ysv-icon{
    width: 48px;
    height: 48px;
    border-radius: 15px;
    margin-bottom: 14px;
  }.tc-wp-content-root .ysv-premium-shorts-viewer .ysv-i{
    font-size: 20px;
  }.tc-wp-content-root .ysv-premium-shorts-viewer h3{
    font-size: 15px;
    margin-bottom: 7px;
  }.tc-wp-content-root .ysv-premium-shorts-viewer .ysv-card p{
    font-size: 12px;
    line-height: 1.45;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ysv-premium-shorts-viewer .ysv-section{
    padding: 40px 0;
  }.tc-wp-content-root .ysv-premium-shorts-viewer .ysv-container{
    padding: 0 10px;
  }.tc-wp-content-root .ysv-premium-shorts-viewer h2{
    font-size: 24px;
    max-width: 300px;
  }.tc-wp-content-root .ysv-premium-shorts-viewer .ysv-intro{
    font-size: 12px;
    line-height: 1.45;
    margin-bottom: 18px;
  }.tc-wp-content-root .ysv-premium-shorts-viewer .ysv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
  }.tc-wp-content-root .ysv-premium-shorts-viewer .ysv-card{
    min-height: 218px;
    padding: 16px 9px 15px;
    border-radius: 14px;
  }.tc-wp-content-root .ysv-premium-shorts-viewer .ysv-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 12px;
  }.tc-wp-content-root .ysv-premium-shorts-viewer .ysv-i{
    font-size: 18px;
  }.tc-wp-content-root .ysv-premium-shorts-viewer h3{
    font-size: 14px;
    margin-bottom: 6px;
  }.tc-wp-content-root .ysv-premium-shorts-viewer .ysv-card p{
    font-size: 11.5px;
    line-height: 1.42;
  }}