@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 .tuvx9-section-wrap, .tc-wp-content-root .tuvx9-section-wrap *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .tuvx9-section-wrap{
  --tuvx9-primary: #101820;
  --tuvx9-secondary: #ff2f62;
  --tuvx9-accent: #00d6c9;
  --tuvx9-tint: #f6fbfb;
  --tuvx9-text: #17212b;
  --tuvx9-muted: #5d6b78;
  --tuvx9-border: rgba(16, 24, 32, 0.1);
  --tuvx9-shadow: rgba(16, 24, 32, 0.12);
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: var(--tuvx9-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .tuvx9-section-wrap .tuvx9-section{
  width: 100% !important;
  overflow: hidden;
}.tc-wp-content-root .tuvx9-section-wrap .tuvx9-section-white{
  background: #ffffff;
}.tc-wp-content-root .tuvx9-section-wrap .tuvx9-section-tint{
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 214, 201, 0.12), transparent 34%),
    linear-gradient(180deg, #f7fcfc 0%, var(--tuvx9-tint) 100%);
}.tc-wp-content-root .tuvx9-section-wrap .tuvx9-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}.tc-wp-content-root .tuvx9-section-wrap h2, .tc-wp-content-root .tuvx9-section-wrap h3, .tc-wp-content-root .tuvx9-section-wrap p{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-content-root .tuvx9-section-wrap h2{
  color: var(--tuvx9-primary);
  font-weight: 820;
  letter-spacing: 0;
  line-height: 1.12;
  margin-top: 0;
  margin-bottom: 14px;
}.tc-wp-content-root .tuvx9-section-wrap .tuvx9-intro{
  color: var(--tuvx9-muted);
  line-height: 1.7;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 760px;
}.tc-wp-content-root .tuvx9-section-wrap .tuvx9-grid{
  display: grid !important;
  align-items: stretch !important;
}.tc-wp-content-root .tuvx9-section-wrap .tuvx9-card{
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  height: 100% !important;
  overflow: hidden;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    radial-gradient(circle at top, rgba(255, 47, 98, 0.08), transparent 42%);
  border: 1px solid var(--tuvx9-border);
  box-shadow: 0 16px 44px var(--tuvx9-shadow);
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease, background-position 320ms ease;
}.tc-wp-content-root .tuvx9-section-wrap .tuvx9-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 47, 98, 0.13), rgba(0, 214, 201, 0.13));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}.tc-wp-content-root .tuvx9-section-wrap .tuvx9-card:hover{
  transform: translateY(-8px) scale(1.012);
  border-color: rgba(0, 214, 201, 0.36);
  box-shadow: 0 24px 60px rgba(16, 24, 32, 0.17);
}.tc-wp-content-root .tuvx9-section-wrap .tuvx9-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .tuvx9-section-wrap .tuvx9-card:hover .tuvx9-icon{
  transform: translateY(-5px);
  box-shadow: 0 14px 34px rgba(255, 47, 98, 0.24);
}.tc-wp-content-root .tuvx9-section-wrap .tuvx9-card:hover .tuvx9-i{
  transform: scale(1.08);
}.tc-wp-content-root .tuvx9-section-wrap .tuvx9-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background: linear-gradient(135deg, var(--tuvx9-secondary), var(--tuvx9-accent));
  box-shadow: 0 12px 28px rgba(0, 214, 201, 0.2);
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .tuvx9-section-wrap .tuvx9-i{
  color: #ffffff;
  line-height: 1;
  transition: transform 260ms ease;
}.tc-wp-content-root .tuvx9-section-wrap h3{
  position: relative;
  z-index: 1;
  color: var(--tuvx9-primary);
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.25;
  margin-top: 0;
}.tc-wp-content-root .tuvx9-section-wrap .tuvx9-card p{
  position: relative;
  z-index: 1;
  color: var(--tuvx9-muted);
  line-height: 1.62;
  margin-top: 0;
  margin-bottom: 0;
}.tc-wp-content-root .tuvx9-section-wrap .tuvx9-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .tuvx9-section-wrap .tuvx9-reveal.tuvx9-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease;
}@media (min-width: 1024px) {.tc-wp-content-root .tuvx9-section-wrap .tuvx9-section{
    padding: 88px 0;
  }.tc-wp-content-root .tuvx9-section-wrap .tuvx9-container{
    padding: 0 28px;
  }.tc-wp-content-root .tuvx9-section-wrap h2{
    font-size: 42px;
    white-space: nowrap;
  }.tc-wp-content-root .tuvx9-section-wrap .tuvx9-intro{
    font-size: 18px;
  }.tc-wp-content-root .tuvx9-section-wrap .tuvx9-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin-top: 42px;
  }.tc-wp-content-root .tuvx9-section-wrap .tuvx9-card{
    min-height: 296px;
    padding: 36px 28px 32px;
    border-radius: 24px;
  }.tc-wp-content-root .tuvx9-section-wrap .tuvx9-icon{
    width: 68px;
    height: 68px;
    border-radius: 20px;
    margin-bottom: 24px;
    font-size: 28px;
  }.tc-wp-content-root .tuvx9-section-wrap h3{
    font-size: 22px;
    margin-bottom: 13px;
  }.tc-wp-content-root .tuvx9-section-wrap .tuvx9-card p{
    font-size: 16px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tuvx9-section-wrap .tuvx9-section{
    padding: 70px 0;
  }.tc-wp-content-root .tuvx9-section-wrap .tuvx9-container{
    padding: 0 24px;
  }.tc-wp-content-root .tuvx9-section-wrap h2{
    font-size: 34px;
  }.tc-wp-content-root .tuvx9-section-wrap .tuvx9-intro{
    font-size: 16px;
  }.tc-wp-content-root .tuvx9-section-wrap .tuvx9-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 34px;
  }.tc-wp-content-root .tuvx9-section-wrap .tuvx9-card{
    min-height: 268px;
    padding: 30px 22px 28px;
    border-radius: 22px;
  }.tc-wp-content-root .tuvx9-section-wrap .tuvx9-icon{
    width: 62px;
    height: 62px;
    border-radius: 18px;
    margin-bottom: 20px;
    font-size: 25px;
  }.tc-wp-content-root .tuvx9-section-wrap h3{
    font-size: 20px;
    margin-bottom: 12px;
  }.tc-wp-content-root .tuvx9-section-wrap .tuvx9-card p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tuvx9-section-wrap .tuvx9-section{
    padding: 52px 0;
  }.tc-wp-content-root .tuvx9-section-wrap .tuvx9-container{
    padding: 0 16px;
  }.tc-wp-content-root .tuvx9-section-wrap h2{
    font-size: 29px;
  }.tc-wp-content-root .tuvx9-section-wrap .tuvx9-intro{
    font-size: 14px;
    line-height: 1.58;
  }.tc-wp-content-root .tuvx9-section-wrap .tuvx9-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 26px;
  }.tc-wp-content-root .tuvx9-section-wrap .tuvx9-card{
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 18px;
  }.tc-wp-content-root .tuvx9-section-wrap .tuvx9-icon{
    width: 52px;
    height: 52px;
    border-radius: 16px;
    margin-bottom: 16px;
    font-size: 21px;
  }.tc-wp-content-root .tuvx9-section-wrap h3{
    font-size: 17px;
    margin-bottom: 9px;
  }.tc-wp-content-root .tuvx9-section-wrap .tuvx9-card p{
    font-size: 13px;
    line-height: 1.5;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tuvx9-section-wrap .tuvx9-section{
    padding: 46px 0;
  }.tc-wp-content-root .tuvx9-section-wrap .tuvx9-container{
    padding: 0 12px;
  }.tc-wp-content-root .tuvx9-section-wrap h2{
    font-size: 26px;
  }.tc-wp-content-root .tuvx9-section-wrap .tuvx9-intro{
    font-size: 13.5px;
    line-height: 1.52;
  }.tc-wp-content-root .tuvx9-section-wrap .tuvx9-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
  }.tc-wp-content-root .tuvx9-section-wrap .tuvx9-card{
    min-height: 224px;
    padding: 20px 12px 18px;
    border-radius: 16px;
  }.tc-wp-content-root .tuvx9-section-wrap .tuvx9-icon{
    width: 48px;
    height: 48px;
    border-radius: 15px;
    margin-bottom: 14px;
    font-size: 20px;
  }.tc-wp-content-root .tuvx9-section-wrap h3{
    font-size: 16px;
    margin-bottom: 8px;
  }.tc-wp-content-root .tuvx9-section-wrap .tuvx9-card p{
    font-size: 12.5px;
    line-height: 1.46;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tuvx9-section-wrap .tuvx9-section{
    padding: 40px 0;
  }.tc-wp-content-root .tuvx9-section-wrap .tuvx9-container{
    padding: 0 10px;
  }.tc-wp-content-root .tuvx9-section-wrap h2{
    font-size: 23px;
  }.tc-wp-content-root .tuvx9-section-wrap .tuvx9-intro{
    font-size: 12.5px;
    line-height: 1.46;
  }.tc-wp-content-root .tuvx9-section-wrap .tuvx9-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
  }.tc-wp-content-root .tuvx9-section-wrap .tuvx9-card{
    min-height: 216px;
    padding: 18px 9px 16px;
    border-radius: 14px;
  }.tc-wp-content-root .tuvx9-section-wrap .tuvx9-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 12px;
    font-size: 18px;
  }.tc-wp-content-root .tuvx9-section-wrap h3{
    font-size: 14.5px;
    margin-bottom: 7px;
  }.tc-wp-content-root .tuvx9-section-wrap .tuvx9-card p{
    font-size: 11.8px;
    line-height: 1.42;
  }}@media (max-width: 319px) {.tc-wp-content-root .tuvx9-section-wrap .tuvx9-grid{
    grid-template-columns: 1fr;
  }}

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