@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 .yt-embed-viewer-pro, .tc-wp-content-root .yt-embed-viewer-pro *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .yt-embed-viewer-pro{
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #1f2328;
  font-family: inherit;
  --yt-primary: #e62117;
  --yt-secondary: #ff7a45;
  --yt-accent: #111827;
  --yt-tint: #fff6f4;
  --yt-border: rgba(230, 33, 23, 0.14);
  --yt-shadow: rgba(230, 33, 23, 0.16);
  --yt-text: #1f2328;
  --yt-muted: #626a76;
}.tc-wp-content-root .yt-embed-viewer-pro-section{
  width: 100% !important;
  position: relative;
}.tc-wp-content-root .yt-embed-viewer-pro-section-white{
  background: #ffffff;
}.tc-wp-content-root .yt-embed-viewer-pro-section-tint{
  background:
    radial-gradient(circle at 50% 0%, rgba(230, 33, 23, 0.08), transparent 34%),
    linear-gradient(180deg, #fff6f4 0%, #fffaf8 100%);
}.tc-wp-content-root .yt-embed-viewer-pro-container{
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding-left: 24px;
  padding-right: 24px;
}.tc-wp-content-root .yt-embed-viewer-pro-heading{
  margin: 0 auto;
  color: var(--yt-text);
  text-align: center;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .yt-embed-viewer-pro-intro{
  margin: 16px auto 0;
  max-width: 760px;
  color: var(--yt-muted);
  text-align: center;
  line-height: 1.65;
  font-weight: 400;
}.tc-wp-content-root .yt-embed-viewer-pro-grid{
  display: grid !important;
  align-items: stretch !important;
}.tc-wp-content-root .yt-embed-viewer-pro-card{
  height: 100%;
  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(230, 33, 23, 0.08), transparent 58%);
  border: 1px solid var(--yt-border);
  border-radius: 22px;
  box-shadow: 0 18px 46px rgba(31, 35, 40, 0.07);
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background-position 280ms ease;
  display: grid;
  justify-items: center;
  align-content: start;
  position: relative;
  overflow: hidden;
}.tc-wp-content-root .yt-embed-viewer-pro-card::after{
  content: "";
  position: absolute;
  inset: auto 18% 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--yt-primary), var(--yt-secondary), transparent);
  opacity: 0;
  transform: translateY(3px);
  transition: opacity 280ms ease, transform 280ms ease;
}.tc-wp-content-root .yt-embed-viewer-pro-card:hover{
  transform: translateY(-8px);
  border-color: rgba(230, 33, 23, 0.34);
  box-shadow: 0 24px 62px var(--yt-shadow);
}.tc-wp-content-root .yt-embed-viewer-pro-card:hover::after{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .yt-embed-viewer-pro-card:hover .yt-embed-viewer-pro-icon{
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 16px 34px rgba(230, 33, 23, 0.22);
}.tc-wp-content-root .yt-embed-viewer-pro-card:hover .yt-embed-viewer-pro-i{
  transform: translateX(2px);
}.tc-wp-content-root .yt-embed-viewer-pro-icon{
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background: linear-gradient(135deg, var(--yt-primary), var(--yt-secondary));
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(230, 33, 23, 0.18);
  transition: transform 280ms ease, box-shadow 280ms ease;
}.tc-wp-content-root .yt-embed-viewer-pro-i{
  color: #ffffff;
  line-height: 1;
  transition: transform 280ms ease;
}.tc-wp-content-root .yt-embed-viewer-pro-card h3{
  margin: 0;
  color: var(--yt-text);
  text-align: center;
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .yt-embed-viewer-pro-card p{
  margin: 0;
  color: var(--yt-muted);
  text-align: center;
  line-height: 1.58;
}.tc-wp-content-root .yt-embed-viewer-pro-card.yt-embed-viewer-pro-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .yt-embed-viewer-pro-card.yt-embed-viewer-pro-reveal.yt-embed-viewer-pro-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 1024px) {.tc-wp-content-root .yt-embed-viewer-pro-section{
    padding: 86px 0;
  }.tc-wp-content-root .yt-embed-viewer-pro-heading{
    font-size: 42px;
    max-width: 980px;
    white-space: nowrap;
  }.tc-wp-content-root .yt-embed-viewer-pro-intro{
    font-size: 17px;
    margin-bottom: 42px;
  }.tc-wp-content-root .yt-embed-viewer-pro-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
  }.tc-wp-content-root .yt-embed-viewer-pro-card{
    min-height: 296px;
    padding: 34px 28px 32px;
  }.tc-wp-content-root .yt-embed-viewer-pro-icon{
    width: 68px;
    height: 68px;
    margin-bottom: 24px;
  }.tc-wp-content-root .yt-embed-viewer-pro-i{
    font-size: 28px;
  }.tc-wp-content-root .yt-embed-viewer-pro-card h3{
    font-size: 21px;
    margin-bottom: 13px;
  }.tc-wp-content-root .yt-embed-viewer-pro-card p{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .yt-embed-viewer-pro-section{
    padding: 68px 0;
  }.tc-wp-content-root .yt-embed-viewer-pro-container{
    padding-left: 22px;
    padding-right: 22px;
  }.tc-wp-content-root .yt-embed-viewer-pro-heading{
    font-size: 34px;
    max-width: 760px;
  }.tc-wp-content-root .yt-embed-viewer-pro-intro{
    font-size: 16px;
    margin-bottom: 34px;
  }.tc-wp-content-root .yt-embed-viewer-pro-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .yt-embed-viewer-pro-card{
    min-height: 268px;
    padding: 30px 24px 28px;
    border-radius: 20px;
  }.tc-wp-content-root .yt-embed-viewer-pro-icon{
    width: 62px;
    height: 62px;
    margin-bottom: 21px;
    border-radius: 17px;
  }.tc-wp-content-root .yt-embed-viewer-pro-i{
    font-size: 25px;
  }.tc-wp-content-root .yt-embed-viewer-pro-card h3{
    font-size: 19px;
    margin-bottom: 12px;
  }.tc-wp-content-root .yt-embed-viewer-pro-card p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .yt-embed-viewer-pro-section{
    padding: 52px 0;
  }.tc-wp-content-root .yt-embed-viewer-pro-container{
    padding-left: 16px;
    padding-right: 16px;
  }.tc-wp-content-root .yt-embed-viewer-pro-heading{
    font-size: 27px;
    max-width: 420px;
  }.tc-wp-content-root .yt-embed-viewer-pro-intro{
    font-size: 14.5px;
    line-height: 1.55;
    margin-bottom: 26px;
  }.tc-wp-content-root .yt-embed-viewer-pro-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }.tc-wp-content-root .yt-embed-viewer-pro-card{
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 16px;
  }.tc-wp-content-root .yt-embed-viewer-pro-icon{
    width: 50px;
    height: 50px;
    margin-bottom: 16px;
    border-radius: 14px;
  }.tc-wp-content-root .yt-embed-viewer-pro-i{
    font-size: 21px;
  }.tc-wp-content-root .yt-embed-viewer-pro-card h3{
    font-size: 16px;
    margin-bottom: 9px;
  }.tc-wp-content-root .yt-embed-viewer-pro-card p{
    font-size: 13px;
    line-height: 1.48;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .yt-embed-viewer-pro-section{
    padding: 46px 0;
  }.tc-wp-content-root .yt-embed-viewer-pro-container{
    padding-left: 12px;
    padding-right: 12px;
  }.tc-wp-content-root .yt-embed-viewer-pro-heading{
    font-size: 24px;
    max-width: 350px;
  }.tc-wp-content-root .yt-embed-viewer-pro-intro{
    font-size: 13.5px;
    line-height: 1.5;
    margin-bottom: 22px;
  }.tc-wp-content-root .yt-embed-viewer-pro-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }.tc-wp-content-root .yt-embed-viewer-pro-card{
    min-height: 224px;
    padding: 19px 11px 18px;
    border-radius: 15px;
  }.tc-wp-content-root .yt-embed-viewer-pro-icon{
    width: 46px;
    height: 46px;
    margin-bottom: 14px;
    border-radius: 13px;
  }.tc-wp-content-root .yt-embed-viewer-pro-i{
    font-size: 19px;
  }.tc-wp-content-root .yt-embed-viewer-pro-card h3{
    font-size: 14.5px;
    margin-bottom: 8px;
  }.tc-wp-content-root .yt-embed-viewer-pro-card p{
    font-size: 12.5px;
    line-height: 1.44;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .yt-embed-viewer-pro-section{
    padding: 40px 0;
  }.tc-wp-content-root .yt-embed-viewer-pro-container{
    padding-left: 10px;
    padding-right: 10px;
  }.tc-wp-content-root .yt-embed-viewer-pro-heading{
    font-size: 21px;
    max-width: 300px;
  }.tc-wp-content-root .yt-embed-viewer-pro-intro{
    font-size: 12.5px;
    line-height: 1.45;
    margin-bottom: 18px;
  }.tc-wp-content-root .yt-embed-viewer-pro-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }.tc-wp-content-root .yt-embed-viewer-pro-card{
    min-height: 214px;
    padding: 16px 9px 15px;
    border-radius: 13px;
  }.tc-wp-content-root .yt-embed-viewer-pro-icon{
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
    border-radius: 12px;
  }.tc-wp-content-root .yt-embed-viewer-pro-i{
    font-size: 17px;
  }.tc-wp-content-root .yt-embed-viewer-pro-card h3{
    font-size: 13.5px;
    margin-bottom: 7px;
  }.tc-wp-content-root .yt-embed-viewer-pro-card p{
    font-size: 11.8px;
    line-height: 1.4;
  }}