@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-section, .tc-wp-content-root .ytv-title-viewer-section *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .ytv-title-viewer-section{
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #18202a;
  font-family: inherit;
}.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-block{
  width: 100% !important;
  text-align: center;
}.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-white{
  background: #ffffff;
}.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-tint{
  background: linear-gradient(180deg, #fff7f5 0%, #fffaf8 52%, #f8fbff 100%);
}.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-container{
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
}.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-heading{
  margin: 0 auto;
  text-align: center;
  color: #171b22;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-intro{
  margin: 0 auto;
  max-width: 780px;
  text-align: center;
  color: #526071;
  font-weight: 400;
  line-height: 1.65;
}.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
}.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-card{
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100% !important;
  text-align: center;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.91)),
    radial-gradient(circle at 50% 0%, rgba(255,0,0,.08), transparent 42%);
  border: 1px solid #f0d8d5;
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(145, 37, 23, .09);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease, background-position .28s ease;
}.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background: linear-gradient(135deg, rgba(255, 0, 0, .09), rgba(255, 193, 7, .08), rgba(28, 126, 214, .07));
  transition: opacity .28s ease;
}.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-card:hover{
  transform: translateY(-7px) scale(1.01);
  border-color: rgba(255, 0, 0, .34);
  box-shadow: 0 24px 58px rgba(145, 37, 23, .15);
}.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-card:hover .ytv-title-viewer-icon{
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(255, 0, 0, .22);
}.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-card:hover .ytv-title-viewer-i{
  transform: scale(1.08);
}.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-icon{
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background: linear-gradient(135deg, #ff0000 0%, #ff7a18 52%, #1f7ae0 100%);
  box-shadow: 0 14px 30px rgba(255, 0, 0, .18);
  transition: transform .28s ease, box-shadow .28s ease;
}.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-i{
  display: inline-block;
  color: #ffffff;
  line-height: 1;
  transition: transform .28s ease;
}.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-card h3{
  margin: 0;
  text-align: center;
  color: #1a2029;
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-card p{
  margin: 0;
  text-align: center;
  color: #5b6676;
  line-height: 1.58;
  font-weight: 400;
}.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-card.ytv-title-viewer-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-card.ytv-title-viewer-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 1024px) {.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-block{
    padding: 88px 0;
  }.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-container{
    padding: 0 32px;
  }.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-heading{
    font-size: 42px;
    max-width: 940px;
    white-space: nowrap;
  }.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-intro{
    margin-top: 18px;
    font-size: 17px;
  }.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-grid{
    gap: 26px;
    margin-top: 44px;
  }.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-card{
    min-height: 292px;
    padding: 34px 26px 30px;
  }.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-icon{
    width: 68px;
    height: 68px;
    border-radius: 20px;
    margin-bottom: 24px;
  }.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-i{
    font-size: 29px;
  }.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-card h3{
    font-size: 20px;
  }.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-card p{
    margin-top: 13px;
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-block{
    padding: 68px 0;
  }.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-container{
    padding: 0 26px;
  }.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-heading{
    font-size: 34px;
    max-width: 760px;
  }.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-intro{
    margin-top: 15px;
    font-size: 16px;
  }.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 36px;
  }.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-card{
    min-height: 268px;
    padding: 30px 22px 27px;
    border-radius: 20px;
  }.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-icon{
    width: 62px;
    height: 62px;
    border-radius: 18px;
    margin-bottom: 21px;
  }.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-i{
    font-size: 26px;
  }.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-card h3{
    font-size: 19px;
  }.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-card p{
    margin-top: 12px;
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-block{
    padding: 52px 0;
  }.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-container{
    padding: 0 18px;
  }.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-heading{
    font-size: 28px;
    max-width: 520px;
  }.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-intro{
    margin-top: 12px;
    font-size: 14.5px;
    line-height: 1.55;
  }.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-card{
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 17px;
  }.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-icon{
    width: 52px;
    height: 52px;
    border-radius: 16px;
    margin-bottom: 17px;
  }.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-i{
    font-size: 22px;
  }.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-card h3{
    font-size: 16px;
  }.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-card p{
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.48;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-block{
    padding: 46px 0;
  }.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-container{
    padding: 0 14px;
  }.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-heading{
    font-size: 25px;
    max-width: 360px;
  }.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-intro{
    margin-top: 11px;
    font-size: 13.5px;
    line-height: 1.5;
  }.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
  }.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-card{
    min-height: 224px;
    padding: 19px 11px 18px;
    border-radius: 15px;
  }.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-icon{
    width: 46px;
    height: 46px;
    border-radius: 14px;
    margin-bottom: 14px;
  }.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-i{
    font-size: 20px;
  }.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-card h3{
    font-size: 14.5px;
  }.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-card p{
    margin-top: 8px;
    font-size: 12.3px;
    line-height: 1.45;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-block{
    padding: 40px 0;
  }.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-container{
    padding: 0 10px;
  }.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-heading{
    font-size: 22px;
    max-width: 310px;
  }.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-intro{
    margin-top: 10px;
    font-size: 12.8px;
    line-height: 1.48;
  }.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
  }.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-card{
    min-height: 218px;
    padding: 17px 9px 16px;
    border-radius: 14px;
  }.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-icon{
    width: 42px;
    height: 42px;
    border-radius: 13px;
    margin-bottom: 13px;
  }.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-i{
    font-size: 18px;
  }.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-card h3{
    font-size: 13.5px;
  }.tc-wp-content-root .ytv-title-viewer-section .ytv-title-viewer-card p{
    margin-top: 7px;
    font-size: 11.6px;
    line-height: 1.42;
  }}