@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.5.2/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 .pyv26-private-youtube-viewer, .tc-wp-content-root .pyv26-private-youtube-viewer *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .pyv26-private-youtube-viewer{
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #18202a;
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-section{
  width: 100% !important;
  overflow: hidden;
}.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-section-white{
  background: #ffffff;
}.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-section-tint{
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 166, 154, 0.12), transparent 38%),
    linear-gradient(180deg, #f4fbf9 0%, #f8faf7 100%);
}.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  text-align: center;
}.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-heading{
  margin: 0 auto;
  color: #111a22;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center;
}.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-intro{
  margin: 0 auto;
  max-width: 760px;
  color: #53616d;
  font-weight: 500;
  line-height: 1.65;
  text-align: center;
}.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100% !important;
}.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-card{
  position: relative;
  display: block;
  height: 100% !important;
  overflow: hidden;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.94)),
    radial-gradient(circle at 50% 0%, rgba(231, 190, 84, 0.16), transparent 44%);
  border: 1px solid rgba(42, 73, 86, 0.12);
  border-radius: 22px;
  box-shadow: 0 18px 46px rgba(20, 52, 60, 0.10);
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background-position 420ms ease;
}.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 166, 154, 0.12), rgba(231, 190, 84, 0.10));
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
}.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-card:hover{
  transform: translateY(-8px);
  border-color: rgba(0, 166, 154, 0.34);
  box-shadow: 0 24px 62px rgba(0, 72, 86, 0.18);
}.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-icon{
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background: linear-gradient(135deg, #006a71 0%, #00a69a 54%, #e7be54 100%);
  box-shadow: 0 14px 30px rgba(0, 106, 113, 0.26);
  transition: transform 320ms ease, box-shadow 320ms ease;
}.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-card:hover .pyv26-icon{
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 18px 38px rgba(0, 106, 113, 0.32);
}.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-i{
  display: block;
  color: #ffffff;
  line-height: 1;
  text-align: center;
}.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-card h3{
  position: relative;
  z-index: 1;
  margin: 0 auto;
  color: #14202a;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
}.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-card p{
  position: relative;
  z-index: 1;
  margin: 0 auto;
  color: #5b6872;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-reveal.pyv26-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease;
}@media (min-width: 1024px) {.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-section{
    padding: 92px 0;
  }.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-container{
    padding: 0 28px;
  }.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-heading{
    max-width: 980px;
    font-size: 44px;
    white-space: nowrap;
  }.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-intro{
    margin-top: 18px;
    font-size: 18px;
  }.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-grid{
    margin-top: 46px;
    gap: 28px;
  }.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-card{
    min-height: 300px;
    padding: 36px 26px 30px;
  }.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-icon{
    width: 72px;
    height: 72px;
    border-radius: 20px;
    margin-bottom: 24px;
  }.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-i{
    font-size: 30px;
  }.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-card h3{
    font-size: 21px;
  }.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-card p{
    margin-top: 13px;
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-section{
    padding: 74px 0;
  }.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-container{
    padding: 0 24px;
  }.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-heading{
    max-width: 760px;
    font-size: 36px;
  }.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-intro{
    margin-top: 16px;
    font-size: 17px;
  }.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 38px;
    gap: 22px;
  }.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-card{
    min-height: 270px;
    padding: 31px 23px 27px;
    border-radius: 20px;
  }.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-icon{
    width: 64px;
    height: 64px;
    border-radius: 18px;
    margin-bottom: 20px;
  }.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-i{
    font-size: 27px;
  }.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-card h3{
    font-size: 19px;
  }.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-card p{
    margin-top: 11px;
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-section{
    padding: 56px 0;
  }.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-container{
    padding: 0 16px;
  }.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-heading{
    max-width: 420px;
    font-size: 29px;
  }.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-intro{
    margin-top: 13px;
    font-size: 14.5px;
    line-height: 1.55;
  }.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 28px;
    gap: 14px;
  }.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-card{
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 16px;
  }.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-icon{
    width: 52px;
    height: 52px;
    border-radius: 15px;
    margin-bottom: 15px;
  }.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-i{
    font-size: 22px;
  }.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-card h3{
    font-size: 16px;
  }.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-card p{
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.5;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-section{
    padding: 48px 0;
  }.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-container{
    padding: 0 13px;
  }.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-heading{
    max-width: 350px;
    font-size: 26px;
  }.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-intro{
    margin-top: 12px;
    font-size: 13.5px;
    line-height: 1.5;
  }.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 24px;
    gap: 12px;
  }.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-card{
    min-height: 224px;
    padding: 19px 11px 18px;
    border-radius: 15px;
  }.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-icon{
    width: 48px;
    height: 48px;
    border-radius: 14px;
    margin-bottom: 13px;
  }.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-i{
    font-size: 20px;
  }.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-card h3{
    font-size: 15px;
  }.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-card p{
    margin-top: 8px;
    font-size: 12.5px;
    line-height: 1.45;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-section{
    padding: 42px 0;
  }.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-container{
    padding: 0 10px;
  }.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-heading{
    max-width: 300px;
    font-size: 23px;
  }.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-intro{
    margin-top: 10px;
    font-size: 12.5px;
    line-height: 1.45;
  }.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 22px;
    gap: 10px;
  }.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-card{
    min-height: 218px;
    padding: 17px 9px 16px;
    border-radius: 14px;
  }.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-icon{
    width: 44px;
    height: 44px;
    border-radius: 13px;
    margin-bottom: 12px;
  }.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-i{
    font-size: 18px;
  }.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-card h3{
    font-size: 14px;
    line-height: 1.2;
  }.tc-wp-content-root .pyv26-private-youtube-viewer .pyv26-card p{
    margin-top: 7px;
    font-size: 12px;
    line-height: 1.42;
  }}