@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 .tkvv-premium-viewer, .tc-wp-content-root .tkvv-premium-viewer *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .tkvv-premium-viewer{
  width: 100% !important;
  overflow: hidden;
  color: #1e2630;
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff;
}.tc-wp-content-root .tkvv-premium-viewer .tkvv-section{
  width: 100% !important;
}.tc-wp-content-root .tkvv-premium-viewer .tkvv-section-white{
  background: #ffffff;
}.tc-wp-content-root .tkvv-premium-viewer .tkvv-section-tint{
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 242, 234, 0.14), transparent 34%),
    linear-gradient(180deg, #fff7fa 0%, #f6fbfb 100%);
}.tc-wp-content-root .tkvv-premium-viewer .tkvv-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}.tc-wp-content-root .tkvv-premium-viewer .tkvv-heading, .tc-wp-content-root .tkvv-premium-viewer .tkvv-intro, .tc-wp-content-root .tkvv-premium-viewer .tkvv-card, .tc-wp-content-root .tkvv-premium-viewer .tkvv-card h3, .tc-wp-content-root .tkvv-premium-viewer .tkvv-card p{
  text-align: center !important;
}.tc-wp-content-root .tkvv-premium-viewer .tkvv-heading{
  margin: 0 auto;
  color: #101820;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .tkvv-premium-viewer .tkvv-intro{
  margin: 14px auto 0;
  max-width: 760px;
  color: #5e6875;
  line-height: 1.65;
  font-weight: 400;
}.tc-wp-content-root .tkvv-premium-viewer .tkvv-grid{
  display: grid !important;
  align-items: stretch !important;
}.tc-wp-content-root .tkvv-premium-viewer .tkvv-card{
  position: relative;
  z-index: 1;
  height: 100% !important;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 45, 85, 0.16);
  border-radius: 24px;
  box-shadow: 0 18px 42px rgba(16, 24, 32, 0.08);
  overflow: hidden;
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
}.tc-wp-content-root .tkvv-premium-viewer .tkvv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background:
    linear-gradient(145deg, rgba(255, 45, 85, 0.09), rgba(0, 242, 234, 0.09)),
    radial-gradient(circle at 50% 0%, rgba(37, 244, 238, 0.16), transparent 42%);
  transition: opacity 280ms ease, transform 280ms ease;
}.tc-wp-content-root .tkvv-premium-viewer .tkvv-icon{
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 22px;
  background: linear-gradient(135deg, #ff2d55 0%, #25f4ee 100%);
  box-shadow: 0 14px 28px rgba(255, 45, 85, 0.22);
  color: #ffffff;
  transition: transform 280ms ease, box-shadow 280ms ease;
}.tc-wp-content-root .tkvv-premium-viewer .tkvv-i{
  display: block;
  color: #ffffff;
  line-height: 1;
  text-align: center;
}.tc-wp-content-root .tkvv-premium-viewer .tkvv-card h3{
  margin: 0;
  color: #151f2a;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .tkvv-premium-viewer .tkvv-card p{
  margin: 0 auto;
  color: #65707d;
  line-height: 1.58;
  font-weight: 400;
}.tc-wp-content-root .tkvv-premium-viewer .tkvv-card:hover{
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(37, 244, 238, 0.46);
  box-shadow: 0 24px 54px rgba(255, 45, 85, 0.16), 0 10px 24px rgba(37, 244, 238, 0.13);
  background: #ffffff;
}.tc-wp-content-root .tkvv-premium-viewer .tkvv-card:hover::before{
  opacity: 1;
  transform: scale(1.04);
}.tc-wp-content-root .tkvv-premium-viewer .tkvv-card:hover .tkvv-icon{
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(37, 244, 238, 0.24);
}.tc-wp-content-root .tkvv-premium-viewer.tkvv-js .tkvv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .tkvv-premium-viewer.tkvv-js .tkvv-reveal.tkvv-in{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
}@media (min-width: 1024px) {.tc-wp-content-root .tkvv-premium-viewer .tkvv-section{
    padding: 86px 0;
  }.tc-wp-content-root .tkvv-premium-viewer .tkvv-container{
    padding: 0 28px;
  }.tc-wp-content-root .tkvv-premium-viewer .tkvv-heading{
    font-size: 42px;
    max-width: 980px;
    white-space: nowrap;
  }.tc-wp-content-root .tkvv-premium-viewer .tkvv-intro{
    font-size: 17px;
  }.tc-wp-content-root .tkvv-premium-viewer .tkvv-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin-top: 44px;
  }.tc-wp-content-root .tkvv-premium-viewer .tkvv-card{
    min-height: 296px;
    padding: 34px 28px 30px;
  }.tc-wp-content-root .tkvv-premium-viewer .tkvv-icon{
    width: 70px;
    height: 70px;
    margin-bottom: 24px;
  }.tc-wp-content-root .tkvv-premium-viewer .tkvv-i{
    font-size: 30px;
  }.tc-wp-content-root .tkvv-premium-viewer .tkvv-card h3{
    font-size: 21px;
    margin-bottom: 13px;
  }.tc-wp-content-root .tkvv-premium-viewer .tkvv-card p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tkvv-premium-viewer .tkvv-section{
    padding: 72px 0;
  }.tc-wp-content-root .tkvv-premium-viewer .tkvv-container{
    padding: 0 24px;
  }.tc-wp-content-root .tkvv-premium-viewer .tkvv-heading{
    font-size: 34px;
    max-width: 760px;
  }.tc-wp-content-root .tkvv-premium-viewer .tkvv-intro{
    font-size: 16px;
  }.tc-wp-content-root .tkvv-premium-viewer .tkvv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 38px;
  }.tc-wp-content-root .tkvv-premium-viewer .tkvv-card{
    min-height: 270px;
    padding: 30px 24px 26px;
    border-radius: 22px;
  }.tc-wp-content-root .tkvv-premium-viewer .tkvv-icon{
    width: 64px;
    height: 64px;
    margin-bottom: 21px;
  }.tc-wp-content-root .tkvv-premium-viewer .tkvv-i{
    font-size: 27px;
  }.tc-wp-content-root .tkvv-premium-viewer .tkvv-card h3{
    font-size: 19px;
    margin-bottom: 12px;
  }.tc-wp-content-root .tkvv-premium-viewer .tkvv-card p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tkvv-premium-viewer .tkvv-section{
    padding: 58px 0;
  }.tc-wp-content-root .tkvv-premium-viewer .tkvv-container{
    padding: 0 18px;
  }.tc-wp-content-root .tkvv-premium-viewer .tkvv-heading{
    font-size: 28px;
    max-width: 560px;
  }.tc-wp-content-root .tkvv-premium-viewer .tkvv-intro{
    font-size: 14.5px;
    line-height: 1.55;
  }.tc-wp-content-root .tkvv-premium-viewer .tkvv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .tkvv-premium-viewer .tkvv-card{
    min-height: 238px;
    padding: 22px 14px 20px;
    border-radius: 18px;
  }.tc-wp-content-root .tkvv-premium-viewer .tkvv-icon{
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
    border-radius: 17px;
  }.tc-wp-content-root .tkvv-premium-viewer .tkvv-i{
    font-size: 23px;
  }.tc-wp-content-root .tkvv-premium-viewer .tkvv-card h3{
    font-size: 16px;
    margin-bottom: 9px;
  }.tc-wp-content-root .tkvv-premium-viewer .tkvv-card p{
    font-size: 13px;
    line-height: 1.48;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tkvv-premium-viewer .tkvv-section{
    padding: 50px 0;
  }.tc-wp-content-root .tkvv-premium-viewer .tkvv-container{
    padding: 0 14px;
  }.tc-wp-content-root .tkvv-premium-viewer .tkvv-heading{
    font-size: 25px;
    max-width: 350px;
  }.tc-wp-content-root .tkvv-premium-viewer .tkvv-intro{
    font-size: 13.5px;
    line-height: 1.5;
  }.tc-wp-content-root .tkvv-premium-viewer .tkvv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 26px;
  }.tc-wp-content-root .tkvv-premium-viewer .tkvv-card{
    min-height: 226px;
    padding: 19px 11px 17px;
    border-radius: 16px;
  }.tc-wp-content-root .tkvv-premium-viewer .tkvv-icon{
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    border-radius: 15px;
  }.tc-wp-content-root .tkvv-premium-viewer .tkvv-i{
    font-size: 20px;
  }.tc-wp-content-root .tkvv-premium-viewer .tkvv-card h3{
    font-size: 14.5px;
    margin-bottom: 8px;
  }.tc-wp-content-root .tkvv-premium-viewer .tkvv-card p{
    font-size: 12.2px;
    line-height: 1.42;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tkvv-premium-viewer .tkvv-section{
    padding: 44px 0;
  }.tc-wp-content-root .tkvv-premium-viewer .tkvv-container{
    padding: 0 10px;
  }.tc-wp-content-root .tkvv-premium-viewer .tkvv-heading{
    font-size: 22px;
    max-width: 300px;
  }.tc-wp-content-root .tkvv-premium-viewer .tkvv-intro{
    font-size: 12.5px;
    line-height: 1.45;
  }.tc-wp-content-root .tkvv-premium-viewer .tkvv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 22px;
  }.tc-wp-content-root .tkvv-premium-viewer .tkvv-card{
    min-height: 216px;
    padding: 16px 8px 14px;
    border-radius: 14px;
  }.tc-wp-content-root .tkvv-premium-viewer .tkvv-icon{
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
    border-radius: 13px;
  }.tc-wp-content-root .tkvv-premium-viewer .tkvv-i{
    font-size: 18px;
  }.tc-wp-content-root .tkvv-premium-viewer .tkvv-card h3{
    font-size: 13.2px;
    margin-bottom: 7px;
  }.tc-wp-content-root .tkvv-premium-viewer .tkvv-card p{
    font-size: 11.4px;
    line-height: 1.36;
  }}

.tc-wp-content-root .tkvv-grid-3 {}