@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 .rvv-video-viewer-2026, .tc-wp-content-root .rvv-video-viewer-2026 *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .rvv-video-viewer-2026{
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #221815;
  font-family: inherit;
}.tc-wp-content-root .rvv-video-viewer-2026 .rvv-section{
  width: 100% !important;
  overflow: hidden;
}.tc-wp-content-root .rvv-video-viewer-2026 .rvv-section-white{
  background: #ffffff;
}.tc-wp-content-root .rvv-video-viewer-2026 .rvv-section-tint{
  background: linear-gradient(180deg, #fff7f4 0%, #fffaf7 100%);
}.tc-wp-content-root .rvv-video-viewer-2026 .rvv-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}.tc-wp-content-root .rvv-video-viewer-2026 h2, .tc-wp-content-root .rvv-video-viewer-2026 h3, .tc-wp-content-root .rvv-video-viewer-2026 p{
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-content-root .rvv-video-viewer-2026 h2{
  color: #241714;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  margin-top: 0;
}.tc-wp-content-root .rvv-video-viewer-2026 h2 span{
  color: #d63d1f;
}.tc-wp-content-root .rvv-video-viewer-2026 .rvv-intro{
  color: #67524c;
  line-height: 1.7;
  max-width: 760px;
  margin-top: 0;
}.tc-wp-content-root .rvv-video-viewer-2026 .rvv-grid{
  display: grid !important;
  align-items: stretch !important;
}.tc-wp-content-root .rvv-video-viewer-2026 .rvv-card{
  position: relative;
  height: 100% !important;
  text-align: center !important;
  background: linear-gradient(180deg, #ffffff 0%, #fffdfc 100%);
  border: 1px solid #f0d6cf;
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(177, 55, 31, 0.11);
  overflow: hidden;
  transform: translateY(0);
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
}.tc-wp-content-root .rvv-video-viewer-2026 .rvv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255, 69, 0, 0.12), transparent 42%);
  opacity: 0;
  transition: opacity 280ms ease;
  pointer-events: none;
}.tc-wp-content-root .rvv-video-viewer-2026 .rvv-card:hover{
  transform: translateY(-7px) scale(1.01);
  border-color: rgba(255, 69, 0, 0.44);
  box-shadow: 0 24px 58px rgba(177, 55, 31, 0.18);
  background: linear-gradient(180deg, #ffffff 0%, #fff8f5 100%);
}.tc-wp-content-root .rvv-video-viewer-2026 .rvv-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .rvv-video-viewer-2026 .rvv-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 18px;
  color: #ffffff;
  background: linear-gradient(135deg, #ff4500 0%, #ff7a45 100%);
  box-shadow: 0 14px 28px rgba(255, 69, 0, 0.26);
  transition: transform 280ms ease, box-shadow 280ms ease;
}.tc-wp-content-root .rvv-video-viewer-2026 .rvv-card:hover .rvv-icon{
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(255, 69, 0, 0.34);
}.tc-wp-content-root .rvv-video-viewer-2026 .rvv-i{
  display: block;
  line-height: 1;
  text-align: center;
}.tc-wp-content-root .rvv-video-viewer-2026 .rvv-card h3{
  position: relative;
  z-index: 1;
  color: #241714;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
  margin-bottom: 0;
}.tc-wp-content-root .rvv-video-viewer-2026 .rvv-card p{
  position: relative;
  z-index: 1;
  color: #6c5750;
  line-height: 1.62;
  margin-bottom: 0;
}.tc-wp-content-root .rvv-video-viewer-2026 .rvv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .rvv-video-viewer-2026 .rvv-reveal.rvv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}@media (min-width: 1024px) {.tc-wp-content-root .rvv-video-viewer-2026 .rvv-section{
    padding: 86px 0;
  }.tc-wp-content-root .rvv-video-viewer-2026 .rvv-container{
    padding: 0 28px;
  }.tc-wp-content-root .rvv-video-viewer-2026 h2{
    font-size: 42px;
    margin-bottom: 16px;
    white-space: nowrap;
  }.tc-wp-content-root .rvv-video-viewer-2026 h2 span{
    display: inline;
  }.tc-wp-content-root .rvv-video-viewer-2026 .rvv-intro{
    font-size: 17px;
    margin-bottom: 42px;
  }.tc-wp-content-root .rvv-video-viewer-2026 .rvv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .rvv-video-viewer-2026 .rvv-grid{
    gap: 26px;
  }.tc-wp-content-root .rvv-video-viewer-2026 .rvv-card{
    min-height: 292px;
    padding: 34px 28px 30px;
  }.tc-wp-content-root .rvv-video-viewer-2026 .rvv-icon{
    width: 66px;
    height: 66px;
    margin-bottom: 24px;
    font-size: 27px;
  }.tc-wp-content-root .rvv-video-viewer-2026 .rvv-card h3{
    font-size: 21px;
    margin-top: 0;
  }.tc-wp-content-root .rvv-video-viewer-2026 .rvv-card p{
    font-size: 15.5px;
    margin-top: 14px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .rvv-video-viewer-2026 .rvv-section{
    padding: 68px 0;
  }.tc-wp-content-root .rvv-video-viewer-2026 .rvv-container{
    padding: 0 24px;
  }.tc-wp-content-root .rvv-video-viewer-2026 h2{
    font-size: 34px;
    margin-bottom: 14px;
  }.tc-wp-content-root .rvv-video-viewer-2026 h2 span{
    display: inline;
  }.tc-wp-content-root .rvv-video-viewer-2026 .rvv-intro{
    font-size: 16px;
    margin-bottom: 34px;
  }.tc-wp-content-root .rvv-video-viewer-2026 .rvv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .rvv-video-viewer-2026 .rvv-card{
    min-height: 266px;
    padding: 30px 24px 26px;
    border-radius: 20px;
  }.tc-wp-content-root .rvv-video-viewer-2026 .rvv-icon{
    width: 60px;
    height: 60px;
    margin-bottom: 21px;
    font-size: 24px;
  }.tc-wp-content-root .rvv-video-viewer-2026 .rvv-card h3{
    font-size: 19px;
    margin-top: 0;
  }.tc-wp-content-root .rvv-video-viewer-2026 .rvv-card p{
    font-size: 15px;
    margin-top: 12px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .rvv-video-viewer-2026 .rvv-section{
    padding: 52px 0;
  }.tc-wp-content-root .rvv-video-viewer-2026 .rvv-container{
    padding: 0 16px;
  }.tc-wp-content-root .rvv-video-viewer-2026 h2{
    font-size: 28px;
    margin-bottom: 12px;
  }.tc-wp-content-root .rvv-video-viewer-2026 h2 span{
    display: block;
  }.tc-wp-content-root .rvv-video-viewer-2026 .rvv-intro{
    font-size: 14.5px;
    line-height: 1.6;
    margin-bottom: 24px;
  }.tc-wp-content-root .rvv-video-viewer-2026 .rvv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }.tc-wp-content-root .rvv-video-viewer-2026 .rvv-card{
    min-height: 228px;
    padding: 20px 14px 18px;
    border-radius: 16px;
  }.tc-wp-content-root .rvv-video-viewer-2026 .rvv-icon{
    width: 48px;
    height: 48px;
    margin-bottom: 15px;
    border-radius: 14px;
    font-size: 19px;
  }.tc-wp-content-root .rvv-video-viewer-2026 .rvv-card h3{
    font-size: 16px;
    margin-top: 0;
  }.tc-wp-content-root .rvv-video-viewer-2026 .rvv-card p{
    font-size: 13px;
    line-height: 1.5;
    margin-top: 9px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .rvv-video-viewer-2026 .rvv-section{
    padding: 46px 0;
  }.tc-wp-content-root .rvv-video-viewer-2026 .rvv-container{
    padding: 0 12px;
  }.tc-wp-content-root .rvv-video-viewer-2026 h2{
    font-size: 25px;
    margin-bottom: 10px;
  }.tc-wp-content-root .rvv-video-viewer-2026 h2 span{
    display: block;
  }.tc-wp-content-root .rvv-video-viewer-2026 .rvv-intro{
    font-size: 13.8px;
    line-height: 1.55;
    margin-bottom: 20px;
  }.tc-wp-content-root .rvv-video-viewer-2026 .rvv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }.tc-wp-content-root .rvv-video-viewer-2026 .rvv-card{
    min-height: 222px;
    padding: 18px 11px 16px;
    border-radius: 15px;
  }.tc-wp-content-root .rvv-video-viewer-2026 .rvv-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 13px;
    border-radius: 13px;
    font-size: 18px;
  }.tc-wp-content-root .rvv-video-viewer-2026 .rvv-card h3{
    font-size: 15px;
    margin-top: 0;
  }.tc-wp-content-root .rvv-video-viewer-2026 .rvv-card p{
    font-size: 12.4px;
    line-height: 1.45;
    margin-top: 8px;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .rvv-video-viewer-2026 .rvv-section{
    padding: 40px 0;
  }.tc-wp-content-root .rvv-video-viewer-2026 .rvv-container{
    padding: 0 10px;
  }.tc-wp-content-root .rvv-video-viewer-2026 h2{
    font-size: 22px;
    margin-bottom: 9px;
  }.tc-wp-content-root .rvv-video-viewer-2026 h2 span{
    display: block;
  }.tc-wp-content-root .rvv-video-viewer-2026 .rvv-intro{
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 18px;
  }.tc-wp-content-root .rvv-video-viewer-2026 .rvv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }.tc-wp-content-root .rvv-video-viewer-2026 .rvv-card{
    min-height: 214px;
    padding: 16px 9px 14px;
    border-radius: 14px;
  }.tc-wp-content-root .rvv-video-viewer-2026 .rvv-icon{
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
    border-radius: 12px;
    font-size: 16px;
  }.tc-wp-content-root .rvv-video-viewer-2026 .rvv-card h3{
    font-size: 14px;
    margin-top: 0;
  }.tc-wp-content-root .rvv-video-viewer-2026 .rvv-card p{
    font-size: 11.8px;
    line-height: 1.42;
    margin-top: 7px;
  }}@media (max-width: 319px) {.tc-wp-content-root .rvv-video-viewer-2026 .rvv-grid{
    grid-template-columns: 1fr;
  }}