@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 #fbfv-feature-viewer, .tc-wp-content-root #fbfv-feature-viewer *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root #fbfv-feature-viewer{
  --fbfv-primary: #1877f2;
  --fbfv-secondary: #00a7d8;
  --fbfv-accent: #19c37d;
  --fbfv-soft: #f3f8ff;
  --fbfv-text: #102033;
  --fbfv-muted: #5d6d7e;
  --fbfv-border: rgba(24, 119, 242, 0.16);
  --fbfv-shadow: rgba(16, 32, 51, 0.12);
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: var(--fbfv-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}.tc-wp-content-root #fbfv-feature-viewer .fbfv-section{
  width: 100% !important;
  overflow: hidden;
}.tc-wp-content-root #fbfv-feature-viewer .fbfv-section-white{
  background: #ffffff;
}.tc-wp-content-root #fbfv-feature-viewer .fbfv-section-tint{
  background:
    radial-gradient(circle at 50% 0%, rgba(24, 119, 242, 0.09), transparent 34%),
    linear-gradient(180deg, #f4f9ff 0%, #f8fbff 100%);
}.tc-wp-content-root #fbfv-feature-viewer .fbfv-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}.tc-wp-content-root #fbfv-feature-viewer .fbfv-h2, .tc-wp-content-root #fbfv-feature-viewer .fbfv-intro, .tc-wp-content-root #fbfv-feature-viewer .fbfv-card, .tc-wp-content-root #fbfv-feature-viewer .fbfv-card h3, .tc-wp-content-root #fbfv-feature-viewer .fbfv-card p{
  text-align: center !important;
}.tc-wp-content-root #fbfv-feature-viewer .fbfv-h2{
  margin: 0 auto;
  color: var(--fbfv-text);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  max-width: 920px;
}.tc-wp-content-root #fbfv-feature-viewer .fbfv-intro{
  margin: 14px auto 0;
  color: var(--fbfv-muted);
  line-height: 1.65;
  max-width: 760px;
  font-weight: 450;
}.tc-wp-content-root #fbfv-feature-viewer .fbfv-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100% !important;
}.tc-wp-content-root #fbfv-feature-viewer .fbfv-card{
  position: relative;
  height: 100% !important;
  overflow: hidden;
  border: 1px solid var(--fbfv-border);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 44px var(--fbfv-shadow);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}.tc-wp-content-root #fbfv-feature-viewer .fbfv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.1), rgba(25, 195, 125, 0.08));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}.tc-wp-content-root #fbfv-feature-viewer .fbfv-card-tint{
  background: rgba(255, 255, 255, 0.9);
}.tc-wp-content-root #fbfv-feature-viewer .fbfv-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background: linear-gradient(135deg, var(--fbfv-primary), var(--fbfv-secondary));
  box-shadow: 0 12px 26px rgba(24, 119, 242, 0.24);
  transition: transform 260ms ease, box-shadow 260ms ease, background-position 260ms ease;
  background-size: 160% 160%;
}.tc-wp-content-root #fbfv-feature-viewer .fbfv-i{
  display: block;
  color: #ffffff;
  line-height: 1;
  text-align: center;
}.tc-wp-content-root #fbfv-feature-viewer .fbfv-card h3, .tc-wp-content-root #fbfv-feature-viewer .fbfv-card p{
  position: relative;
  z-index: 1;
}.tc-wp-content-root #fbfv-feature-viewer .fbfv-card h3{
  margin: 0;
  color: var(--fbfv-text);
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root #fbfv-feature-viewer .fbfv-card p{
  margin: 0;
  color: var(--fbfv-muted);
  line-height: 1.58;
  font-weight: 440;
}.tc-wp-content-root #fbfv-feature-viewer .fbfv-card:hover{
  transform: translateY(-8px);
  border-color: rgba(24, 119, 242, 0.34);
  box-shadow: 0 26px 58px rgba(24, 119, 242, 0.18);
}.tc-wp-content-root #fbfv-feature-viewer .fbfv-card:hover::before{
  opacity: 1;
}.tc-wp-content-root #fbfv-feature-viewer .fbfv-card:hover .fbfv-icon{
  transform: translateY(-3px) scale(1.04);
  background-position: 100% 50%;
  box-shadow: 0 16px 32px rgba(24, 119, 242, 0.3);
}.tc-wp-content-root #fbfv-feature-viewer .fbfv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root #fbfv-feature-viewer .fbfv-reveal.fbfv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}@media (min-width: 1024px) {.tc-wp-content-root #fbfv-feature-viewer .fbfv-section{
    padding: 88px 0;
  }.tc-wp-content-root #fbfv-feature-viewer .fbfv-container{
    padding: 0 28px;
  }.tc-wp-content-root #fbfv-feature-viewer .fbfv-h2{
    font-size: 42px;
    white-space: nowrap;
  }.tc-wp-content-root #fbfv-feature-viewer .fbfv-intro{
    font-size: 17px;
    margin-bottom: 42px;
  }.tc-wp-content-root #fbfv-feature-viewer .fbfv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
  }.tc-wp-content-root #fbfv-feature-viewer .fbfv-card{
    min-height: 292px;
    padding: 34px 28px;
    border-radius: 22px;
  }.tc-wp-content-root #fbfv-feature-viewer .fbfv-icon{
    width: 68px;
    height: 68px;
    border-radius: 20px;
    margin-bottom: 24px;
  }.tc-wp-content-root #fbfv-feature-viewer .fbfv-i{
    font-size: 28px;
  }.tc-wp-content-root #fbfv-feature-viewer .fbfv-card h3{
    font-size: 21px;
    margin-bottom: 13px;
  }.tc-wp-content-root #fbfv-feature-viewer .fbfv-card p{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root #fbfv-feature-viewer .fbfv-section{
    padding: 68px 0;
  }.tc-wp-content-root #fbfv-feature-viewer .fbfv-container{
    padding: 0 24px;
  }.tc-wp-content-root #fbfv-feature-viewer .fbfv-h2{
    font-size: 34px;
  }.tc-wp-content-root #fbfv-feature-viewer .fbfv-intro{
    font-size: 16px;
    margin-bottom: 34px;
  }.tc-wp-content-root #fbfv-feature-viewer .fbfv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root #fbfv-feature-viewer .fbfv-card{
    min-height: 268px;
    padding: 30px 24px;
    border-radius: 20px;
  }.tc-wp-content-root #fbfv-feature-viewer .fbfv-icon{
    width: 62px;
    height: 62px;
    border-radius: 18px;
    margin-bottom: 21px;
  }.tc-wp-content-root #fbfv-feature-viewer .fbfv-i{
    font-size: 25px;
  }.tc-wp-content-root #fbfv-feature-viewer .fbfv-card h3{
    font-size: 20px;
    margin-bottom: 12px;
  }.tc-wp-content-root #fbfv-feature-viewer .fbfv-card p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root #fbfv-feature-viewer .fbfv-section{
    padding: 52px 0;
  }.tc-wp-content-root #fbfv-feature-viewer .fbfv-container{
    padding: 0 18px;
  }.tc-wp-content-root #fbfv-feature-viewer .fbfv-h2{
    font-size: 28px;
    max-width: 360px;
  }.tc-wp-content-root #fbfv-feature-viewer .fbfv-intro{
    font-size: 14.5px;
    margin-bottom: 26px;
  }.tc-wp-content-root #fbfv-feature-viewer .fbfv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }.tc-wp-content-root #fbfv-feature-viewer .fbfv-card{
    min-height: 228px;
    padding: 22px 14px;
    border-radius: 17px;
  }.tc-wp-content-root #fbfv-feature-viewer .fbfv-icon{
    width: 50px;
    height: 50px;
    border-radius: 15px;
    margin-bottom: 16px;
  }.tc-wp-content-root #fbfv-feature-viewer .fbfv-i{
    font-size: 20px;
  }.tc-wp-content-root #fbfv-feature-viewer .fbfv-card h3{
    font-size: 16.5px;
    margin-bottom: 9px;
  }.tc-wp-content-root #fbfv-feature-viewer .fbfv-card p{
    font-size: 13px;
    line-height: 1.48;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root #fbfv-feature-viewer .fbfv-section{
    padding: 46px 0;
  }.tc-wp-content-root #fbfv-feature-viewer .fbfv-container{
    padding: 0 14px;
  }.tc-wp-content-root #fbfv-feature-viewer .fbfv-h2{
    font-size: 25px;
    max-width: 330px;
  }.tc-wp-content-root #fbfv-feature-viewer .fbfv-intro{
    font-size: 13.8px;
    margin-bottom: 22px;
  }.tc-wp-content-root #fbfv-feature-viewer .fbfv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }.tc-wp-content-root #fbfv-feature-viewer .fbfv-card{
    min-height: 218px;
    padding: 20px 12px;
    border-radius: 15px;
  }.tc-wp-content-root #fbfv-feature-viewer .fbfv-icon{
    width: 46px;
    height: 46px;
    border-radius: 14px;
    margin-bottom: 14px;
  }.tc-wp-content-root #fbfv-feature-viewer .fbfv-i{
    font-size: 18px;
  }.tc-wp-content-root #fbfv-feature-viewer .fbfv-card h3{
    font-size: 15.5px;
    margin-bottom: 8px;
  }.tc-wp-content-root #fbfv-feature-viewer .fbfv-card p{
    font-size: 12.5px;
    line-height: 1.45;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root #fbfv-feature-viewer .fbfv-section{
    padding: 40px 0;
  }.tc-wp-content-root #fbfv-feature-viewer .fbfv-container{
    padding: 0 10px;
  }.tc-wp-content-root #fbfv-feature-viewer .fbfv-h2{
    font-size: 22px;
    max-width: 292px;
  }.tc-wp-content-root #fbfv-feature-viewer .fbfv-intro{
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 1.5;
  }.tc-wp-content-root #fbfv-feature-viewer .fbfv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }.tc-wp-content-root #fbfv-feature-viewer .fbfv-card{
    min-height: 212px;
    padding: 18px 10px;
    border-radius: 14px;
  }.tc-wp-content-root #fbfv-feature-viewer .fbfv-icon{
    width: 42px;
    height: 42px;
    border-radius: 13px;
    margin-bottom: 13px;
  }.tc-wp-content-root #fbfv-feature-viewer .fbfv-i{
    font-size: 17px;
  }.tc-wp-content-root #fbfv-feature-viewer .fbfv-card h3{
    font-size: 14.5px;
    margin-bottom: 7px;
  }.tc-wp-content-root #fbfv-feature-viewer .fbfv-card p{
    font-size: 12px;
    line-height: 1.42;
  }}@media (max-width: 319px) {.tc-wp-content-root #fbfv-feature-viewer .fbfv-grid{
    grid-template-columns: 1fr;
  }}

.tc-wp-content-root .fbfv-wrap {}