@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-section-wrap, .tc-wp-content-root .fbpv-section-wrap *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .fbpv-section-wrap{
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #172033;
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-content-root .fbpv-section-wrap .fbpv-panel{
  width: 100% !important;
}.tc-wp-content-root .fbpv-section-wrap .fbpv-panel-white{
  background: #ffffff;
}.tc-wp-content-root .fbpv-section-wrap .fbpv-panel-tint{
  background:
    radial-gradient(circle at 50% 0%, rgba(24, 119, 242, 0.12), transparent 32%),
    linear-gradient(180deg, #f7fbff 0%, #eef6ff 100%);
}.tc-wp-content-root .fbpv-section-wrap .fbpv-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}.tc-wp-content-root .fbpv-section-wrap h2, .tc-wp-content-root .fbpv-section-wrap h3, .tc-wp-content-root .fbpv-section-wrap p{
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-content-root .fbpv-section-wrap h2{
  color: #172033;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.12;
  margin-top: 0;
}.tc-wp-content-root .fbpv-section-wrap .fbpv-intro{
  color: #536075;
  line-height: 1.65;
  max-width: 760px;
}.tc-wp-content-root .fbpv-section-wrap .fbpv-grid{
  display: grid !important;
  align-items: stretch !important;
}.tc-wp-content-root .fbpv-section-wrap .fbpv-card{
  height: 100% !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    linear-gradient(135deg, rgba(24, 119, 242, 0.08), rgba(66, 183, 42, 0.07));
  border: 1px solid rgba(24, 119, 242, 0.15);
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(24, 119, 242, 0.10);
  position: relative;
  overflow: hidden;
  transform: translateY(18px);
  opacity: 1;
  transition: transform 360ms ease, box-shadow 360ms ease, border-color 360ms ease, background 360ms ease;
}.tc-wp-content-root .fbpv-section-wrap .fbpv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.10), rgba(66, 183, 42, 0.08));
  opacity: 0;
  transition: opacity 360ms ease;
  pointer-events: none;
}.tc-wp-content-root .fbpv-section-wrap .fbpv-card.fbpv-visible{
  transform: translateY(0);
}.tc-wp-content-root .fbpv-section-wrap .fbpv-card:hover{
  transform: translateY(-8px);
  border-color: rgba(24, 119, 242, 0.34);
  box-shadow: 0 24px 62px rgba(24, 119, 242, 0.18);
}.tc-wp-content-root .fbpv-section-wrap .fbpv-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .fbpv-section-wrap .fbpv-icon{
  display: grid;
  place-items: center;
  text-align: center !important;
  border-radius: 18px;
  background: linear-gradient(135deg, #1877f2 0%, #42b72a 100%);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(24, 119, 242, 0.24);
  position: relative;
  z-index: 1;
  transition: transform 360ms ease, box-shadow 360ms ease;
}.tc-wp-content-root .fbpv-section-wrap .fbpv-card:hover .fbpv-icon{
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 18px 36px rgba(66, 183, 42, 0.28);
}.tc-wp-content-root .fbpv-section-wrap .fbpv-i{
  display: inline-block;
  line-height: 1;
  text-align: center !important;
}.tc-wp-content-root .fbpv-section-wrap .fbpv-card h3{
  color: #172033;
  font-weight: 800;
  line-height: 1.22;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}.tc-wp-content-root .fbpv-section-wrap .fbpv-card p{
  color: #5d687a;
  line-height: 1.58;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}@media (min-width: 1024px) {.tc-wp-content-root .fbpv-section-wrap .fbpv-panel{
    padding: 88px 24px;
  }.tc-wp-content-root .fbpv-section-wrap h2{
    font-size: 42px;
    margin-bottom: 16px;
    white-space: nowrap;
  }.tc-wp-content-root .fbpv-section-wrap .fbpv-intro{
    font-size: 17px;
    margin-bottom: 42px;
  }.tc-wp-content-root .fbpv-section-wrap .fbpv-grid{
    gap: 26px;
  }.tc-wp-content-root .fbpv-section-wrap .fbpv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .fbpv-section-wrap .fbpv-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .fbpv-section-wrap .fbpv-card{
    min-height: 300px;
    padding: 32px 26px;
  }.tc-wp-content-root .fbpv-section-wrap .fbpv-icon{
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
    font-size: 28px;
  }.tc-wp-content-root .fbpv-section-wrap .fbpv-card h3{
    font-size: 21px;
    margin-top: 0;
  }.tc-wp-content-root .fbpv-section-wrap .fbpv-card p{
    font-size: 15px;
    margin-top: 14px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .fbpv-section-wrap .fbpv-panel{
    padding: 70px 22px;
  }.tc-wp-content-root .fbpv-section-wrap h2{
    font-size: 34px;
    margin-bottom: 14px;
  }.tc-wp-content-root .fbpv-section-wrap .fbpv-intro{
    font-size: 16px;
    margin-bottom: 34px;
  }.tc-wp-content-root .fbpv-section-wrap .fbpv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .fbpv-section-wrap .fbpv-card{
    min-height: 270px;
    padding: 28px 22px;
    border-radius: 20px;
  }.tc-wp-content-root .fbpv-section-wrap .fbpv-icon{
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
    font-size: 25px;
  }.tc-wp-content-root .fbpv-section-wrap .fbpv-card h3{
    font-size: 19px;
    margin-top: 0;
  }.tc-wp-content-root .fbpv-section-wrap .fbpv-card p{
    font-size: 14px;
    margin-top: 12px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .fbpv-section-wrap .fbpv-panel{
    padding: 54px 16px;
  }.tc-wp-content-root .fbpv-section-wrap h2{
    font-size: 27px;
    margin-bottom: 12px;
  }.tc-wp-content-root .fbpv-section-wrap .fbpv-intro{
    font-size: 14px;
    margin-bottom: 26px;
    line-height: 1.55;
  }.tc-wp-content-root .fbpv-section-wrap .fbpv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }.tc-wp-content-root .fbpv-section-wrap .fbpv-card{
    min-height: 238px;
    padding: 20px 14px;
    border-radius: 17px;
  }.tc-wp-content-root .fbpv-section-wrap .fbpv-icon{
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    font-size: 21px;
    border-radius: 15px;
  }.tc-wp-content-root .fbpv-section-wrap .fbpv-card h3{
    font-size: 16px;
    margin-top: 0;
  }.tc-wp-content-root .fbpv-section-wrap .fbpv-card p{
    font-size: 12.8px;
    margin-top: 10px;
    line-height: 1.48;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .fbpv-section-wrap .fbpv-panel{
    padding: 48px 14px;
  }.tc-wp-content-root .fbpv-section-wrap h2{
    font-size: 24px;
    margin-bottom: 10px;
  }.tc-wp-content-root .fbpv-section-wrap .fbpv-intro{
    font-size: 13.5px;
    margin-bottom: 22px;
    line-height: 1.5;
  }.tc-wp-content-root .fbpv-section-wrap .fbpv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }.tc-wp-content-root .fbpv-section-wrap .fbpv-card{
    min-height: 226px;
    padding: 18px 12px;
    border-radius: 16px;
  }.tc-wp-content-root .fbpv-section-wrap .fbpv-icon{
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    font-size: 19px;
    border-radius: 14px;
  }.tc-wp-content-root .fbpv-section-wrap .fbpv-card h3{
    font-size: 15px;
    margin-top: 0;
  }.tc-wp-content-root .fbpv-section-wrap .fbpv-card p{
    font-size: 12.2px;
    margin-top: 9px;
    line-height: 1.45;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .fbpv-section-wrap .fbpv-panel{
    padding: 42px 10px;
  }.tc-wp-content-root .fbpv-section-wrap h2{
    font-size: 21px;
    margin-bottom: 9px;
  }.tc-wp-content-root .fbpv-section-wrap .fbpv-intro{
    font-size: 12.8px;
    margin-bottom: 20px;
    line-height: 1.45;
  }.tc-wp-content-root .fbpv-section-wrap .fbpv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }.tc-wp-content-root .fbpv-section-wrap .fbpv-card{
    min-height: 218px;
    padding: 16px 10px;
    border-radius: 14px;
  }.tc-wp-content-root .fbpv-section-wrap .fbpv-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    font-size: 17px;
    border-radius: 13px;
  }.tc-wp-content-root .fbpv-section-wrap .fbpv-card h3{
    font-size: 13.5px;
    margin-top: 0;
  }.tc-wp-content-root .fbpv-section-wrap .fbpv-card p{
    font-size: 11.6px;
    margin-top: 8px;
    line-height: 1.42;
  }}