@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 .fbv26-wrap, .tc-wp-content-root .fbv26-wrap *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .fbv26-wrap{
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #17243a;
  font-family: inherit;
}.tc-wp-content-root .fbv26-wrap .fbv26-section{
  width: 100% !important;
  overflow: hidden;
}.tc-wp-content-root .fbv26-wrap .fbv26-section-one, .tc-wp-content-root .fbv26-wrap .fbv26-section-three{
  background: #ffffff;
}.tc-wp-content-root .fbv26-wrap .fbv26-section-two{
  background:
    radial-gradient(circle at 50% 0%, rgba(24, 119, 242, 0.09), transparent 34%),
    linear-gradient(180deg, #f5f9ff 0%, #eef5fb 100%);
}.tc-wp-content-root .fbv26-wrap .fbv26-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}.tc-wp-content-root .fbv26-wrap .fbv26-heading{
  margin: 0 auto;
  text-align: center;
  color: #10213d;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .fbv26-wrap .fbv26-intro{
  margin: 0 auto;
  max-width: 760px;
  text-align: center;
  color: #5a687d;
  font-weight: 400;
  line-height: 1.7;
}.tc-wp-content-root .fbv26-wrap .fbv26-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
}.tc-wp-content-root .fbv26-wrap .fbv26-card{
  position: relative;
  height: 100% !important;
  overflow: hidden;
  text-align: center;
  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(0,180,216,0.08));
  border: 1px solid #d9e6f5;
  border-radius: 22px;
  box-shadow: 0 18px 46px rgba(18, 55, 96, 0.10);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 260ms ease;
  background-size: 100% 100%, 180% 180%;
  background-position: center, 0% 50%;
}.tc-wp-content-root .fbv26-wrap .fbv26-card::after{
  content: "";
  position: absolute;
  inset: auto 18% 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #1877f2, #00b4d8, #2bd576);
  opacity: 0.42;
  transform: scaleX(0.72);
  transform-origin: center;
  transition: transform 260ms ease, opacity 260ms ease;
}.tc-wp-content-root .fbv26-wrap .fbv26-card:hover{
  transform: translateY(-8px);
  border-color: rgba(24, 119, 242, 0.42);
  box-shadow: 0 24px 62px rgba(24, 119, 242, 0.18);
  background-position: center, 100% 50%;
}.tc-wp-content-root .fbv26-wrap .fbv26-card:hover::after{
  opacity: 0.92;
  transform: scaleX(1);
}.tc-wp-content-root .fbv26-wrap .fbv26-icon{
  display: grid;
  place-items: center;
  margin: 0 auto;
  text-align: center;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(24,119,242,0.14), rgba(0,180,216,0.14)),
    #ffffff;
  border: 1px solid rgba(24, 119, 242, 0.18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.9), 0 12px 28px rgba(24, 119, 242, 0.14);
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .fbv26-wrap .fbv26-card:hover .fbv26-icon{
  transform: translateY(-3px) scale(1.035);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.95), 0 18px 34px rgba(0, 180, 216, 0.18);
}.tc-wp-content-root .fbv26-wrap .fbv26-i{
  display: inline-block;
  color: #1877f2;
  line-height: 1;
  text-align: center;
  transition: color 260ms ease, transform 260ms ease;
}.tc-wp-content-root .fbv26-wrap .fbv26-card:hover .fbv26-i{
  color: #0d9fc1;
  transform: translateY(-1px);
}.tc-wp-content-root .fbv26-wrap .fbv26-card-title{
  margin: 0;
  text-align: center;
  color: #13233a;
  font-weight: 750;
  line-height: 1.28;
  letter-spacing: 0;
}.tc-wp-content-root .fbv26-wrap .fbv26-card-text{
  margin: 0;
  text-align: center;
  color: #607086;
  font-weight: 400;
  line-height: 1.65;
}.tc-wp-content-root .fbv26-wrap.fbv26-js .fbv26-card{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .fbv26-wrap.fbv26-js .fbv26-card.fbv26-visible{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .fbv26-wrap.fbv26-js .fbv26-card.fbv26-visible:hover{
  transform: translateY(-8px);
}@media (min-width: 1024px) {.tc-wp-content-root .fbv26-wrap .fbv26-section{
    padding: 94px 0;
  }.tc-wp-content-root .fbv26-wrap .fbv26-container{
    padding: 0 28px;
  }.tc-wp-content-root .fbv26-wrap .fbv26-heading{
    font-size: 42px;
    max-width: 980px;
    white-space: nowrap;
  }.tc-wp-content-root .fbv26-wrap .fbv26-intro{
    margin-top: 18px;
    font-size: 17px;
  }.tc-wp-content-root .fbv26-wrap .fbv26-grid{
    margin-top: 42px;
    gap: 24px;
  }.tc-wp-content-root .fbv26-wrap .fbv26-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .fbv26-wrap .fbv26-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .fbv26-wrap .fbv26-card{
    min-height: 300px;
    padding: 34px 24px 32px;
  }.tc-wp-content-root .fbv26-wrap .fbv26-icon{
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
  }.tc-wp-content-root .fbv26-wrap .fbv26-i{
    font-size: 30px;
  }.tc-wp-content-root .fbv26-wrap .fbv26-card-title{
    font-size: 20px;
    margin-bottom: 12px;
  }.tc-wp-content-root .fbv26-wrap .fbv26-card-text{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .fbv26-wrap .fbv26-section{
    padding: 76px 0;
  }.tc-wp-content-root .fbv26-wrap .fbv26-container{
    padding: 0 24px;
  }.tc-wp-content-root .fbv26-wrap .fbv26-heading{
    font-size: 36px;
    max-width: 720px;
  }.tc-wp-content-root .fbv26-wrap .fbv26-intro{
    margin-top: 16px;
    font-size: 16px;
  }.tc-wp-content-root .fbv26-wrap .fbv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin-top: 34px;
    gap: 20px;
  }.tc-wp-content-root .fbv26-wrap .fbv26-card{
    min-height: 270px;
    padding: 30px 22px 28px;
    border-radius: 20px;
  }.tc-wp-content-root .fbv26-wrap .fbv26-icon{
    width: 66px;
    height: 66px;
    margin-bottom: 22px;
  }.tc-wp-content-root .fbv26-wrap .fbv26-i{
    font-size: 27px;
  }.tc-wp-content-root .fbv26-wrap .fbv26-card-title{
    font-size: 19px;
    margin-bottom: 10px;
  }.tc-wp-content-root .fbv26-wrap .fbv26-card-text{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .fbv26-wrap .fbv26-section{
    padding: 58px 0;
  }.tc-wp-content-root .fbv26-wrap .fbv26-container{
    padding: 0 16px;
  }.tc-wp-content-root .fbv26-wrap .fbv26-heading{
    font-size: 29px;
    max-width: 430px;
  }.tc-wp-content-root .fbv26-wrap .fbv26-intro{
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.58;
  }.tc-wp-content-root .fbv26-wrap .fbv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin-top: 26px;
    gap: 14px;
  }.tc-wp-content-root .fbv26-wrap .fbv26-card{
    min-height: 238px;
    padding: 22px 14px 20px;
    border-radius: 16px;
  }.tc-wp-content-root .fbv26-wrap .fbv26-icon{
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    border-radius: 15px;
  }.tc-wp-content-root .fbv26-wrap .fbv26-i{
    font-size: 22px;
  }.tc-wp-content-root .fbv26-wrap .fbv26-card-title{
    font-size: 16px;
    margin-bottom: 8px;
  }.tc-wp-content-root .fbv26-wrap .fbv26-card-text{
    font-size: 12.8px;
    line-height: 1.5;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .fbv26-wrap .fbv26-section{
    padding: 52px 0;
  }.tc-wp-content-root .fbv26-wrap .fbv26-container{
    padding: 0 12px;
  }.tc-wp-content-root .fbv26-wrap .fbv26-heading{
    font-size: 26px;
    max-width: 360px;
  }.tc-wp-content-root .fbv26-wrap .fbv26-intro{
    margin-top: 11px;
    font-size: 13.5px;
    line-height: 1.55;
  }.tc-wp-content-root .fbv26-wrap .fbv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin-top: 24px;
    gap: 12px;
  }.tc-wp-content-root .fbv26-wrap .fbv26-card{
    min-height: 228px;
    padding: 20px 12px 18px;
    border-radius: 15px;
  }.tc-wp-content-root .fbv26-wrap .fbv26-icon{
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    border-radius: 14px;
  }.tc-wp-content-root .fbv26-wrap .fbv26-i{
    font-size: 20px;
  }.tc-wp-content-root .fbv26-wrap .fbv26-card-title{
    font-size: 15px;
    margin-bottom: 7px;
  }.tc-wp-content-root .fbv26-wrap .fbv26-card-text{
    font-size: 12.3px;
    line-height: 1.46;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .fbv26-wrap .fbv26-section{
    padding: 46px 0;
  }.tc-wp-content-root .fbv26-wrap .fbv26-container{
    padding: 0 10px;
  }.tc-wp-content-root .fbv26-wrap .fbv26-heading{
    font-size: 23px;
    max-width: 310px;
  }.tc-wp-content-root .fbv26-wrap .fbv26-intro{
    margin-top: 10px;
    font-size: 12.8px;
    line-height: 1.5;
  }.tc-wp-content-root .fbv26-wrap .fbv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin-top: 22px;
    gap: 10px;
  }.tc-wp-content-root .fbv26-wrap .fbv26-card{
    min-height: 218px;
    padding: 18px 9px 16px;
    border-radius: 14px;
  }.tc-wp-content-root .fbv26-wrap .fbv26-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    border-radius: 13px;
  }.tc-wp-content-root .fbv26-wrap .fbv26-i{
    font-size: 18px;
  }.tc-wp-content-root .fbv26-wrap .fbv26-card-title{
    font-size: 14px;
    margin-bottom: 7px;
  }.tc-wp-content-root .fbv26-wrap .fbv26-card-text{
    font-size: 11.8px;
    line-height: 1.42;
  }}@media (max-width: 319px) {.tc-wp-content-root .fbv26-wrap .fbv26-section{
    padding: 42px 0;
  }.tc-wp-content-root .fbv26-wrap .fbv26-container{
    padding: 0 10px;
  }.tc-wp-content-root .fbv26-wrap .fbv26-heading{
    font-size: 22px;
  }.tc-wp-content-root .fbv26-wrap .fbv26-intro{
    margin-top: 10px;
    font-size: 12.5px;
  }.tc-wp-content-root .fbv26-wrap .fbv26-grid{
    grid-template-columns: 1fr !important;
    margin-top: 20px;
    gap: 10px;
  }.tc-wp-content-root .fbv26-wrap .fbv26-card{
    min-height: 210px;
    padding: 18px 12px;
  }.tc-wp-content-root .fbv26-wrap .fbv26-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
  }.tc-wp-content-root .fbv26-wrap .fbv26-i{
    font-size: 18px;
  }.tc-wp-content-root .fbv26-wrap .fbv26-card-title{
    font-size: 14px;
    margin-bottom: 7px;
  }.tc-wp-content-root .fbv26-wrap .fbv26-card-text{
    font-size: 12px;
  }}