@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 .fbfeatv-wrap, .tc-wp-content-root .fbfeatv-wrap *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .fbfeatv-wrap{
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #172236;
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-content-root .fbfeatv-wrap .fbfeatv-section{
  width: 100% !important;
  overflow: hidden;
}.tc-wp-content-root .fbfeatv-wrap .fbfeatv-section-one, .tc-wp-content-root .fbfeatv-wrap .fbfeatv-section-three{
  background: #ffffff;
}.tc-wp-content-root .fbfeatv-wrap .fbfeatv-section-two{
  background: linear-gradient(180deg, #f4f8ff 0%, #eef6f4 100%);
}.tc-wp-content-root .fbfeatv-wrap .fbfeatv-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}.tc-wp-content-root .fbfeatv-wrap .fbfeatv-heading, .tc-wp-content-root .fbfeatv-wrap .fbfeatv-intro, .tc-wp-content-root .fbfeatv-wrap .fbfeatv-card-title, .tc-wp-content-root .fbfeatv-wrap .fbfeatv-card-text{
  text-align: center !important;
}.tc-wp-content-root .fbfeatv-wrap .fbfeatv-heading{
  margin: 0 auto;
  color: #14223a;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .fbfeatv-wrap .fbfeatv-intro{
  margin: 14px auto 0;
  max-width: 760px;
  color: #526075;
  line-height: 1.65;
  font-weight: 400;
}.tc-wp-content-root .fbfeatv-wrap .fbfeatv-grid{
  display: grid !important;
  align-items: stretch !important;
}.tc-wp-content-root .fbfeatv-wrap .fbfeatv-card{
  position: relative;
  height: 100% !important;
  display: block;
  overflow: hidden;
  text-align: center !important;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border: 1px solid #dce8f4;
  border-radius: 22px;
  box-shadow: 0 16px 38px rgba(17, 49, 86, 0.09);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 360ms ease;
  background-size: 100% 140%;
}.tc-wp-content-root .fbfeatv-wrap .fbfeatv-section-two .fbfeatv-card{
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 54%, #f3faf7 100%);
}.tc-wp-content-root .fbfeatv-wrap .fbfeatv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(24, 119, 242, 0.12), transparent 46%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}.tc-wp-content-root .fbfeatv-wrap .fbfeatv-card:hover{
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(24, 119, 242, 0.34);
  box-shadow: 0 24px 54px rgba(17, 49, 86, 0.16);
  background-position: 0 100%;
}.tc-wp-content-root .fbfeatv-wrap .fbfeatv-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .fbfeatv-wrap .fbfeatv-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background: linear-gradient(135deg, #1877f2 0%, #1fb6a6 100%);
  box-shadow: 0 14px 28px rgba(24, 119, 242, 0.24);
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .fbfeatv-wrap .fbfeatv-card:hover .fbfeatv-icon{
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(31, 182, 166, 0.3);
}.tc-wp-content-root .fbfeatv-wrap .fbfeatv-i{
  color: #ffffff;
  line-height: 1;
  text-align: center !important;
}.tc-wp-content-root .fbfeatv-wrap .fbfeatv-card-title{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #172236;
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .fbfeatv-wrap .fbfeatv-card-text{
  position: relative;
  z-index: 1;
  margin: 0 auto;
  color: #5d6879;
  line-height: 1.58;
}.tc-wp-content-root .fbfeatv-wrap .fbfeatv-card.fbfeatv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .fbfeatv-wrap .fbfeatv-card.fbfeatv-reveal.fbfeatv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 1024px) {.tc-wp-content-root .fbfeatv-wrap .fbfeatv-section{
    padding: 86px 0;
  }.tc-wp-content-root .fbfeatv-wrap .fbfeatv-container{
    padding: 0 24px;
  }.tc-wp-content-root .fbfeatv-wrap .fbfeatv-heading{
    font-size: 40px;
    max-width: 980px;
    white-space: nowrap;
  }.tc-wp-content-root .fbfeatv-wrap .fbfeatv-intro{
    font-size: 17px;
  }.tc-wp-content-root .fbfeatv-wrap .fbfeatv-grid{
    gap: 26px;
    margin-top: 44px;
  }.tc-wp-content-root .fbfeatv-wrap .fbfeatv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .fbfeatv-wrap .fbfeatv-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .fbfeatv-wrap .fbfeatv-card{
    min-height: 300px;
    padding: 34px 26px 30px;
  }.tc-wp-content-root .fbfeatv-wrap .fbfeatv-icon{
    width: 72px;
    height: 72px;
    border-radius: 20px;
    margin-bottom: 24px;
  }.tc-wp-content-root .fbfeatv-wrap .fbfeatv-i{
    font-size: 30px;
  }.tc-wp-content-root .fbfeatv-wrap .fbfeatv-card-title{
    font-size: 21px;
    margin-bottom: 13px;
  }.tc-wp-content-root .fbfeatv-wrap .fbfeatv-card-text{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .fbfeatv-wrap .fbfeatv-section{
    padding: 70px 0;
  }.tc-wp-content-root .fbfeatv-wrap .fbfeatv-container{
    padding: 0 22px;
  }.tc-wp-content-root .fbfeatv-wrap .fbfeatv-heading{
    font-size: 34px;
    max-width: 760px;
  }.tc-wp-content-root .fbfeatv-wrap .fbfeatv-intro{
    font-size: 16px;
  }.tc-wp-content-root .fbfeatv-wrap .fbfeatv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 38px;
  }.tc-wp-content-root .fbfeatv-wrap .fbfeatv-card{
    min-height: 270px;
    padding: 30px 24px 28px;
    border-radius: 20px;
  }.tc-wp-content-root .fbfeatv-wrap .fbfeatv-icon{
    width: 66px;
    height: 66px;
    border-radius: 18px;
    margin-bottom: 21px;
  }.tc-wp-content-root .fbfeatv-wrap .fbfeatv-i{
    font-size: 27px;
  }.tc-wp-content-root .fbfeatv-wrap .fbfeatv-card-title{
    font-size: 20px;
    margin-bottom: 12px;
  }.tc-wp-content-root .fbfeatv-wrap .fbfeatv-card-text{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .fbfeatv-wrap .fbfeatv-section{
    padding: 54px 0;
  }.tc-wp-content-root .fbfeatv-wrap .fbfeatv-container{
    padding: 0 16px;
  }.tc-wp-content-root .fbfeatv-wrap .fbfeatv-heading{
    font-size: 28px;
    max-width: 430px;
  }.tc-wp-content-root .fbfeatv-wrap .fbfeatv-intro{
    font-size: 14px;
    line-height: 1.55;
  }.tc-wp-content-root .fbfeatv-wrap .fbfeatv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 30px;
  }.tc-wp-content-root .fbfeatv-wrap .fbfeatv-card{
    min-height: 235px;
    padding: 22px 14px 20px;
    border-radius: 17px;
  }.tc-wp-content-root .fbfeatv-wrap .fbfeatv-icon{
    width: 54px;
    height: 54px;
    border-radius: 15px;
    margin-bottom: 16px;
  }.tc-wp-content-root .fbfeatv-wrap .fbfeatv-i{
    font-size: 22px;
  }.tc-wp-content-root .fbfeatv-wrap .fbfeatv-card-title{
    font-size: 16px;
    margin-bottom: 9px;
  }.tc-wp-content-root .fbfeatv-wrap .fbfeatv-card-text{
    font-size: 13px;
    line-height: 1.48;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .fbfeatv-wrap .fbfeatv-section{
    padding: 48px 0;
  }.tc-wp-content-root .fbfeatv-wrap .fbfeatv-container{
    padding: 0 13px;
  }.tc-wp-content-root .fbfeatv-wrap .fbfeatv-heading{
    font-size: 25px;
    max-width: 360px;
  }.tc-wp-content-root .fbfeatv-wrap .fbfeatv-intro{
    font-size: 13.5px;
    line-height: 1.5;
  }.tc-wp-content-root .fbfeatv-wrap .fbfeatv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 26px;
  }.tc-wp-content-root .fbfeatv-wrap .fbfeatv-card{
    min-height: 225px;
    padding: 19px 11px 18px;
    border-radius: 15px;
  }.tc-wp-content-root .fbfeatv-wrap .fbfeatv-icon{
    width: 50px;
    height: 50px;
    border-radius: 14px;
    margin-bottom: 14px;
  }.tc-wp-content-root .fbfeatv-wrap .fbfeatv-i{
    font-size: 20px;
  }.tc-wp-content-root .fbfeatv-wrap .fbfeatv-card-title{
    font-size: 15px;
    margin-bottom: 8px;
  }.tc-wp-content-root .fbfeatv-wrap .fbfeatv-card-text{
    font-size: 12.5px;
    line-height: 1.45;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .fbfeatv-wrap .fbfeatv-section{
    padding: 42px 0;
  }.tc-wp-content-root .fbfeatv-wrap .fbfeatv-container{
    padding: 0 10px;
  }.tc-wp-content-root .fbfeatv-wrap .fbfeatv-heading{
    font-size: 22px;
    max-width: 300px;
  }.tc-wp-content-root .fbfeatv-wrap .fbfeatv-intro{
    font-size: 12.5px;
    line-height: 1.45;
  }.tc-wp-content-root .fbfeatv-wrap .fbfeatv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 22px;
  }.tc-wp-content-root .fbfeatv-wrap .fbfeatv-card{
    min-height: 215px;
    padding: 16px 8px 15px;
    border-radius: 14px;
  }.tc-wp-content-root .fbfeatv-wrap .fbfeatv-icon{
    width: 46px;
    height: 46px;
    border-radius: 13px;
    margin-bottom: 12px;
  }.tc-wp-content-root .fbfeatv-wrap .fbfeatv-i{
    font-size: 18px;
  }.tc-wp-content-root .fbfeatv-wrap .fbfeatv-card-title{
    font-size: 14px;
    margin-bottom: 7px;
  }.tc-wp-content-root .fbfeatv-wrap .fbfeatv-card-text{
    font-size: 11.8px;
    line-height: 1.4;
  }}@media (max-width: 319px) {.tc-wp-content-root .fbfeatv-wrap .fbfeatv-section{
    padding: 38px 0;
  }.tc-wp-content-root .fbfeatv-wrap .fbfeatv-container{
    padding: 0 10px;
  }.tc-wp-content-root .fbfeatv-wrap .fbfeatv-heading{
    font-size: 21px;
  }.tc-wp-content-root .fbfeatv-wrap .fbfeatv-intro{
    font-size: 12px;
  }.tc-wp-content-root .fbfeatv-wrap .fbfeatv-grid{
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 22px;
  }.tc-wp-content-root .fbfeatv-wrap .fbfeatv-card{
    min-height: 210px;
    padding: 18px 12px;
  }.tc-wp-content-root .fbfeatv-wrap .fbfeatv-icon{
    width: 46px;
    height: 46px;
    border-radius: 13px;
    margin-bottom: 12px;
  }.tc-wp-content-root .fbfeatv-wrap .fbfeatv-i{
    font-size: 18px;
  }.tc-wp-content-root .fbfeatv-wrap .fbfeatv-card-title{
    font-size: 14px;
    margin-bottom: 7px;
  }.tc-wp-content-root .fbfeatv-wrap .fbfeatv-card-text{
    font-size: 12px;
  }}