@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 .tfvl-section-wrap, .tc-wp-content-root .tfvl-section-wrap *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .tfvl-section-wrap{
  --tfvl-primary: #ff2d55;
  --tfvl-secondary: #00d4ff;
  --tfvl-accent: #111827;
  --tfvl-tint: #f7fbfc;
  --tfvl-text: #17202a;
  --tfvl-muted: #5f6b7a;
  --tfvl-border: rgba(17, 24, 39, 0.1);
  --tfvl-shadow: rgba(255, 45, 85, 0.14);
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .tfvl-section-wrap .tfvl-band{
  width: 100% !important;
}.tc-wp-content-root .tfvl-section-wrap .tfvl-band-white{
  background: #ffffff;
}.tc-wp-content-root .tfvl-section-wrap .tfvl-band-tint{
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 212, 255, 0.14), transparent 36%),
    linear-gradient(180deg, #f7fbfc 0%, #fff8fa 100%);
}.tc-wp-content-root .tfvl-section-wrap .tfvl-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  text-align: center;
}.tc-wp-content-root .tfvl-section-wrap h2, .tc-wp-content-root .tfvl-section-wrap h3, .tc-wp-content-root .tfvl-section-wrap p{
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-content-root .tfvl-section-wrap h2{
  color: var(--tfvl-text);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.12;
  margin-top: 0;
}.tc-wp-content-root .tfvl-section-wrap .tfvl-intro{
  color: var(--tfvl-muted);
  line-height: 1.7;
  max-width: 720px;
  margin-top: 0;
}.tc-wp-content-root .tfvl-section-wrap .tfvl-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
}.tc-wp-content-root .tfvl-section-wrap .tfvl-card{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100% !important;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--tfvl-border);
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.06);
  text-align: center !important;
  overflow: hidden;
  opacity: 1;
  transform: translateY(0);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}.tc-wp-content-root .tfvl-section-wrap .tfvl-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 45, 85, 0.08), rgba(0, 212, 255, 0.08));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}.tc-wp-content-root .tfvl-section-wrap .tfvl-card:hover{
  transform: translateY(-7px) scale(1.01);
  border-color: rgba(255, 45, 85, 0.34);
  box-shadow: 0 24px 58px var(--tfvl-shadow), 0 0 0 1px rgba(0, 212, 255, 0.08);
}.tc-wp-content-root .tfvl-section-wrap .tfvl-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .tfvl-section-wrap .tfvl-card:hover .tfvl-icon{
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(0, 212, 255, 0.18);
}.tc-wp-content-root .tfvl-section-wrap .tfvl-card:hover .tfvl-i{
  transform: scale(1.08);
}.tc-wp-content-root .tfvl-section-wrap .tfvl-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background: linear-gradient(135deg, var(--tfvl-primary), var(--tfvl-secondary));
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .tfvl-section-wrap .tfvl-i{
  display: block;
  line-height: 1;
  transition: transform 260ms ease;
}.tc-wp-content-root .tfvl-section-wrap .tfvl-card h3, .tc-wp-content-root .tfvl-section-wrap .tfvl-card p{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .tfvl-section-wrap .tfvl-card h3{
  color: var(--tfvl-text);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .tfvl-section-wrap .tfvl-card p{
  color: var(--tfvl-muted);
  line-height: 1.62;
}.tc-wp-content-root .tfvl-section-wrap .tfvl-reveal{
  opacity: 0;
  transform: translateY(16px);
}.tc-wp-content-root .tfvl-section-wrap .tfvl-reveal.tfvl-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 1024px) {.tc-wp-content-root .tfvl-section-wrap .tfvl-band{
    padding: 82px 0;
  }.tc-wp-content-root .tfvl-section-wrap .tfvl-container{
    padding: 0 28px;
  }.tc-wp-content-root .tfvl-section-wrap h2{
    font-size: 42px;
    margin-bottom: 18px;
    white-space: nowrap;
  }.tc-wp-content-root .tfvl-section-wrap .tfvl-intro{
    font-size: 17px;
    margin-bottom: 42px;
  }.tc-wp-content-root .tfvl-section-wrap .tfvl-grid{
    gap: 24px;
  }.tc-wp-content-root .tfvl-section-wrap .tfvl-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .tfvl-section-wrap .tfvl-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .tfvl-section-wrap .tfvl-card{
    min-height: 300px;
    padding: 34px 28px;
    border-radius: 24px;
  }.tc-wp-content-root .tfvl-section-wrap .tfvl-icon{
    width: 70px;
    height: 70px;
    border-radius: 22px;
    margin-bottom: 24px;
  }.tc-wp-content-root .tfvl-section-wrap .tfvl-i{
    font-size: 28px;
  }.tc-wp-content-root .tfvl-section-wrap .tfvl-card h3{
    font-size: 20px;
    margin: 0 0 13px;
  }.tc-wp-content-root .tfvl-section-wrap .tfvl-card p{
    font-size: 15px;
    margin: 0;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tfvl-section-wrap .tfvl-band{
    padding: 64px 0;
  }.tc-wp-content-root .tfvl-section-wrap .tfvl-container{
    padding: 0 24px;
  }.tc-wp-content-root .tfvl-section-wrap h2{
    font-size: 34px;
    margin-bottom: 16px;
  }.tc-wp-content-root .tfvl-section-wrap .tfvl-intro{
    font-size: 16px;
    margin-bottom: 34px;
  }.tc-wp-content-root .tfvl-section-wrap .tfvl-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .tfvl-section-wrap .tfvl-card{
    min-height: 270px;
    padding: 30px 24px;
    border-radius: 22px;
  }.tc-wp-content-root .tfvl-section-wrap .tfvl-icon{
    width: 64px;
    height: 64px;
    border-radius: 20px;
    margin-bottom: 20px;
  }.tc-wp-content-root .tfvl-section-wrap .tfvl-i{
    font-size: 25px;
  }.tc-wp-content-root .tfvl-section-wrap .tfvl-card h3{
    font-size: 18px;
    margin: 0 0 12px;
  }.tc-wp-content-root .tfvl-section-wrap .tfvl-card p{
    font-size: 14px;
    margin: 0;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tfvl-section-wrap .tfvl-band{
    padding: 46px 0;
  }.tc-wp-content-root .tfvl-section-wrap .tfvl-container{
    padding: 0 16px;
  }.tc-wp-content-root .tfvl-section-wrap h2{
    font-size: 27px;
    margin-bottom: 12px;
  }.tc-wp-content-root .tfvl-section-wrap .tfvl-intro{
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 24px;
  }.tc-wp-content-root .tfvl-section-wrap .tfvl-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }.tc-wp-content-root .tfvl-section-wrap .tfvl-card{
    min-height: 235px;
    padding: 22px 14px;
    border-radius: 18px;
  }.tc-wp-content-root .tfvl-section-wrap .tfvl-icon{
    width: 54px;
    height: 54px;
    border-radius: 17px;
    margin-bottom: 16px;
  }.tc-wp-content-root .tfvl-section-wrap .tfvl-i{
    font-size: 21px;
  }.tc-wp-content-root .tfvl-section-wrap .tfvl-card h3{
    font-size: 15px;
    margin: 0 0 9px;
  }.tc-wp-content-root .tfvl-section-wrap .tfvl-card p{
    font-size: 12.8px;
    line-height: 1.48;
    margin: 0;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tfvl-section-wrap .tfvl-band{
    padding: 40px 0;
  }.tc-wp-content-root .tfvl-section-wrap .tfvl-container{
    padding: 0 12px;
  }.tc-wp-content-root .tfvl-section-wrap h2{
    font-size: 24px;
    margin-bottom: 11px;
  }.tc-wp-content-root .tfvl-section-wrap .tfvl-intro{
    font-size: 13.5px;
    line-height: 1.5;
    margin-bottom: 20px;
  }.tc-wp-content-root .tfvl-section-wrap .tfvl-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }.tc-wp-content-root .tfvl-section-wrap .tfvl-card{
    min-height: 220px;
    padding: 18px 10px;
    border-radius: 16px;
  }.tc-wp-content-root .tfvl-section-wrap .tfvl-icon{
    width: 48px;
    height: 48px;
    border-radius: 15px;
    margin-bottom: 13px;
  }.tc-wp-content-root .tfvl-section-wrap .tfvl-i{
    font-size: 19px;
  }.tc-wp-content-root .tfvl-section-wrap .tfvl-card h3{
    font-size: 14px;
    margin: 0 0 8px;
  }.tc-wp-content-root .tfvl-section-wrap .tfvl-card p{
    font-size: 12px;
    line-height: 1.42;
    margin: 0;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tfvl-section-wrap .tfvl-band{
    padding: 34px 0;
  }.tc-wp-content-root .tfvl-section-wrap .tfvl-container{
    padding: 0 10px;
  }.tc-wp-content-root .tfvl-section-wrap h2{
    font-size: 21px;
    margin-bottom: 10px;
  }.tc-wp-content-root .tfvl-section-wrap .tfvl-intro{
    font-size: 12.5px;
    line-height: 1.45;
    margin-bottom: 18px;
  }.tc-wp-content-root .tfvl-section-wrap .tfvl-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }.tc-wp-content-root .tfvl-section-wrap .tfvl-card{
    min-height: 212px;
    padding: 16px 8px;
    border-radius: 14px;
  }.tc-wp-content-root .tfvl-section-wrap .tfvl-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 12px;
  }.tc-wp-content-root .tfvl-section-wrap .tfvl-i{
    font-size: 17px;
  }.tc-wp-content-root .tfvl-section-wrap .tfvl-card h3{
    font-size: 13px;
    margin: 0 0 7px;
  }.tc-wp-content-root .tfvl-section-wrap .tfvl-card p{
    font-size: 11.4px;
    line-height: 1.38;
    margin: 0;
  }}