@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 .ttdv-data-viewer-wrap, .tc-wp-content-root .ttdv-data-viewer-wrap *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .ttdv-data-viewer-wrap{
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  --ttdv-primary: #00a884;
  --ttdv-secondary: #ff3b5c;
  --ttdv-accent: #111827;
  --ttdv-soft: #f3fffb;
  --ttdv-text: #18212f;
  --ttdv-muted: #647084;
  --ttdv-border: rgba(0, 168, 132, 0.18);
  --ttdv-shadow: rgba(17, 24, 39, 0.12);
  --ttdv-glow: rgba(255, 59, 92, 0.18);
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ttdv-text);
  background: #ffffff;
}.tc-wp-content-root .ttdv-data-viewer-wrap .ttdv-section{
  width: 100% !important;
  overflow: hidden;
}.tc-wp-content-root .ttdv-data-viewer-wrap .ttdv-section-one, .tc-wp-content-root .ttdv-data-viewer-wrap .ttdv-section-three{
  background: #ffffff;
}.tc-wp-content-root .ttdv-data-viewer-wrap .ttdv-section-two{
  background:
    radial-gradient(circle at 18% 12%, rgba(0, 168, 132, 0.08), transparent 32%),
    radial-gradient(circle at 82% 22%, rgba(255, 59, 92, 0.07), transparent 30%),
    #f7fbfa;
}.tc-wp-content-root .ttdv-data-viewer-wrap .ttdv-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}.tc-wp-content-root .ttdv-data-viewer-wrap h2, .tc-wp-content-root .ttdv-data-viewer-wrap h3, .tc-wp-content-root .ttdv-data-viewer-wrap p{
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-content-root .ttdv-data-viewer-wrap h2{
  color: var(--ttdv-accent);
  font-weight: 800;
  line-height: 1.13;
  letter-spacing: 0;
  margin-top: 0;
}.tc-wp-content-root .ttdv-data-viewer-wrap .ttdv-intro{
  color: var(--ttdv-muted);
  font-weight: 500;
  line-height: 1.7;
  margin-top: 0;
}.tc-wp-content-root .ttdv-data-viewer-wrap .ttdv-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
}.tc-wp-content-root .ttdv-data-viewer-wrap .ttdv-card{
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  height: 100% !important;
  text-align: center !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)) padding-box,
    linear-gradient(135deg, rgba(0, 168, 132, 0.28), rgba(255, 59, 92, 0.22)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 18px 46px var(--ttdv-shadow);
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background-position 420ms ease;
  isolation: isolate;
  overflow: hidden;
}.tc-wp-content-root .ttdv-data-viewer-wrap .ttdv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(140deg, rgba(0, 168, 132, 0.08), transparent 42%, rgba(255, 59, 92, 0.08));
  opacity: 0;
  transition: opacity 280ms ease;
  z-index: -1;
}.tc-wp-content-root .ttdv-data-viewer-wrap .ttdv-card:hover{
  transform: translateY(-8px) scale(1.012);
  box-shadow: 0 24px 64px rgba(17, 24, 39, 0.16), 0 0 0 4px var(--ttdv-glow);
}.tc-wp-content-root .ttdv-data-viewer-wrap .ttdv-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ttdv-data-viewer-wrap .ttdv-icon{
  display: grid;
  place-items: center;
  text-align: center !important;
  color: #ffffff;
  background: linear-gradient(135deg, var(--ttdv-primary), var(--ttdv-secondary));
  box-shadow: 0 14px 30px rgba(0, 168, 132, 0.22);
  transition: transform 280ms ease, box-shadow 280ms ease;
}.tc-wp-content-root .ttdv-data-viewer-wrap .ttdv-card:hover .ttdv-icon{
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(255, 59, 92, 0.22);
}.tc-wp-content-root .ttdv-data-viewer-wrap .ttdv-i{
  line-height: 1;
  text-align: center !important;
}.tc-wp-content-root .ttdv-data-viewer-wrap h3{
  color: var(--ttdv-accent);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  margin-bottom: 0;
}.tc-wp-content-root .ttdv-data-viewer-wrap .ttdv-card p{
  color: var(--ttdv-muted);
  line-height: 1.62;
  font-weight: 500;
  margin-bottom: 0;
}.tc-wp-content-root .ttdv-data-viewer-wrap .ttdv-card.ttdv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ttdv-data-viewer-wrap .ttdv-card.ttdv-reveal.ttdv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 1024px) {.tc-wp-content-root .ttdv-data-viewer-wrap .ttdv-section{
    padding: 92px 0;
  }.tc-wp-content-root .ttdv-data-viewer-wrap .ttdv-container{
    padding: 0 28px;
  }.tc-wp-content-root .ttdv-data-viewer-wrap h2{
    font-size: 42px;
    margin-bottom: 18px;
    white-space: nowrap;
  }.tc-wp-content-root .ttdv-data-viewer-wrap .ttdv-intro{
    max-width: 760px;
    font-size: 17px;
    margin-bottom: 42px;
  }.tc-wp-content-root .ttdv-data-viewer-wrap .ttdv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ttdv-data-viewer-wrap .ttdv-grid{
    gap: 26px;
  }.tc-wp-content-root .ttdv-data-viewer-wrap .ttdv-card{
    min-height: 300px;
    padding: 34px 28px 30px;
    border-radius: 24px;
  }.tc-wp-content-root .ttdv-data-viewer-wrap .ttdv-icon{
    width: 70px;
    height: 70px;
    border-radius: 22px;
    margin-bottom: 24px;
    font-size: 28px;
  }.tc-wp-content-root .ttdv-data-viewer-wrap h3{
    font-size: 21px;
    margin-top: 0;
  }.tc-wp-content-root .ttdv-data-viewer-wrap .ttdv-card p{
    font-size: 15px;
    margin-top: 14px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ttdv-data-viewer-wrap .ttdv-section{
    padding: 76px 0;
  }.tc-wp-content-root .ttdv-data-viewer-wrap .ttdv-container{
    padding: 0 24px;
  }.tc-wp-content-root .ttdv-data-viewer-wrap h2{
    font-size: 34px;
    margin-bottom: 16px;
  }.tc-wp-content-root .ttdv-data-viewer-wrap .ttdv-intro{
    max-width: 690px;
    font-size: 16px;
    margin-bottom: 34px;
  }.tc-wp-content-root .ttdv-data-viewer-wrap .ttdv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .ttdv-data-viewer-wrap .ttdv-card{
    min-height: 270px;
    padding: 30px 24px 26px;
    border-radius: 22px;
  }.tc-wp-content-root .ttdv-data-viewer-wrap .ttdv-icon{
    width: 64px;
    height: 64px;
    border-radius: 20px;
    margin-bottom: 21px;
    font-size: 25px;
  }.tc-wp-content-root .ttdv-data-viewer-wrap h3{
    font-size: 19px;
    margin-top: 0;
  }.tc-wp-content-root .ttdv-data-viewer-wrap .ttdv-card p{
    font-size: 14px;
    margin-top: 12px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ttdv-data-viewer-wrap .ttdv-section{
    padding: 56px 0;
  }.tc-wp-content-root .ttdv-data-viewer-wrap .ttdv-container{
    padding: 0 16px;
  }.tc-wp-content-root .ttdv-data-viewer-wrap h2{
    font-size: 28px;
    margin-bottom: 12px;
  }.tc-wp-content-root .ttdv-data-viewer-wrap .ttdv-intro{
    font-size: 14px;
    line-height: 1.58;
    margin-bottom: 24px;
  }.tc-wp-content-root .ttdv-data-viewer-wrap .ttdv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }.tc-wp-content-root .ttdv-data-viewer-wrap .ttdv-card{
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 18px;
  }.tc-wp-content-root .ttdv-data-viewer-wrap .ttdv-icon{
    width: 52px;
    height: 52px;
    border-radius: 16px;
    margin-bottom: 16px;
    font-size: 21px;
  }.tc-wp-content-root .ttdv-data-viewer-wrap h3{
    font-size: 16px;
    margin-top: 0;
  }.tc-wp-content-root .ttdv-data-viewer-wrap .ttdv-card p{
    font-size: 12.5px;
    line-height: 1.5;
    margin-top: 10px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ttdv-data-viewer-wrap .ttdv-section{
    padding: 48px 0;
  }.tc-wp-content-root .ttdv-data-viewer-wrap .ttdv-container{
    padding: 0 12px;
  }.tc-wp-content-root .ttdv-data-viewer-wrap h2{
    font-size: 25px;
    line-height: 1.18;
    margin-bottom: 10px;
  }.tc-wp-content-root .ttdv-data-viewer-wrap .ttdv-intro{
    font-size: 13px;
    line-height: 1.52;
    margin-bottom: 20px;
  }.tc-wp-content-root .ttdv-data-viewer-wrap .ttdv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }.tc-wp-content-root .ttdv-data-viewer-wrap .ttdv-card{
    min-height: 222px;
    padding: 20px 11px 18px;
    border-radius: 16px;
  }.tc-wp-content-root .ttdv-data-viewer-wrap .ttdv-icon{
    width: 48px;
    height: 48px;
    border-radius: 15px;
    margin-bottom: 14px;
    font-size: 19px;
  }.tc-wp-content-root .ttdv-data-viewer-wrap h3{
    font-size: 14.5px;
    line-height: 1.22;
    margin-top: 0;
  }.tc-wp-content-root .ttdv-data-viewer-wrap .ttdv-card p{
    font-size: 11.5px;
    line-height: 1.45;
    margin-top: 8px;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ttdv-data-viewer-wrap .ttdv-section{
    padding: 42px 0;
  }.tc-wp-content-root .ttdv-data-viewer-wrap .ttdv-container{
    padding: 0 10px;
  }.tc-wp-content-root .ttdv-data-viewer-wrap h2{
    font-size: 22px;
    line-height: 1.18;
    margin-bottom: 9px;
  }.tc-wp-content-root .ttdv-data-viewer-wrap .ttdv-intro{
    font-size: 12px;
    line-height: 1.48;
    margin-bottom: 18px;
  }.tc-wp-content-root .ttdv-data-viewer-wrap .ttdv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }.tc-wp-content-root .ttdv-data-viewer-wrap .ttdv-card{
    min-height: 214px;
    padding: 18px 9px 16px;
    border-radius: 14px;
  }.tc-wp-content-root .ttdv-data-viewer-wrap .ttdv-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 12px;
    font-size: 17px;
  }.tc-wp-content-root .ttdv-data-viewer-wrap h3{
    font-size: 13px;
    line-height: 1.2;
    margin-top: 0;
  }.tc-wp-content-root .ttdv-data-viewer-wrap .ttdv-card p{
    font-size: 10.8px;
    line-height: 1.42;
    margin-top: 7px;
  }}