@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 .fbpv26-wrapper, .tc-wp-content-root .fbpv26-wrapper *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .fbpv26-wrapper{
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #172033;
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-content-root .fbpv26-section{
  width: 100% !important;
}.tc-wp-content-root .fbpv26-section-one, .tc-wp-content-root .fbpv26-section-three{
  background: #ffffff;
}.tc-wp-content-root .fbpv26-section-two{
  background: linear-gradient(180deg, #f3f8ff 0%, #eef6f4 100%);
}.tc-wp-content-root .fbpv26-container{
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
}.tc-wp-content-root .fbpv26-h2, .tc-wp-content-root .fbpv26-intro, .tc-wp-content-root .fbpv26-card-title, .tc-wp-content-root .fbpv26-card-text{
  text-align: center !important;
}.tc-wp-content-root .fbpv26-h2{
  margin: 0 auto;
  color: #172033;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .fbpv26-intro{
  max-width: 760px;
  margin: 14px auto 0;
  color: #516078;
  line-height: 1.65;
  font-weight: 400;
}.tc-wp-content-root .fbpv26-grid{
  display: grid !important;
  align-items: stretch !important;
}.tc-wp-content-root .fbpv26-card{
  height: 100% !important;
  display: grid;
  justify-items: center;
  align-content: start;
  text-align: center !important;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #dbe7f2;
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(28, 87, 132, 0.1);
  position: relative;
  overflow: hidden;
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
}.tc-wp-content-root .fbpv26-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(24, 119, 242, 0.12), transparent 48%);
  opacity: 0;
  transition: opacity 280ms ease;
  pointer-events: none;
}.tc-wp-content-root .fbpv26-card:hover{
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(24, 119, 242, 0.36);
  box-shadow: 0 24px 60px rgba(28, 87, 132, 0.17);
  background: #ffffff;
}.tc-wp-content-root .fbpv26-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .fbpv26-icon{
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #1877f2 0%, #20c997 100%);
  box-shadow: 0 14px 30px rgba(24, 119, 242, 0.22);
  color: #ffffff;
  position: relative;
  z-index: 1;
  transition: transform 280ms ease, box-shadow 280ms ease;
}.tc-wp-content-root .fbpv26-card:hover .fbpv26-icon{
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(32, 201, 151, 0.24);
}.tc-wp-content-root .fbpv26-i{
  color: #ffffff;
  line-height: 1;
  text-align: center;
}.tc-wp-content-root .fbpv26-card-title{
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
}.tc-wp-content-root .fbpv26-card-text{
  margin: 0;
  color: #5c697d;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}.tc-wp-content-root .fbpv26-card.fbpv26-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .fbpv26-card.fbpv26-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 1024px) {.tc-wp-content-root .fbpv26-section{
    padding: 86px 0;
  }.tc-wp-content-root .fbpv26-container{
    padding: 0 24px;
  }.tc-wp-content-root .fbpv26-h2{
    font-size: 42px;
    max-width: 980px;
    white-space: nowrap;
  }.tc-wp-content-root .fbpv26-intro{
    font-size: 17px;
    margin-bottom: 42px;
  }.tc-wp-content-root .fbpv26-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .fbpv26-grid{
    gap: 26px;
  }.tc-wp-content-root .fbpv26-card{
    min-height: 292px;
    padding: 34px 28px 30px;
  }.tc-wp-content-root .fbpv26-icon{
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
  }.tc-wp-content-root .fbpv26-i{
    font-size: 30px;
  }.tc-wp-content-root .fbpv26-card-title{
    font-size: 21px;
    margin-bottom: 13px;
  }.tc-wp-content-root .fbpv26-card-text{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .fbpv26-section{
    padding: 70px 0;
  }.tc-wp-content-root .fbpv26-container{
    padding: 0 22px;
  }.tc-wp-content-root .fbpv26-h2{
    font-size: 34px;
    max-width: 760px;
  }.tc-wp-content-root .fbpv26-intro{
    font-size: 16px;
    margin-bottom: 34px;
  }.tc-wp-content-root .fbpv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .fbpv26-card{
    min-height: 264px;
    padding: 30px 24px 26px;
    border-radius: 20px;
  }.tc-wp-content-root .fbpv26-icon{
    width: 66px;
    height: 66px;
    margin-bottom: 20px;
  }.tc-wp-content-root .fbpv26-i{
    font-size: 27px;
  }.tc-wp-content-root .fbpv26-card-title{
    font-size: 20px;
    margin-bottom: 11px;
  }.tc-wp-content-root .fbpv26-card-text{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .fbpv26-section{
    padding: 52px 0;
  }.tc-wp-content-root .fbpv26-container{
    padding: 0 16px;
  }.tc-wp-content-root .fbpv26-h2{
    font-size: 27px;
    max-width: 440px;
  }.tc-wp-content-root .fbpv26-intro{
    font-size: 14.5px;
    line-height: 1.55;
    margin-bottom: 24px;
  }.tc-wp-content-root .fbpv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }.tc-wp-content-root .fbpv26-card{
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 17px;
  }.tc-wp-content-root .fbpv26-icon{
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
    border-radius: 15px;
  }.tc-wp-content-root .fbpv26-i{
    font-size: 22px;
  }.tc-wp-content-root .fbpv26-card-title{
    font-size: 16.5px;
    margin-bottom: 9px;
  }.tc-wp-content-root .fbpv26-card-text{
    font-size: 13.2px;
    line-height: 1.5;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .fbpv26-section{
    padding: 46px 0;
  }.tc-wp-content-root .fbpv26-container{
    padding: 0 12px;
  }.tc-wp-content-root .fbpv26-h2{
    font-size: 24px;
    max-width: 360px;
  }.tc-wp-content-root .fbpv26-intro{
    font-size: 13.5px;
    line-height: 1.5;
    margin-bottom: 20px;
  }.tc-wp-content-root .fbpv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }.tc-wp-content-root .fbpv26-card{
    min-height: 222px;
    padding: 18px 11px 17px;
    border-radius: 15px;
  }.tc-wp-content-root .fbpv26-icon{
    width: 48px;
    height: 48px;
    margin-bottom: 13px;
    border-radius: 14px;
  }.tc-wp-content-root .fbpv26-i{
    font-size: 20px;
  }.tc-wp-content-root .fbpv26-card-title{
    font-size: 15px;
    margin-bottom: 8px;
  }.tc-wp-content-root .fbpv26-card-text{
    font-size: 12.5px;
    line-height: 1.45;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .fbpv26-section{
    padding: 40px 0;
  }.tc-wp-content-root .fbpv26-container{
    padding: 0 10px;
  }.tc-wp-content-root .fbpv26-h2{
    font-size: 21px;
    max-width: 300px;
  }.tc-wp-content-root .fbpv26-intro{
    font-size: 12.8px;
    line-height: 1.45;
    margin-bottom: 18px;
  }.tc-wp-content-root .fbpv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }.tc-wp-content-root .fbpv26-card{
    min-height: 214px;
    padding: 16px 9px 15px;
    border-radius: 14px;
  }.tc-wp-content-root .fbpv26-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    border-radius: 13px;
  }.tc-wp-content-root .fbpv26-i{
    font-size: 18px;
  }.tc-wp-content-root .fbpv26-card-title{
    font-size: 14px;
    margin-bottom: 7px;
  }.tc-wp-content-root .fbpv26-card-text{
    font-size: 12px;
    line-height: 1.42;
  }}