@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;
  color: #17202f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-section{
  width: 100% !important;
  position: relative;
}.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-section-white{
  background: #ffffff;
}.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-section-tint{
  background: linear-gradient(180deg, #f4f8ff 0%, #eef6f5 100%);
}.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-title, .tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-intro, .tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-card, .tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-card h3, .tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-card p{
  text-align: center !important;
}.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-title{
  margin: 0 auto;
  color: #10243f;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.12;
}.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-intro{
  margin-left: auto;
  margin-right: auto;
  color: #58677d;
  line-height: 1.65;
  font-weight: 450;
}.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-grid{
  display: grid !important;
  align-items: stretch !important;
}.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-card{
  height: 100% !important;
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,255,255,0.9)),
    radial-gradient(circle at 50% 0%, rgba(23, 119, 242, 0.12), transparent 48%);
  border: 1px solid #dbe6f3;
  box-shadow: 0 18px 44px rgba(19, 52, 93, 0.1);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 360ms ease;
}.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.12), rgba(0, 167, 142, 0.08));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-card:hover{
  transform: translateY(-7px);
  border-color: rgba(24, 119, 242, 0.42);
  box-shadow: 0 24px 58px rgba(15, 55, 105, 0.16);
}.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-icon{
  position: relative;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 999px;
  background: linear-gradient(135deg, #1877f2 0%, #00a78e 100%);
  box-shadow: 0 14px 28px rgba(24, 119, 242, 0.24);
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-card:hover .fbpv-2026-icon{
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 18px 34px rgba(0, 167, 142, 0.26);
}.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-i{
  color: #ffffff;
  line-height: 1;
  text-align: center;
}.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-card h3{
  position: relative;
  margin: 0;
  color: #142337;
  font-weight: 780;
  letter-spacing: 0;
  line-height: 1.22;
}.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-card p{
  position: relative;
  margin: 0;
  color: #5b6878;
  line-height: 1.58;
  font-weight: 440;
}.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-card.fbpv-2026-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-card.fbpv-2026-reveal.fbpv-2026-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 1024px) {.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-section{
    padding: 88px 0;
  }.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-container{
    padding: 0 28px;
  }.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-title{
    max-width: 980px;
    font-size: 44px;
  }.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-intro{
    max-width: 760px;
    margin-top: 16px;
    margin-bottom: 40px;
    font-size: 17px;
  }.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-grid{
    gap: 24px;
  }.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-card{
    min-height: 292px;
    padding: 34px 26px 30px;
    border-radius: 22px;
  }.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-icon{
    width: 68px;
    height: 68px;
    margin-bottom: 22px;
  }.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-i{
    font-size: 27px;
  }.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-card h3{
    font-size: 20px;
    margin-bottom: 13px;
  }.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-card p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-section{
    padding: 70px 0;
  }.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-container{
    padding: 0 24px;
  }.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-title{
    max-width: 760px;
    font-size: 36px;
  }.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-intro{
    max-width: 680px;
    margin-top: 14px;
    margin-bottom: 34px;
    font-size: 16px;
  }.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-grid, .tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-grid-3, .tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-grid-4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-card{
    min-height: 264px;
    padding: 30px 22px 26px;
    border-radius: 20px;
  }.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-icon{
    width: 62px;
    height: 62px;
    margin-bottom: 19px;
  }.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-i{
    font-size: 25px;
  }.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-card h3{
    font-size: 19px;
    margin-bottom: 11px;
  }.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-card p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-section{
    padding: 52px 0;
  }.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-container{
    padding: 0 16px;
  }.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-title{
    max-width: 420px;
    font-size: 29px;
  }.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-intro{
    max-width: 520px;
    margin-top: 12px;
    margin-bottom: 24px;
    font-size: 14px;
  }.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-grid, .tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-grid-3, .tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-grid-4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-card{
    min-height: 230px;
    padding: 22px 14px 20px;
    border-radius: 17px;
  }.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-icon{
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
  }.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-i{
    font-size: 20px;
  }.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-card h3{
    font-size: 16px;
    margin-bottom: 9px;
  }.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-card p{
    font-size: 13px;
    line-height: 1.48;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-section{
    padding: 46px 0;
  }.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-container{
    padding: 0 12px;
  }.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-title{
    max-width: 360px;
    font-size: 25px;
  }.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-intro{
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 13.5px;
    line-height: 1.55;
  }.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-grid, .tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-grid-3, .tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-grid-4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-card{
    min-height: 222px;
    padding: 19px 10px 17px;
    border-radius: 15px;
  }.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-icon{
    width: 46px;
    height: 46px;
    margin-bottom: 13px;
  }.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-i{
    font-size: 18px;
  }.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-card h3{
    font-size: 14.5px;
    margin-bottom: 8px;
  }.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-card p{
    font-size: 12.2px;
    line-height: 1.43;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-section{
    padding: 40px 0;
  }.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-container{
    padding: 0 10px;
  }.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-title{
    max-width: 300px;
    font-size: 22px;
  }.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-intro{
    margin-top: 9px;
    margin-bottom: 18px;
    font-size: 12.8px;
    line-height: 1.5;
  }.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-grid, .tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-grid-3, .tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-grid-4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-card{
    min-height: 214px;
    padding: 16px 8px 15px;
    border-radius: 13px;
  }.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-icon{
    width: 42px;
    height: 42px;
    margin-bottom: 11px;
  }.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-i{
    font-size: 16px;
  }.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-card h3{
    font-size: 13.2px;
    margin-bottom: 7px;
  }.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-card p{
    font-size: 11.4px;
    line-height: 1.38;
  }}@media (max-width: 319px) {.tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-grid, .tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-grid-3, .tc-wp-content-root .fbpv-2026-wrap .fbpv-2026-grid-4{
    grid-template-columns: 1fr;
  }}