@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 .fbsv26-wrap, .tc-wp-content-root .fbsv26-wrap *{
  box-sizing: border-box;
}.tc-wp-content-root .fbsv26-wrap{
  width: 100% !important;
  max-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 .fbsv26-section{
  width: 100% !important;
  position: relative;
}.tc-wp-content-root .fbsv26-section-white{
  background: #ffffff !important;
}.tc-wp-content-root .fbsv26-section-tint{
  background: linear-gradient(180deg, #f5f9ff 0%, #eef6f4 100%);
}.tc-wp-content-root .fbsv26-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding-left: 24px;
  padding-right: 24px;
  min-width: 0;
}.tc-wp-content-root .fbsv26-wrap h2{
  margin: 0 auto;
  color: #101827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center;
  max-width: 980px;
}.tc-wp-content-root .fbsv26-intro{
  margin: 16px auto 0;
  color: #5c6678;
  line-height: 1.65;
  text-align: center;
  max-width: 760px;
  font-weight: 450;
}.tc-wp-content-root .fbsv26-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100% !important;
  min-width: 0;
}.tc-wp-content-root .fbsv26-grid-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .fbsv26-grid-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .fbsv26-card{
  height: 100% !important;
  min-width: 0;
  border: 1px solid #dbe7ee;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 18px 45px rgba(32, 74, 112, 0.1);
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 360ms ease;
  background-size: 100% 140%;
}.tc-wp-content-root .fbsv26-card:before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(24, 119, 242, 0.11), transparent 42%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}.tc-wp-content-root .fbsv26-card:hover{
  transform: translateY(-8px);
  border-color: #7bb7d7;
  box-shadow: 0 24px 60px rgba(24, 119, 242, 0.16);
  background-position: 0 100%;
}.tc-wp-content-root .fbsv26-card:hover:before{
  opacity: 1;
}.tc-wp-content-root .fbsv26-icon{
  width: 72px;
  height: 72px;
  margin: 0 auto 22px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #1877f2 0%, #21a67a 100%);
  box-shadow: 0 14px 30px rgba(24, 119, 242, 0.22);
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .fbsv26-card:hover .fbsv26-icon{
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 18px 36px rgba(33, 166, 122, 0.25);
}.tc-wp-content-root .fbsv26-i{
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  text-align: center;
}.tc-wp-content-root .fbsv26-card h3{
  margin: 0 auto;
  color: #121c2d;
  font-weight: 760;
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0;
}.tc-wp-content-root .fbsv26-card p{
  margin: 12px auto 0;
  color: #606c7f;
  line-height: 1.58;
  text-align: center;
  font-weight: 430;
}.tc-wp-content-root .fbsv26-card.fbsv26-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .fbsv26-card.fbsv26-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 1024px) {.tc-wp-content-root .fbsv26-section{
    padding: 92px 0;
  }.tc-wp-content-root .fbsv26-wrap h2{
    font-size: 42px;
    white-space: nowrap;
  }.tc-wp-content-root .fbsv26-intro{
    font-size: 17px;
  }.tc-wp-content-root .fbsv26-grid{
    gap: 26px;
    margin-top: 46px;
  }.tc-wp-content-root .fbsv26-card{
    min-height: 296px;
    padding: 38px 28px 32px;
  }.tc-wp-content-root .fbsv26-card h3{
    font-size: 21px;
  }.tc-wp-content-root .fbsv26-card p{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .fbsv26-section{
    padding: 74px 0;
  }.tc-wp-content-root .fbsv26-container{
    padding-left: 22px;
    padding-right: 22px;
  }.tc-wp-content-root .fbsv26-wrap h2{
    font-size: 34px;
  }.tc-wp-content-root .fbsv26-intro{
    font-size: 16px;
  }.tc-wp-content-root .fbsv26-grid, .tc-wp-content-root .fbsv26-grid-3, .tc-wp-content-root .fbsv26-grid-4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 38px;
  }.tc-wp-content-root .fbsv26-card{
    min-height: 266px;
    padding: 32px 24px 28px;
    border-radius: 20px;
  }.tc-wp-content-root .fbsv26-icon{
    width: 64px;
    height: 64px;
    margin-bottom: 18px;
    border-radius: 18px;
  }.tc-wp-content-root .fbsv26-i{
    font-size: 27px;
  }.tc-wp-content-root .fbsv26-card h3{
    font-size: 19px;
  }.tc-wp-content-root .fbsv26-card p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .fbsv26-section{
    padding: 58px 0;
  }.tc-wp-content-root .fbsv26-container{
    padding-left: 16px;
    padding-right: 16px;
  }.tc-wp-content-root .fbsv26-wrap h2{
    font-size: 28px;
    max-width: 360px;
  }.tc-wp-content-root .fbsv26-intro{
    font-size: 14.5px;
    line-height: 1.55;
  }.tc-wp-content-root .fbsv26-grid, .tc-wp-content-root .fbsv26-grid-3, .tc-wp-content-root .fbsv26-grid-4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 30px;
  }.tc-wp-content-root .fbsv26-card{
    min-height: 232px;
    padding: 24px 14px 20px;
    border-radius: 16px;
  }.tc-wp-content-root .fbsv26-icon{
    width: 54px;
    height: 54px;
    margin-bottom: 15px;
    border-radius: 15px;
  }.tc-wp-content-root .fbsv26-i{
    font-size: 23px;
  }.tc-wp-content-root .fbsv26-card h3{
    font-size: 16px;
  }.tc-wp-content-root .fbsv26-card p{
    font-size: 13.2px;
    line-height: 1.48;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .fbsv26-section{
    padding: 50px 0;
  }.tc-wp-content-root .fbsv26-container{
    padding-left: 12px;
    padding-right: 12px;
  }.tc-wp-content-root .fbsv26-wrap h2{
    font-size: 25px;
    max-width: 320px;
  }.tc-wp-content-root .fbsv26-intro{
    font-size: 13.8px;
    line-height: 1.5;
  }.tc-wp-content-root .fbsv26-grid, .tc-wp-content-root .fbsv26-grid-3, .tc-wp-content-root .fbsv26-grid-4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 26px;
  }.tc-wp-content-root .fbsv26-card{
    min-height: 222px;
    padding: 21px 11px 18px;
    border-radius: 15px;
  }.tc-wp-content-root .fbsv26-icon{
    width: 50px;
    height: 50px;
    margin-bottom: 13px;
    border-radius: 14px;
  }.tc-wp-content-root .fbsv26-i{
    font-size: 21px;
  }.tc-wp-content-root .fbsv26-card h3{
    font-size: 15px;
  }.tc-wp-content-root .fbsv26-card p{
    font-size: 12.6px;
    line-height: 1.45;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .fbsv26-section{
    padding: 44px 0;
  }.tc-wp-content-root .fbsv26-container{
    padding-left: 10px;
    padding-right: 10px;
  }.tc-wp-content-root .fbsv26-wrap h2{
    font-size: 22px;
    max-width: 290px;
  }.tc-wp-content-root .fbsv26-intro{
    font-size: 13px;
    line-height: 1.45;
  }.tc-wp-content-root .fbsv26-grid, .tc-wp-content-root .fbsv26-grid-3, .tc-wp-content-root .fbsv26-grid-4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
  }.tc-wp-content-root .fbsv26-card{
    min-height: 214px;
    padding: 18px 9px 16px;
    border-radius: 14px;
  }.tc-wp-content-root .fbsv26-icon{
    width: 46px;
    height: 46px;
    margin-bottom: 12px;
    border-radius: 13px;
  }.tc-wp-content-root .fbsv26-i{
    font-size: 19px;
  }.tc-wp-content-root .fbsv26-card h3{
    font-size: 14px;
  }.tc-wp-content-root .fbsv26-card p{
    font-size: 12px;
    line-height: 1.42;
  }}@media (max-width: 319px) {.tc-wp-content-root .fbsv26-grid, .tc-wp-content-root .fbsv26-grid-3, .tc-wp-content-root .fbsv26-grid-4{
    grid-template-columns: 1fr;
  }}