@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 .tkdv-premium-viewer-wrap, .tc-wp-content-root .tkdv-premium-viewer-wrap *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .tkdv-premium-viewer-wrap{
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #152227;
  font-family: inherit;
}.tc-wp-content-root .tkdv-premium-viewer-wrap .tkdv-section{
  width: 100% !important;
  text-align: center;
  position: relative;
}.tc-wp-content-root .tkdv-premium-viewer-wrap .tkdv-section-white{
  background: #ffffff;
}.tc-wp-content-root .tkdv-premium-viewer-wrap .tkdv-section-tint{
  background:
    radial-gradient(circle at 50% 0%, rgba(254, 44, 85, 0.09), transparent 34%),
    linear-gradient(180deg, #f7fcfb 0%, #fff8fa 100%);
}.tc-wp-content-root .tkdv-premium-viewer-wrap .tkdv-container{
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
}.tc-wp-content-root .tkdv-premium-viewer-wrap h2{
  margin: 0 auto;
  color: #111b1f;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center;
}.tc-wp-content-root .tkdv-premium-viewer-wrap .tkdv-intro{
  margin: 0 auto;
  max-width: 760px;
  color: #526268;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
}.tc-wp-content-root .tkdv-premium-viewer-wrap .tkdv-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
}.tc-wp-content-root .tkdv-premium-viewer-wrap .tkdv-card{
  height: 100%;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92)),
    radial-gradient(circle at 50% 0%, rgba(37, 244, 238, 0.12), transparent 42%);
  border: 1px solid rgba(21, 34, 39, 0.1);
  border-radius: 22px;
  box-shadow: 0 18px 46px rgba(17, 27, 31, 0.08);
  position: relative;
  overflow: hidden;
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background-position 280ms ease;
}.tc-wp-content-root .tkdv-premium-viewer-wrap .tkdv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(254, 44, 85, 0.08), rgba(37, 244, 238, 0.08));
  opacity: 0;
  transition: opacity 280ms ease;
  pointer-events: none;
}.tc-wp-content-root .tkdv-premium-viewer-wrap .tkdv-card:hover{
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(254, 44, 85, 0.34);
  box-shadow: 0 24px 60px rgba(254, 44, 85, 0.13), 0 16px 42px rgba(37, 244, 238, 0.12);
}.tc-wp-content-root .tkdv-premium-viewer-wrap .tkdv-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .tkdv-premium-viewer-wrap .tkdv-icon{
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #111b1f 0%, #fe2c55 52%, #25f4ee 100%);
  box-shadow: 0 14px 34px rgba(254, 44, 85, 0.2);
  position: relative;
  z-index: 1;
  transition: transform 280ms ease, box-shadow 280ms ease;
}.tc-wp-content-root .tkdv-premium-viewer-wrap .tkdv-card:hover .tkdv-icon{
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(37, 244, 238, 0.24);
}.tc-wp-content-root .tkdv-premium-viewer-wrap .tkdv-i{
  color: #ffffff;
  line-height: 1;
  text-align: center;
}.tc-wp-content-root .tkdv-premium-viewer-wrap h3{
  margin: 0;
  color: #132126;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
  position: relative;
  z-index: 1;
}.tc-wp-content-root .tkdv-premium-viewer-wrap .tkdv-card p{
  margin: 0;
  color: #5a686d;
  line-height: 1.65;
  text-align: center;
  position: relative;
  z-index: 1;
}.tc-wp-content-root .tkdv-premium-viewer-wrap .tkdv-card.tkdv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .tkdv-premium-viewer-wrap .tkdv-card.tkdv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 1024px) {.tc-wp-content-root .tkdv-premium-viewer-wrap .tkdv-section{
    padding: 92px 0;
  }.tc-wp-content-root .tkdv-premium-viewer-wrap .tkdv-container{
    padding: 0 28px;
  }.tc-wp-content-root .tkdv-premium-viewer-wrap h2{
    font-size: 44px;
    max-width: 980px;
    white-space: nowrap;
  }.tc-wp-content-root .tkdv-premium-viewer-wrap .tkdv-intro{
    font-size: 17px;
    margin-top: 18px;
  }.tc-wp-content-root .tkdv-premium-viewer-wrap .tkdv-grid{
    gap: 26px;
    margin-top: 44px;
  }.tc-wp-content-root .tkdv-premium-viewer-wrap .tkdv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .tkdv-premium-viewer-wrap .tkdv-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .tkdv-premium-viewer-wrap .tkdv-card{
    min-height: 300px;
    padding: 34px 26px 30px;
  }.tc-wp-content-root .tkdv-premium-viewer-wrap .tkdv-icon{
    width: 68px;
    height: 68px;
    margin-bottom: 24px;
  }.tc-wp-content-root .tkdv-premium-viewer-wrap .tkdv-i{
    font-size: 27px;
  }.tc-wp-content-root .tkdv-premium-viewer-wrap h3{
    font-size: 21px;
    margin-bottom: 14px;
  }.tc-wp-content-root .tkdv-premium-viewer-wrap .tkdv-card p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tkdv-premium-viewer-wrap .tkdv-section{
    padding: 76px 0;
  }.tc-wp-content-root .tkdv-premium-viewer-wrap .tkdv-container{
    padding: 0 24px;
  }.tc-wp-content-root .tkdv-premium-viewer-wrap h2{
    font-size: 36px;
    max-width: 760px;
  }.tc-wp-content-root .tkdv-premium-viewer-wrap .tkdv-intro{
    font-size: 16px;
    margin-top: 16px;
  }.tc-wp-content-root .tkdv-premium-viewer-wrap .tkdv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 38px;
  }.tc-wp-content-root .tkdv-premium-viewer-wrap .tkdv-card{
    min-height: 270px;
    padding: 30px 24px 26px;
  }.tc-wp-content-root .tkdv-premium-viewer-wrap .tkdv-icon{
    width: 62px;
    height: 62px;
    margin-bottom: 20px;
  }.tc-wp-content-root .tkdv-premium-viewer-wrap .tkdv-i{
    font-size: 25px;
  }.tc-wp-content-root .tkdv-premium-viewer-wrap h3{
    font-size: 20px;
    margin-bottom: 12px;
  }.tc-wp-content-root .tkdv-premium-viewer-wrap .tkdv-card p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tkdv-premium-viewer-wrap .tkdv-section{
    padding: 54px 0;
  }.tc-wp-content-root .tkdv-premium-viewer-wrap .tkdv-container{
    padding: 0 16px;
  }.tc-wp-content-root .tkdv-premium-viewer-wrap h2{
    font-size: 28px;
    max-width: 420px;
  }.tc-wp-content-root .tkdv-premium-viewer-wrap .tkdv-intro{
    font-size: 14.5px;
    line-height: 1.58;
    margin-top: 12px;
  }.tc-wp-content-root .tkdv-premium-viewer-wrap .tkdv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .tkdv-premium-viewer-wrap .tkdv-card{
    min-height: 235px;
    padding: 22px 14px 20px;
    border-radius: 18px;
  }.tc-wp-content-root .tkdv-premium-viewer-wrap .tkdv-icon{
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    border-radius: 15px;
  }.tc-wp-content-root .tkdv-premium-viewer-wrap .tkdv-i{
    font-size: 21px;
  }.tc-wp-content-root .tkdv-premium-viewer-wrap h3{
    font-size: 16px;
    margin-bottom: 9px;
  }.tc-wp-content-root .tkdv-premium-viewer-wrap .tkdv-card p{
    font-size: 13px;
    line-height: 1.5;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tkdv-premium-viewer-wrap .tkdv-section{
    padding: 48px 0;
  }.tc-wp-content-root .tkdv-premium-viewer-wrap .tkdv-container{
    padding: 0 12px;
  }.tc-wp-content-root .tkdv-premium-viewer-wrap h2{
    font-size: 25px;
    max-width: 350px;
  }.tc-wp-content-root .tkdv-premium-viewer-wrap .tkdv-intro{
    font-size: 13.8px;
    line-height: 1.52;
    margin-top: 11px;
  }.tc-wp-content-root .tkdv-premium-viewer-wrap .tkdv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
  }.tc-wp-content-root .tkdv-premium-viewer-wrap .tkdv-card{
    min-height: 225px;
    padding: 19px 11px 18px;
    border-radius: 16px;
  }.tc-wp-content-root .tkdv-premium-viewer-wrap .tkdv-icon{
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    border-radius: 14px;
  }.tc-wp-content-root .tkdv-premium-viewer-wrap .tkdv-i{
    font-size: 19px;
  }.tc-wp-content-root .tkdv-premium-viewer-wrap h3{
    font-size: 14.8px;
    margin-bottom: 8px;
  }.tc-wp-content-root .tkdv-premium-viewer-wrap .tkdv-card p{
    font-size: 12.4px;
    line-height: 1.45;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tkdv-premium-viewer-wrap .tkdv-section{
    padding: 42px 0;
  }.tc-wp-content-root .tkdv-premium-viewer-wrap .tkdv-container{
    padding: 0 10px;
  }.tc-wp-content-root .tkdv-premium-viewer-wrap h2{
    font-size: 22px;
    max-width: 300px;
  }.tc-wp-content-root .tkdv-premium-viewer-wrap .tkdv-intro{
    font-size: 13px;
    line-height: 1.48;
    margin-top: 10px;
  }.tc-wp-content-root .tkdv-premium-viewer-wrap .tkdv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
  }.tc-wp-content-root .tkdv-premium-viewer-wrap .tkdv-card{
    min-height: 218px;
    padding: 17px 9px 16px;
    border-radius: 15px;
  }.tc-wp-content-root .tkdv-premium-viewer-wrap .tkdv-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 13px;
    border-radius: 13px;
  }.tc-wp-content-root .tkdv-premium-viewer-wrap .tkdv-i{
    font-size: 18px;
  }.tc-wp-content-root .tkdv-premium-viewer-wrap h3{
    font-size: 13.6px;
    margin-bottom: 7px;
  }.tc-wp-content-root .tkdv-premium-viewer-wrap .tkdv-card p{
    font-size: 11.7px;
    line-height: 1.42;
  }}