@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-title-viewer-wrap, .tc-wp-content-root .ytv-title-viewer-wrap *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .ytv-title-viewer-wrap{
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #17202a;
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-section{
  width: 100% !important;
  text-align: center;
}.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-section-white{
  background: #ffffff;
}.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-section-tint{
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 0, 0, 0.07), transparent 34%),
    linear-gradient(180deg, #fff7f5 0%, #fffaf8 100%);
}.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-container{
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
}.tc-wp-content-root .ytv-title-viewer-wrap h2{
  margin: 0 auto;
  color: #15171a;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center;
}.tc-wp-content-root .ytv-title-viewer-wrap h2 span{
  color: #d90429;
}.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-intro{
  margin: 0 auto;
  max-width: 780px;
  color: #52606d;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
}.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100% !important;
}.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-card{
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  align-content: start;
  height: 100% !important;
  text-align: center;
  background: linear-gradient(180deg, #ffffff 0%, #fffdfd 100%);
  border: 1px solid rgba(217, 4, 41, 0.13);
  box-shadow: 0 18px 46px rgba(111, 18, 31, 0.08);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, rgba(217, 4, 41, 0.09), transparent 42%),
    linear-gradient(315deg, rgba(255, 183, 3, 0.12), transparent 38%);
  opacity: 0;
  transition: opacity 260ms ease;
}.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-card:hover{
  transform: translateY(-8px) scale(1.012);
  border-color: rgba(217, 4, 41, 0.34);
  box-shadow: 0 24px 62px rgba(111, 18, 31, 0.15);
}.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-icon{
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background:
    linear-gradient(145deg, #ff0033 0%, #d90429 52%, #8f1024 100%);
  box-shadow: 0 14px 30px rgba(217, 4, 41, 0.23);
  transition: transform 260ms ease, box-shadow 260ms ease, background-position 260ms ease;
}.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-card:hover .ytv-title-viewer-icon{
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(217, 4, 41, 0.32);
}.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-i{
  line-height: 1;
  color: #ffffff;
  text-align: center;
}.tc-wp-content-root .ytv-title-viewer-wrap h3{
  margin: 0;
  color: #17202a;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
}.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-card p{
  margin: 0;
  color: #5b6673;
  font-weight: 400;
  line-height: 1.65;
  text-align: center;
}.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-reveal{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-reveal.ytv-title-viewer-ready{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-reveal.ytv-title-viewer-show{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}@media (min-width: 1024px) {.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-section{
    padding: 86px 0;
  }.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-container{
    padding: 0 28px;
  }.tc-wp-content-root .ytv-title-viewer-wrap h2{
    font-size: 40px;
    max-width: 980px;
    white-space: nowrap;
  }.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-intro{
    margin-top: 18px;
    font-size: 17px;
  }.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin-top: 42px;
  }.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-card{
    min-height: 296px;
    padding: 36px 28px 32px;
    border-radius: 24px;
  }.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-icon{
    width: 70px;
    height: 70px;
    border-radius: 22px;
    margin-bottom: 24px;
  }.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-i{
    font-size: 29px;
  }.tc-wp-content-root .ytv-title-viewer-wrap h3{
    font-size: 21px;
    margin-bottom: 13px;
  }.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-card p{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-section{
    padding: 68px 0;
  }.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-container{
    padding: 0 24px;
  }.tc-wp-content-root .ytv-title-viewer-wrap h2{
    font-size: 34px;
    max-width: 760px;
  }.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-intro{
    margin-top: 16px;
    font-size: 16px;
  }.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 36px;
  }.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-card{
    min-height: 270px;
    padding: 32px 24px 28px;
    border-radius: 22px;
  }.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-icon{
    width: 64px;
    height: 64px;
    border-radius: 20px;
    margin-bottom: 22px;
  }.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-i{
    font-size: 26px;
  }.tc-wp-content-root .ytv-title-viewer-wrap h3{
    font-size: 19px;
    margin-bottom: 12px;
  }.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-card p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-section{
    padding: 52px 0;
  }.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-container{
    padding: 0 16px;
  }.tc-wp-content-root .ytv-title-viewer-wrap h2{
    font-size: 28px;
    max-width: 430px;
  }.tc-wp-content-root .ytv-title-viewer-wrap h2 span{
    display: block;
  }.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-intro{
    margin-top: 13px;
    font-size: 14px;
    line-height: 1.6;
  }.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-card{
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 18px;
  }.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-icon{
    width: 52px;
    height: 52px;
    border-radius: 16px;
    margin-bottom: 16px;
  }.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-i{
    font-size: 22px;
  }.tc-wp-content-root .ytv-title-viewer-wrap h3{
    font-size: 16px;
    margin-bottom: 9px;
  }.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-card p{
    font-size: 12.5px;
    line-height: 1.52;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-section{
    padding: 46px 0;
  }.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-container{
    padding: 0 12px;
  }.tc-wp-content-root .ytv-title-viewer-wrap h2{
    font-size: 25px;
    max-width: 360px;
  }.tc-wp-content-root .ytv-title-viewer-wrap h2 span{
    display: block;
  }.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-intro{
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.55;
  }.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
    margin-top: 24px;
  }.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-card{
    min-height: 224px;
    padding: 20px 11px 18px;
    border-radius: 16px;
  }.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-icon{
    width: 48px;
    height: 48px;
    border-radius: 15px;
    margin-bottom: 14px;
  }.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-i{
    font-size: 20px;
  }.tc-wp-content-root .ytv-title-viewer-wrap h3{
    font-size: 15px;
    margin-bottom: 8px;
  }.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-card p{
    font-size: 12px;
    line-height: 1.48;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-section{
    padding: 40px 0;
  }.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-container{
    padding: 0 10px;
  }.tc-wp-content-root .ytv-title-viewer-wrap h2{
    font-size: 22px;
    max-width: 310px;
  }.tc-wp-content-root .ytv-title-viewer-wrap h2 span{
    display: block;
  }.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-intro{
    margin-top: 10px;
    font-size: 12.5px;
    line-height: 1.5;
  }.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 22px;
  }.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-card{
    min-height: 218px;
    padding: 18px 9px 16px;
    border-radius: 14px;
  }.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 12px;
  }.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-i{
    font-size: 18px;
  }.tc-wp-content-root .ytv-title-viewer-wrap h3{
    font-size: 14px;
    margin-bottom: 7px;
  }.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-card p{
    font-size: 11.5px;
    line-height: 1.45;
  }}@media (max-width: 319px) {.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-section{
    padding: 36px 0;
  }.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-container{
    padding: 0 10px;
  }.tc-wp-content-root .ytv-title-viewer-wrap h2{
    font-size: 21px;
  }.tc-wp-content-root .ytv-title-viewer-wrap h2 span{
    display: block;
  }.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-intro{
    margin-top: 10px;
    font-size: 12px;
  }.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-grid{
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 20px;
  }.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-card{
    min-height: 210px;
    padding: 18px 12px;
    border-radius: 14px;
  }.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 12px;
  }.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-i{
    font-size: 18px;
  }.tc-wp-content-root .ytv-title-viewer-wrap h3{
    font-size: 14px;
    margin-bottom: 7px;
  }.tc-wp-content-root .ytv-title-viewer-wrap .ytv-title-viewer-card p{
    font-size: 11.5px;
    line-height: 1.45;
  }}

.tc-wp-content-root .ytv-title-viewer-grid-3 {}