@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 .fbpv-2026-wrap, .tc-wp-content-root .fbpv-2026-wrap *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .fbpv-2026-wrap{
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  --fbpv-primary: #1877f2;
  --fbpv-secondary: #0fa3b1;
  --fbpv-accent: #ffb703;
  --fbpv-soft: #f3f8ff;
  --fbpv-text: #172033;
  --fbpv-muted: #607086;
  --fbpv-border: rgba(24, 119, 242, 0.16);
  --fbpv-shadow: rgba(20, 56, 118, 0.13);
  --fbpv-shadow-strong: rgba(20, 56, 118, 0.2);
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-content-root .fbpv-2026-section{
  width: 100% !important;
  text-align: center;
}.tc-wp-content-root .fbpv-2026-section-white{
  background: #ffffff;
}.tc-wp-content-root .fbpv-2026-section-tint{
  background:
    radial-gradient(circle at 18% 18%, rgba(24, 119, 242, 0.08), transparent 28%),
    radial-gradient(circle at 82% 72%, rgba(15, 163, 177, 0.08), transparent 30%),
    #f6f9fd;
}.tc-wp-content-root .fbpv-2026-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}.tc-wp-content-root .fbpv-2026-heading{
  margin: 0 auto;
  color: var(--fbpv-text);
  font-weight: 800;
  line-height: 1.13;
  letter-spacing: 0;
  text-align: center;
}.tc-wp-content-root .fbpv-2026-intro{
  margin: 0 auto;
  max-width: 760px;
  color: var(--fbpv-muted);
  font-weight: 400;
  line-height: 1.65;
  text-align: center;
}.tc-wp-content-root .fbpv-2026-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .fbpv-2026-card{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-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)),
    var(--fbpv-soft);
  border: 1px solid var(--fbpv-border);
  box-shadow: 0 18px 46px var(--fbpv-shadow);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 320ms ease;
}.tc-wp-content-root .fbpv-2026-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.12), rgba(15, 163, 177, 0.08), rgba(255, 183, 3, 0.1));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}.tc-wp-content-root .fbpv-2026-card:hover{
  transform: translateY(-8px);
  border-color: rgba(24, 119, 242, 0.34);
  box-shadow: 0 26px 64px var(--fbpv-shadow-strong);
}.tc-wp-content-root .fbpv-2026-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .fbpv-2026-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background: linear-gradient(135deg, var(--fbpv-primary), var(--fbpv-secondary));
  box-shadow: 0 12px 28px rgba(24, 119, 242, 0.22);
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .fbpv-2026-card:hover .fbpv-2026-icon{
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 16px 34px rgba(15, 163, 177, 0.26);
}.tc-wp-content-root .fbpv-2026-i{
  color: #ffffff;
  line-height: 1;
  text-align: center;
}.tc-wp-content-root .fbpv-2026-card-title{
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--fbpv-text);
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
  text-align: center;
}.tc-wp-content-root .fbpv-2026-card-text{
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--fbpv-muted);
  font-weight: 400;
  line-height: 1.58;
  text-align: center;
}@media (min-width: 1024px) {.tc-wp-content-root .fbpv-2026-section{
    padding: 86px 0;
  }.tc-wp-content-root .fbpv-2026-container{
    padding: 0 28px;
  }.tc-wp-content-root .fbpv-2026-heading{
    font-size: 42px;
    max-width: 980px;
  }.tc-wp-content-root .fbpv-2026-intro{
    margin-top: 16px;
    font-size: 17px;
  }.tc-wp-content-root .fbpv-2026-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin-top: 46px;
  }.tc-wp-content-root .fbpv-2026-card{
    min-height: 292px;
    padding: 34px 28px 30px;
    border-radius: 24px;
  }.tc-wp-content-root .fbpv-2026-icon{
    width: 72px;
    height: 72px;
    border-radius: 22px;
    margin-bottom: 22px;
  }.tc-wp-content-root .fbpv-2026-i{
    font-size: 30px;
  }.tc-wp-content-root .fbpv-2026-card-title{
    font-size: 21px;
    margin-bottom: 12px;
  }.tc-wp-content-root .fbpv-2026-card-text{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .fbpv-2026-section{
    padding: 70px 0;
  }.tc-wp-content-root .fbpv-2026-container{
    padding: 0 24px;
  }.tc-wp-content-root .fbpv-2026-heading{
    font-size: 34px;
    max-width: 820px;
  }.tc-wp-content-root .fbpv-2026-intro{
    margin-top: 14px;
    font-size: 16px;
  }.tc-wp-content-root .fbpv-2026-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 38px;
  }.tc-wp-content-root .fbpv-2026-card{
    min-height: 268px;
    padding: 30px 24px 26px;
    border-radius: 22px;
  }.tc-wp-content-root .fbpv-2026-icon{
    width: 66px;
    height: 66px;
    border-radius: 20px;
    margin-bottom: 20px;
  }.tc-wp-content-root .fbpv-2026-i{
    font-size: 27px;
  }.tc-wp-content-root .fbpv-2026-card-title{
    font-size: 19px;
    margin-bottom: 10px;
  }.tc-wp-content-root .fbpv-2026-card-text{
    font-size: 14.8px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .fbpv-2026-section{
    padding: 52px 0;
  }.tc-wp-content-root .fbpv-2026-container{
    padding: 0 16px;
  }.tc-wp-content-root .fbpv-2026-heading{
    font-size: 27px;
    max-width: 390px;
  }.tc-wp-content-root .fbpv-2026-intro{
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.55;
  }.tc-wp-content-root .fbpv-2026-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 30px;
  }.tc-wp-content-root .fbpv-2026-card{
    min-height: 230px;
    padding: 22px 14px 20px;
    border-radius: 18px;
  }.tc-wp-content-root .fbpv-2026-icon{
    width: 54px;
    height: 54px;
    border-radius: 16px;
    margin-bottom: 15px;
  }.tc-wp-content-root .fbpv-2026-i{
    font-size: 22px;
  }.tc-wp-content-root .fbpv-2026-card-title{
    font-size: 16px;
    margin-bottom: 8px;
  }.tc-wp-content-root .fbpv-2026-card-text{
    font-size: 13px;
    line-height: 1.48;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .fbpv-2026-section{
    padding: 46px 0;
  }.tc-wp-content-root .fbpv-2026-container{
    padding: 0 12px;
  }.tc-wp-content-root .fbpv-2026-heading{
    font-size: 24px;
    max-width: 340px;
  }.tc-wp-content-root .fbpv-2026-intro{
    margin-top: 10px;
    font-size: 13.5px;
    line-height: 1.5;
  }.tc-wp-content-root .fbpv-2026-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
    margin-top: 26px;
  }.tc-wp-content-root .fbpv-2026-card{
    min-height: 222px;
    padding: 19px 11px 18px;
    border-radius: 16px;
  }.tc-wp-content-root .fbpv-2026-icon{
    width: 48px;
    height: 48px;
    border-radius: 15px;
    margin-bottom: 13px;
  }.tc-wp-content-root .fbpv-2026-i{
    font-size: 20px;
  }.tc-wp-content-root .fbpv-2026-card-title{
    font-size: 15px;
    margin-bottom: 7px;
  }.tc-wp-content-root .fbpv-2026-card-text{
    font-size: 12.4px;
    line-height: 1.43;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .fbpv-2026-section{
    padding: 40px 0;
  }.tc-wp-content-root .fbpv-2026-container{
    padding: 0 10px;
  }.tc-wp-content-root .fbpv-2026-heading{
    font-size: 22px;
    max-width: 300px;
  }.tc-wp-content-root .fbpv-2026-intro{
    margin-top: 9px;
    font-size: 12.8px;
    line-height: 1.48;
  }.tc-wp-content-root .fbpv-2026-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 22px;
  }.tc-wp-content-root .fbpv-2026-card{
    min-height: 214px;
    padding: 17px 9px 16px;
    border-radius: 14px;
  }.tc-wp-content-root .fbpv-2026-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 12px;
  }.tc-wp-content-root .fbpv-2026-i{
    font-size: 18px;
  }.tc-wp-content-root .fbpv-2026-card-title{
    font-size: 14px;
    margin-bottom: 6px;
  }.tc-wp-content-root .fbpv-2026-card-text{
    font-size: 11.8px;
    line-height: 1.4;
  }}@media (max-width: 319px) {.tc-wp-content-root .fbpv-2026-section{
    padding: 36px 0;
  }.tc-wp-content-root .fbpv-2026-container{
    padding: 0 10px;
  }.tc-wp-content-root .fbpv-2026-heading{
    font-size: 21px;
  }.tc-wp-content-root .fbpv-2026-intro{
    margin-top: 9px;
    font-size: 12.5px;
  }.tc-wp-content-root .fbpv-2026-grid{
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 22px;
  }.tc-wp-content-root .fbpv-2026-card{
    min-height: 210px;
    padding: 18px 12px;
    border-radius: 14px;
  }.tc-wp-content-root .fbpv-2026-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 12px;
  }.tc-wp-content-root .fbpv-2026-i{
    font-size: 18px;
  }.tc-wp-content-root .fbpv-2026-card-title{
    font-size: 14px;
    margin-bottom: 6px;
  }.tc-wp-content-root .fbpv-2026-card-text{
    font-size: 12px;
  }}.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-card{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .fbpv-2026-wrap.fbpv-2026-js .fbpv-2026-card{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .fbpv-2026-wrap.fbpv-2026-js .fbpv-2026-card.fbpv-2026-show{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .fbpv-2026-wrap.fbpv-2026-js .fbpv-2026-card.fbpv-2026-show:hover{
  transform: translateY(-8px);
}

.tc-wp-content-root .fbpv-2026-grid-3 {}