@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 .pvyv-private-youtube-viewer, .tc-wp-content-root .pvyv-private-youtube-viewer *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .pvyv-private-youtube-viewer{
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #17202c;
  font-family: inherit;
  --pvyv-primary: #0f5f68;
  --pvyv-secondary: #233a5e;
  --pvyv-accent: #d49a35;
  --pvyv-tint: #f3f8f7;
  --pvyv-text: #17202c;
  --pvyv-muted: #5d6a76;
  --pvyv-border: rgba(15, 95, 104, 0.16);
  --pvyv-shadow: rgba(14, 45, 56, 0.12);
}.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-section{
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
}.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-section-white{
  background: #ffffff;
}.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-section-tint{
  background:
    radial-gradient(circle at 50% 0%, rgba(212, 154, 53, 0.12), transparent 34%),
    linear-gradient(180deg, #f3f8f7 0%, #eef5f4 100%);
}.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-heading, .tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-intro, .tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-card-title, .tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-card-text{
  text-align: center !important;
}.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-heading{
  margin: 0 auto;
  color: var(--pvyv-text);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-wrap: balance;
}.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-intro{
  margin: 0 auto;
  color: var(--pvyv-muted);
  line-height: 1.7;
  font-weight: 450;
  max-width: 760px;
}.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100% !important;
}.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-card{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100% !important;
  overflow: hidden;
  text-align: center !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    radial-gradient(circle at 50% -20%, rgba(15, 95, 104, 0.12), transparent 42%);
  border: 1px solid var(--pvyv-border);
  box-shadow: 0 18px 42px var(--pvyv-shadow);
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background-position 320ms ease;
}.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(15, 95, 104, 0.08), transparent 44%, rgba(212, 154, 53, 0.10));
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
}.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-card:hover{
  transform: translateY(-7px);
  border-color: rgba(15, 95, 104, 0.32);
  box-shadow: 0 26px 58px rgba(14, 45, 56, 0.18);
}.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin: 0 auto;
  text-align: center !important;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--pvyv-primary), var(--pvyv-secondary));
  box-shadow: 0 12px 26px rgba(15, 95, 104, 0.24);
  transition: transform 320ms ease, box-shadow 320ms ease, background 320ms ease;
}.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-card:hover .pvyv-icon{
  transform: translateY(-3px) scale(1.04);
  background: linear-gradient(135deg, var(--pvyv-secondary), var(--pvyv-accent));
  box-shadow: 0 16px 34px rgba(212, 154, 53, 0.24);
}.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-i{
  display: block;
  line-height: 1;
  text-align: center !important;
}.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-card-title{
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--pvyv-text);
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-card-text{
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--pvyv-muted);
  line-height: 1.62;
  font-weight: 430;
}.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-reveal.pvyv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 600ms ease, transform 600ms ease;
}@media (min-width: 1024px) {.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-section{
    padding: 84px 0;
  }.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-container{
    padding: 0 28px;
  }.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-heading{
    max-width: 980px;
    font-size: 44px;
  }.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-intro{
    padding-top: 18px;
    font-size: 17px;
  }.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-grid{
    gap: 24px;
    margin-top: 42px;
  }.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-card{
    min-height: 292px;
    padding: 34px 26px;
    border-radius: 22px;
  }.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-icon{
    width: 70px;
    height: 70px;
    margin-bottom: 24px;
    font-size: 28px;
  }.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-card-title{
    font-size: 20px;
  }.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-card-text{
    padding-top: 12px;
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-section{
    padding: 68px 0;
  }.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-container{
    padding: 0 24px;
  }.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-heading{
    max-width: 760px;
    font-size: 36px;
  }.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-intro{
    padding-top: 16px;
    font-size: 16px;
  }.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-card{
    min-height: 268px;
    padding: 30px 24px;
    border-radius: 20px;
  }.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-icon{
    width: 64px;
    height: 64px;
    margin-bottom: 22px;
    font-size: 25px;
  }.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-card-title{
    font-size: 19px;
  }.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-card-text{
    padding-top: 10px;
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-section{
    padding: 52px 0;
  }.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-container{
    padding: 0 16px;
  }.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-heading{
    max-width: 390px;
    font-size: 30px;
  }.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-intro{
    padding-top: 12px;
    font-size: 14.5px;
    line-height: 1.62;
  }.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-card{
    min-height: 238px;
    padding: 20px 14px;
    border-radius: 16px;
  }.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-icon{
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    font-size: 21px;
  }.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-card-title{
    font-size: 16px;
  }.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-card-text{
    padding-top: 8px;
    font-size: 13px;
    line-height: 1.5;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-section{
    padding: 46px 0;
  }.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-container{
    padding: 0 12px;
  }.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-heading{
    max-width: 330px;
    font-size: 27px;
  }.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-intro{
    padding-top: 11px;
    font-size: 13.8px;
    line-height: 1.56;
  }.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px;
    margin-top: 24px;
  }.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-card{
    min-height: 226px;
    padding: 18px 11px;
    border-radius: 15px;
  }.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-icon{
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    font-size: 19px;
  }.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-card-title{
    font-size: 15px;
    line-height: 1.22;
  }.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-card-text{
    padding-top: 7px;
    font-size: 12.5px;
    line-height: 1.46;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-section{
    padding: 42px 0;
  }.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-container{
    padding: 0 10px;
  }.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-heading{
    max-width: 292px;
    font-size: 24px;
  }.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-intro{
    padding-top: 10px;
    font-size: 13px;
    line-height: 1.5;
  }.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
    margin-top: 22px;
  }.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-card{
    min-height: 216px;
    padding: 16px 9px;
    border-radius: 14px;
  }.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    font-size: 18px;
  }.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-card-title{
    font-size: 14px;
    line-height: 1.2;
  }.tc-wp-content-root .pvyv-private-youtube-viewer .pvyv-card-text{
    padding-top: 7px;
    font-size: 12px;
    line-height: 1.42;
  }}