@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 .tvnw-premium-viewer-wrap, .tc-wp-content-root .tvnw-premium-viewer-wrap *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .tvnw-premium-viewer-wrap{
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #172022;
  font-family: inherit;
}.tc-wp-content-root .tvnw-premium-viewer-wrap .tvnw-section{
  width: 100% !important;
  overflow: hidden;
}.tc-wp-content-root .tvnw-premium-viewer-wrap .tvnw-section-white{
  background: #ffffff;
}.tc-wp-content-root .tvnw-premium-viewer-wrap .tvnw-section-tint{
  background: linear-gradient(180deg, #f5fbf9 0%, #f8f7ff 100%);
}.tc-wp-content-root .tvnw-premium-viewer-wrap .tvnw-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}.tc-wp-content-root .tvnw-premium-viewer-wrap h2, .tc-wp-content-root .tvnw-premium-viewer-wrap .tvnw-intro, .tc-wp-content-root .tvnw-premium-viewer-wrap h3, .tc-wp-content-root .tvnw-premium-viewer-wrap p{
  text-align: center !important;
}.tc-wp-content-root .tvnw-premium-viewer-wrap h2{
  margin: 0 auto;
  color: #101719;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .tvnw-premium-viewer-wrap .tvnw-intro{
  margin: 0 auto;
  color: #506163;
  line-height: 1.7;
  max-width: 760px;
}.tc-wp-content-root .tvnw-premium-viewer-wrap .tvnw-grid{
  display: grid !important;
  align-items: stretch !important;
}.tc-wp-content-root .tvnw-premium-viewer-wrap .tvnw-card{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100% !important;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #dce9e7;
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(14, 38, 42, 0.08);
  overflow: hidden;
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
}.tc-wp-content-root .tvnw-premium-viewer-wrap .tvnw-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255, 47, 108, 0.1), transparent 42%), linear-gradient(135deg, rgba(0, 242, 234, 0.08), rgba(255, 255, 255, 0));
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
}.tc-wp-content-root .tvnw-premium-viewer-wrap .tvnw-card:hover{
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(0, 185, 178, 0.42);
  box-shadow: 0 24px 58px rgba(10, 58, 64, 0.14);
  background: #ffffff;
}.tc-wp-content-root .tvnw-premium-viewer-wrap .tvnw-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .tvnw-premium-viewer-wrap .tvnw-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background: linear-gradient(135deg, #00b8ad 0%, #ff2f6c 100%);
  box-shadow: 0 16px 30px rgba(0, 184, 173, 0.24);
  transition: transform 320ms ease, box-shadow 320ms ease, filter 320ms ease;
}.tc-wp-content-root .tvnw-premium-viewer-wrap .tvnw-card:hover .tvnw-icon{
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(255, 47, 108, 0.22);
  filter: saturate(1.08);
}.tc-wp-content-root .tvnw-premium-viewer-wrap .tvnw-i{
  color: #ffffff;
  line-height: 1;
}.tc-wp-content-root .tvnw-premium-viewer-wrap h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #142124;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .tvnw-premium-viewer-wrap .tvnw-card p{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #5a696b;
  line-height: 1.62;
}.tc-wp-content-root .tvnw-premium-viewer-wrap .tvnw-card.tvnw-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .tvnw-premium-viewer-wrap .tvnw-card.tvnw-reveal.tvnw-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 1024px) {.tc-wp-content-root .tvnw-premium-viewer-wrap .tvnw-section{
    padding: 92px 0;
  }.tc-wp-content-root .tvnw-premium-viewer-wrap .tvnw-container{
    padding: 0 28px;
  }.tc-wp-content-root .tvnw-premium-viewer-wrap h2{
    font-size: 42px;
    max-width: 1040px;
    white-space: nowrap;
  }.tc-wp-content-root .tvnw-premium-viewer-wrap .tvnw-intro{
    margin-top: 18px;
    font-size: 17px;
  }.tc-wp-content-root .tvnw-premium-viewer-wrap .tvnw-grid{
    gap: 26px;
    margin-top: 46px;
  }.tc-wp-content-root .tvnw-premium-viewer-wrap .tvnw-grid-six{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .tvnw-premium-viewer-wrap .tvnw-grid-eight{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .tvnw-premium-viewer-wrap .tvnw-card{
    min-height: 292px;
    padding: 34px 28px 30px;
  }.tc-wp-content-root .tvnw-premium-viewer-wrap .tvnw-icon{
    width: 68px;
    height: 68px;
    border-radius: 20px;
    margin-bottom: 24px;
  }.tc-wp-content-root .tvnw-premium-viewer-wrap .tvnw-i{
    font-size: 28px;
  }.tc-wp-content-root .tvnw-premium-viewer-wrap h3{
    font-size: 20px;
    margin-bottom: 14px;
  }.tc-wp-content-root .tvnw-premium-viewer-wrap .tvnw-card p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tvnw-premium-viewer-wrap .tvnw-section{
    padding: 76px 0;
  }.tc-wp-content-root .tvnw-premium-viewer-wrap .tvnw-container{
    padding: 0 24px;
  }.tc-wp-content-root .tvnw-premium-viewer-wrap h2{
    font-size: 34px;
    max-width: 820px;
  }.tc-wp-content-root .tvnw-premium-viewer-wrap .tvnw-intro{
    margin-top: 16px;
    font-size: 16px;
  }.tc-wp-content-root .tvnw-premium-viewer-wrap .tvnw-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 38px;
  }.tc-wp-content-root .tvnw-premium-viewer-wrap .tvnw-card{
    min-height: 268px;
    padding: 30px 24px 26px;
  }.tc-wp-content-root .tvnw-premium-viewer-wrap .tvnw-icon{
    width: 62px;
    height: 62px;
    border-radius: 18px;
    margin-bottom: 22px;
  }.tc-wp-content-root .tvnw-premium-viewer-wrap .tvnw-i{
    font-size: 25px;
  }.tc-wp-content-root .tvnw-premium-viewer-wrap h3{
    font-size: 19px;
    margin-bottom: 12px;
  }.tc-wp-content-root .tvnw-premium-viewer-wrap .tvnw-card p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tvnw-premium-viewer-wrap .tvnw-section{
    padding: 58px 0;
  }.tc-wp-content-root .tvnw-premium-viewer-wrap .tvnw-container{
    padding: 0 16px;
  }.tc-wp-content-root .tvnw-premium-viewer-wrap h2{
    font-size: 27px;
    max-width: 520px;
  }.tc-wp-content-root .tvnw-premium-viewer-wrap .tvnw-intro{
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.58;
  }.tc-wp-content-root .tvnw-premium-viewer-wrap .tvnw-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .tvnw-premium-viewer-wrap .tvnw-card{
    min-height: 230px;
    padding: 22px 14px 20px;
    border-radius: 18px;
  }.tc-wp-content-root .tvnw-premium-viewer-wrap .tvnw-icon{
    width: 50px;
    height: 50px;
    border-radius: 15px;
    margin-bottom: 16px;
  }.tc-wp-content-root .tvnw-premium-viewer-wrap .tvnw-i{
    font-size: 21px;
  }.tc-wp-content-root .tvnw-premium-viewer-wrap h3{
    font-size: 16px;
    margin-bottom: 9px;
  }.tc-wp-content-root .tvnw-premium-viewer-wrap .tvnw-card p{
    font-size: 13px;
    line-height: 1.48;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tvnw-premium-viewer-wrap .tvnw-section{
    padding: 50px 0;
  }.tc-wp-content-root .tvnw-premium-viewer-wrap .tvnw-container{
    padding: 0 12px;
  }.tc-wp-content-root .tvnw-premium-viewer-wrap h2{
    font-size: 24px;
    max-width: 360px;
  }.tc-wp-content-root .tvnw-premium-viewer-wrap .tvnw-intro{
    margin-top: 10px;
    font-size: 13.5px;
    line-height: 1.52;
  }.tc-wp-content-root .tvnw-premium-viewer-wrap .tvnw-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
  }.tc-wp-content-root .tvnw-premium-viewer-wrap .tvnw-card{
    min-height: 222px;
    padding: 20px 11px 18px;
    border-radius: 16px;
  }.tc-wp-content-root .tvnw-premium-viewer-wrap .tvnw-icon{
    width: 46px;
    height: 46px;
    border-radius: 14px;
    margin-bottom: 14px;
  }.tc-wp-content-root .tvnw-premium-viewer-wrap .tvnw-i{
    font-size: 19px;
  }.tc-wp-content-root .tvnw-premium-viewer-wrap h3{
    font-size: 15px;
    margin-bottom: 8px;
  }.tc-wp-content-root .tvnw-premium-viewer-wrap .tvnw-card p{
    font-size: 12.5px;
    line-height: 1.44;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tvnw-premium-viewer-wrap .tvnw-section{
    padding: 44px 0;
  }.tc-wp-content-root .tvnw-premium-viewer-wrap .tvnw-container{
    padding: 0 10px;
  }.tc-wp-content-root .tvnw-premium-viewer-wrap h2{
    font-size: 22px;
    max-width: 312px;
  }.tc-wp-content-root .tvnw-premium-viewer-wrap .tvnw-intro{
    margin-top: 9px;
    font-size: 12.8px;
    line-height: 1.46;
  }.tc-wp-content-root .tvnw-premium-viewer-wrap .tvnw-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
  }.tc-wp-content-root .tvnw-premium-viewer-wrap .tvnw-card{
    min-height: 214px;
    padding: 18px 9px 16px;
    border-radius: 15px;
  }.tc-wp-content-root .tvnw-premium-viewer-wrap .tvnw-icon{
    width: 42px;
    height: 42px;
    border-radius: 13px;
    margin-bottom: 12px;
  }.tc-wp-content-root .tvnw-premium-viewer-wrap .tvnw-i{
    font-size: 18px;
  }.tc-wp-content-root .tvnw-premium-viewer-wrap h3{
    font-size: 14px;
    margin-bottom: 7px;
  }.tc-wp-content-root .tvnw-premium-viewer-wrap .tvnw-card p{
    font-size: 11.8px;
    line-height: 1.4;
  }}