@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 .ytv-thumbnail-viewer-pro, .tc-wp-content-root .ytv-thumbnail-viewer-pro *{
  box-sizing: border-box;
}.tc-wp-content-root .ytv-thumbnail-viewer-pro{
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #172026;
  font-family: inherit;
}.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-section{
  width: 100% !important;
  overflow: hidden;
}.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-section-white{
  background: #ffffff;
}.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-section-tint{
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 0, 0, 0.08), transparent 34%),
    linear-gradient(180deg, #fff7f4 0%, #fffdfb 100%);
}.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  min-width: 0;
}.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-heading{
  margin: 0 auto;
  text-align: center;
  color: #15191d;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-heading span{
  display: inline;
  color: #d71920;
}.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-intro{
  margin: 0 auto;
  max-width: 760px;
  text-align: center;
  color: #55616a;
  line-height: 1.7;
  font-weight: 400;
}.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100% !important;
  min-width: 0;
}.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-card{
  position: relative;
  height: 100% !important;
  min-width: 0;
  text-align: center;
  overflow: hidden;
  border: 1px solid rgba(215, 25, 32, 0.14);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 252, 250, 0.96)),
    #ffffff;
  box-shadow: 0 18px 44px rgba(80, 30, 24, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(215, 25, 32, 0.08), rgba(255, 184, 77, 0.1));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-card:hover{
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(215, 25, 32, 0.34);
  box-shadow: 0 24px 60px rgba(120, 27, 20, 0.15);
}.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #d71920 0%, #ff7a18 100%);
  box-shadow: 0 12px 26px rgba(215, 25, 32, 0.22);
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-card:hover .ytv-icon{
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(255, 122, 24, 0.3);
}.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-i{
  display: block;
  line-height: 1;
  text-align: center;
}.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-card h3{
  position: relative;
  z-index: 1;
  margin: 0;
  text-align: center;
  color: #1f252b;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-card p{
  position: relative;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
  color: #606b73;
  line-height: 1.62;
  font-weight: 400;
}@media (min-width: 1024px) {.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-section{
    padding: 88px 0;
  }.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-container{
    padding: 0 28px;
  }.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-heading{
    font-size: 42px;
    max-width: 1080px;
  }.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-intro{
    margin-top: 18px;
    font-size: 17px;
  }.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-grid{
    margin-top: 44px;
    gap: 24px;
  }.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-grid-four{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-card{
    min-height: 300px;
    padding: 36px 26px 30px;
  }.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-icon{
    width: 70px;
    height: 70px;
    margin-bottom: 24px;
    font-size: 28px;
  }.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-card h3{
    font-size: 21px;
    margin-bottom: 13px;
  }.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-card p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-section{
    padding: 72px 0;
  }.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-container{
    padding: 0 24px;
  }.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-heading{
    font-size: 34px;
  }.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-heading span{
    display: inline;
  }.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-intro{
    margin-top: 16px;
    font-size: 16px;
  }.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 36px;
    gap: 20px;
  }.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-card{
    min-height: 270px;
    padding: 30px 22px 26px;
    border-radius: 20px;
  }.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-icon{
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
    font-size: 25px;
  }.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-card h3{
    font-size: 19px;
    margin-bottom: 11px;
  }.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-card p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-section{
    padding: 54px 0;
  }.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-container{
    padding: 0 16px;
  }.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-heading{
    font-size: 27px;
  }.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-heading span{
    display: block;
  }.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-intro{
    margin-top: 12px;
    font-size: 14.5px;
    line-height: 1.58;
  }.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 28px;
    gap: 14px;
  }.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-card{
    min-height: 230px;
    padding: 22px 14px 20px;
    border-radius: 16px;
  }.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-icon{
    width: 52px;
    height: 52px;
    margin-bottom: 15px;
    font-size: 21px;
  }.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-card h3{
    font-size: 16px;
    margin-bottom: 9px;
  }.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-card p{
    font-size: 13px;
    line-height: 1.48;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-section{
    padding: 46px 0;
  }.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-container{
    padding: 0 12px;
  }.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-heading{
    font-size: 24px;
  }.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-heading span{
    display: block;
  }.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-intro{
    margin-top: 10px;
    font-size: 13.5px;
    line-height: 1.52;
  }.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 24px;
    gap: 12px;
  }.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-card{
    min-height: 222px;
    padding: 19px 11px 17px;
    border-radius: 14px;
  }.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-icon{
    width: 48px;
    height: 48px;
    margin-bottom: 13px;
    font-size: 19px;
  }.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-card h3{
    font-size: 15px;
    margin-bottom: 8px;
  }.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-card p{
    font-size: 12.4px;
    line-height: 1.42;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-section{
    padding: 40px 0;
  }.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-container{
    padding: 0 10px;
  }.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-heading{
    font-size: 21px;
  }.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-heading span{
    display: block;
  }.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-intro{
    margin-top: 9px;
    font-size: 12.8px;
    line-height: 1.48;
  }.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 20px;
    gap: 10px;
  }.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-card{
    min-height: 214px;
    padding: 17px 9px 15px;
    border-radius: 13px;
  }.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-icon{
    width: 43px;
    height: 43px;
    margin-bottom: 11px;
    font-size: 17px;
  }.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-card h3{
    font-size: 13.8px;
    margin-bottom: 7px;
  }.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-card p{
    font-size: 11.7px;
    line-height: 1.38;
  }}@media (max-width: 319px) {.tc-wp-content-root .ytv-thumbnail-viewer-pro .ytv-grid{
    grid-template-columns: 1fr;
  }}