@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 .tsv-premium-stats-section, .tc-wp-content-root .tsv-premium-stats-section *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .tsv-premium-stats-section{
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  --tsv-primary: #ff2f6d;
  --tsv-secondary: #19d6cf;
  --tsv-accent: #101827;
  --tsv-soft: #fff5f8;
  --tsv-soft-strong: #eefdfb;
  --tsv-text: #172033;
  --tsv-muted: #657084;
  --tsv-border: rgba(255, 47, 109, 0.16);
  --tsv-shadow: rgba(16, 24, 39, 0.12);
  --tsv-glow: rgba(25, 214, 207, 0.24);
  font-family: Arial, Helvetica, sans-serif;
  color: var(--tsv-text);
}.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-band{
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
}.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-band-white{
  background: #ffffff;
}.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-band-tint{
  background:
    radial-gradient(circle at 50% 0%, rgba(25, 214, 207, 0.13), transparent 34%),
    linear-gradient(180deg, var(--tsv-soft) 0%, var(--tsv-soft-strong) 100%);
}.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-container{
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding-left: 24px;
  padding-right: 24px;
}.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-heading{
  margin: 0 auto;
  max-width: 980px;
  text-align: center;
  color: var(--tsv-accent);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-intro{
  margin: 16px auto 0;
  max-width: 780px;
  text-align: center;
  color: var(--tsv-muted);
  font-weight: 500;
  line-height: 1.7;
}.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-grid{
  display: grid !important;
  align-items: stretch !important;
}.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-card{
  position: relative;
  z-index: 1;
  height: 100% !important;
  display: grid;
  justify-items: center;
  align-content: center;
  text-align: center;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(255, 47, 109, 0.28), rgba(25, 214, 207, 0.22)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 18px 44px var(--tsv-shadow);
  overflow: hidden;
  isolation: isolate;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, rgba(255, 47, 109, 0.08), transparent 42%),
    radial-gradient(circle at 50% 18%, rgba(25, 214, 207, 0.15), transparent 40%);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 260ms ease, transform 260ms ease;
}.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-card:hover{
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 26px 64px rgba(16, 24, 39, 0.16), 0 0 0 4px var(--tsv-glow);
}.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-card:hover::before{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-icon{
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background: linear-gradient(135deg, var(--tsv-primary), var(--tsv-secondary));
  box-shadow: 0 14px 30px rgba(255, 47, 109, 0.24);
  transition: transform 260ms ease, box-shadow 260ms ease, filter 260ms ease;
}.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-card:hover .tsv-premium-icon{
  transform: translateY(-4px);
  filter: saturate(1.08);
  box-shadow: 0 18px 36px rgba(25, 214, 207, 0.28);
}.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-i{
  color: #ffffff;
  line-height: 1;
  text-align: center;
}.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-card-title{
  margin: 18px auto 0;
  text-align: center;
  color: var(--tsv-accent);
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: 0;
}.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-card-text{
  margin: 12px auto 0;
  text-align: center;
  color: var(--tsv-muted);
  font-weight: 500;
  line-height: 1.62;
}.tc-wp-content-root .tsv-premium-stats-section.tsv-js-ready .tsv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .tsv-premium-stats-section.tsv-js-ready .tsv-reveal.tsv-in-view{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}@media (min-width: 1024px) {.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-band{
    padding-top: 92px;
    padding-bottom: 96px;
  }.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-heading{
    font-size: 42px;
    white-space: nowrap;
  }.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-intro{
    font-size: 17px;
  }.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-grid{
    margin-top: 44px;
    gap: 24px;
  }.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-card{
    min-height: 296px;
    padding: 34px 26px;
    border-radius: 24px;
  }.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-icon{
    width: 68px;
    height: 68px;
    border-radius: 20px;
  }.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-i{
    font-size: 28px;
  }.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-card-title{
    font-size: 20px;
  }.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-card-text{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-band{
    padding-top: 72px;
    padding-bottom: 76px;
  }.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-container{
    padding-left: 22px;
    padding-right: 22px;
  }.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-heading{
    font-size: 34px;
  }.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-intro{
    font-size: 16px;
  }.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 36px;
    gap: 20px;
  }.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-card{
    min-height: 268px;
    padding: 30px 24px;
    border-radius: 22px;
  }.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-icon{
    width: 62px;
    height: 62px;
    border-radius: 18px;
  }.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-i{
    font-size: 25px;
  }.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-card-title{
    font-size: 19px;
  }.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-card-text{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-band{
    padding-top: 56px;
    padding-bottom: 60px;
  }.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-container{
    padding-left: 16px;
    padding-right: 16px;
  }.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-heading{
    font-size: 28px;
  }.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-intro{
    font-size: 14.5px;
    line-height: 1.58;
  }.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 28px;
    gap: 14px;
  }.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-card{
    min-height: 232px;
    padding: 22px 14px;
    border-radius: 18px;
  }.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-icon{
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-i{
    font-size: 21px;
  }.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-card-title{
    margin-top: 14px;
    font-size: 16px;
  }.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-card-text{
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.48;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-band{
    padding-top: 48px;
    padding-bottom: 52px;
  }.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-container{
    padding-left: 12px;
    padding-right: 12px;
  }.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-heading{
    font-size: 25px;
  }.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-intro{
    font-size: 13.5px;
    line-height: 1.52;
  }.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 24px;
    gap: 12px;
  }.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-card{
    min-height: 222px;
    padding: 19px 11px;
    border-radius: 16px;
  }.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-icon{
    width: 48px;
    height: 48px;
    border-radius: 15px;
  }.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-i{
    font-size: 19px;
  }.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-card-title{
    margin-top: 13px;
    font-size: 15px;
  }.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-card-text{
    margin-top: 8px;
    font-size: 12.5px;
    line-height: 1.45;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-band{
    padding-top: 42px;
    padding-bottom: 46px;
  }.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-container{
    padding-left: 10px;
    padding-right: 10px;
  }.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-heading{
    font-size: 22px;
    line-height: 1.16;
  }.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-intro{
    margin-top: 12px;
    font-size: 12.8px;
    line-height: 1.48;
  }.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 22px;
    gap: 10px;
  }.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-card{
    min-height: 214px;
    padding: 17px 9px;
    border-radius: 15px;
  }.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-i{
    font-size: 18px;
  }.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-card-title{
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.22;
  }.tc-wp-content-root .tsv-premium-stats-section .tsv-premium-card-text{
    margin-top: 7px;
    font-size: 11.8px;
    line-height: 1.42;
  }}