@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 .fsv26-wrap, .tc-wp-content-root .fsv26-wrap *{
  box-sizing: border-box;
}.tc-wp-content-root .fsv26-wrap{
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #17213b;
  font-family: inherit;
}.tc-wp-content-root .fsv26-wrap .fsv26-section{
  width: 100% !important;
  max-width: 100% !important;
}.tc-wp-content-root .fsv26-wrap .fsv26-section-white{
  background: #ffffff;
}.tc-wp-content-root .fsv26-wrap .fsv26-section-tint{
  background:
    radial-gradient(circle at 50% 0%, rgba(24, 119, 242, 0.11), transparent 34%),
    linear-gradient(180deg, #f4f8ff 0%, #f8fbff 100%);
}.tc-wp-content-root .fsv26-wrap .fsv26-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  min-width: 0;
}.tc-wp-content-root .fsv26-wrap .fsv26-title, .tc-wp-content-root .fsv26-wrap .fsv26-intro, .tc-wp-content-root .fsv26-wrap .fsv26-card, .tc-wp-content-root .fsv26-wrap .fsv26-card h3, .tc-wp-content-root .fsv26-wrap .fsv26-card p{
  text-align: center !important;
}.tc-wp-content-root .fsv26-wrap .fsv26-title{
  margin: 0 auto;
  color: #10224f;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .fsv26-wrap .fsv26-intro{
  margin: 14px auto 0;
  max-width: 720px;
  color: #52617e;
  line-height: 1.7;
  font-weight: 500;
}.tc-wp-content-root .fsv26-wrap .fsv26-grid{
  display: grid !important;
  align-items: stretch !important;
  min-width: 0;
}.tc-wp-content-root .fsv26-wrap .fsv26-grid-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .fsv26-wrap .fsv26-card{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100% !important;
  min-width: 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92)),
    radial-gradient(circle at 50% 10%, rgba(24, 119, 242, 0.12), transparent 44%);
  border: 1px solid rgba(24, 119, 242, 0.16);
  box-shadow: 0 18px 45px rgba(16, 34, 79, 0.09);
  transition: transform 360ms ease, box-shadow 360ms ease, border-color 360ms ease, background-position 360ms ease;
}.tc-wp-content-root .fsv26-wrap .fsv26-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.13), rgba(66, 183, 42, 0.08), transparent 58%);
  opacity: 0;
  transition: opacity 360ms ease;
  pointer-events: none;
}.tc-wp-content-root .fsv26-wrap .fsv26-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 .fsv26-wrap .fsv26-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .fsv26-wrap .fsv26-card:hover .fsv26-icon{
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 14px 30px rgba(24, 119, 242, 0.22);
}.tc-wp-content-root .fsv26-wrap .fsv26-card:hover .fsv26-i{
  transform: translateY(-2px);
}.tc-wp-content-root .fsv26-wrap .fsv26-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%, #20a4f3 58%, #42b72a 100%);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 26px rgba(24, 119, 242, 0.18);
  transition: transform 360ms ease, box-shadow 360ms ease;
}.tc-wp-content-root .fsv26-wrap .fsv26-i{
  display: block;
  line-height: 1;
  transition: transform 360ms ease;
}.tc-wp-content-root .fsv26-wrap .fsv26-card h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #142850;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .fsv26-wrap .fsv26-card p{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #5c6880;
  line-height: 1.62;
  font-weight: 500;
}.tc-wp-content-root .fsv26-wrap.fsv26-js .fsv26-card{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .fsv26-wrap.fsv26-js .fsv26-card.fsv26-visible{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .fsv26-wrap.fsv26-js .fsv26-card.fsv26-visible:hover{
  transform: translateY(-8px);
}@media (min-width: 1024px) {.tc-wp-content-root .fsv26-wrap .fsv26-section{
    padding: 86px 0;
  }.tc-wp-content-root .fsv26-wrap .fsv26-container{
    padding: 0 28px;
  }.tc-wp-content-root .fsv26-wrap .fsv26-title{
    max-width: 100%;
    font-size: 42px;
  }.tc-wp-content-root .fsv26-wrap .fsv26-intro{
    font-size: 17px;
  }.tc-wp-content-root .fsv26-wrap .fsv26-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin-top: 42px;
  }.tc-wp-content-root .fsv26-wrap .fsv26-card{
    min-height: 300px;
    padding: 34px 28px;
    border-radius: 22px;
  }.tc-wp-content-root .fsv26-wrap .fsv26-icon{
    width: 70px;
    height: 70px;
    margin-bottom: 24px;
    border-radius: 20px;
    font-size: 29px;
  }.tc-wp-content-root .fsv26-wrap .fsv26-card h3{
    font-size: 21px;
    margin-bottom: 12px;
  }.tc-wp-content-root .fsv26-wrap .fsv26-card p{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .fsv26-wrap .fsv26-section{
    padding: 68px 0;
  }.tc-wp-content-root .fsv26-wrap .fsv26-container{
    padding: 0 24px;
  }.tc-wp-content-root .fsv26-wrap .fsv26-title{
    max-width: 680px;
    font-size: 34px;
  }.tc-wp-content-root .fsv26-wrap .fsv26-intro{
    font-size: 16px;
  }.tc-wp-content-root .fsv26-wrap .fsv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 34px;
  }.tc-wp-content-root .fsv26-wrap .fsv26-card{
    min-height: 270px;
    padding: 30px 24px;
    border-radius: 20px;
  }.tc-wp-content-root .fsv26-wrap .fsv26-icon{
    width: 64px;
    height: 64px;
    margin-bottom: 21px;
    border-radius: 18px;
    font-size: 26px;
  }.tc-wp-content-root .fsv26-wrap .fsv26-card h3{
    font-size: 19px;
    margin-bottom: 10px;
  }.tc-wp-content-root .fsv26-wrap .fsv26-card p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .fsv26-wrap .fsv26-section{
    padding: 52px 0;
  }.tc-wp-content-root .fsv26-wrap .fsv26-container{
    padding: 0 16px;
  }.tc-wp-content-root .fsv26-wrap .fsv26-title{
    max-width: 360px;
    font-size: 28px;
  }.tc-wp-content-root .fsv26-wrap .fsv26-intro{
    max-width: 390px;
    font-size: 14.5px;
  }.tc-wp-content-root .fsv26-wrap .fsv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .fsv26-wrap .fsv26-card{
    min-height: 230px;
    padding: 20px 14px;
    border-radius: 16px;
  }.tc-wp-content-root .fsv26-wrap .fsv26-icon{
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    border-radius: 15px;
    font-size: 21px;
  }.tc-wp-content-root .fsv26-wrap .fsv26-card h3{
    font-size: 16px;
    margin-bottom: 8px;
  }.tc-wp-content-root .fsv26-wrap .fsv26-card p{
    font-size: 13px;
    line-height: 1.5;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .fsv26-wrap .fsv26-section{
    padding: 46px 0;
  }.tc-wp-content-root .fsv26-wrap .fsv26-container{
    padding: 0 12px;
  }.tc-wp-content-root .fsv26-wrap .fsv26-title{
    max-width: 320px;
    font-size: 25px;
  }.tc-wp-content-root .fsv26-wrap .fsv26-intro{
    max-width: 340px;
    font-size: 13.5px;
    line-height: 1.6;
  }.tc-wp-content-root .fsv26-wrap .fsv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
  }.tc-wp-content-root .fsv26-wrap .fsv26-card{
    min-height: 220px;
    padding: 18px 12px;
    border-radius: 15px;
  }.tc-wp-content-root .fsv26-wrap .fsv26-icon{
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    border-radius: 14px;
    font-size: 19px;
  }.tc-wp-content-root .fsv26-wrap .fsv26-card h3{
    font-size: 15px;
    margin-bottom: 7px;
  }.tc-wp-content-root .fsv26-wrap .fsv26-card p{
    font-size: 12.5px;
    line-height: 1.45;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .fsv26-wrap .fsv26-section{
    padding: 42px 0;
  }.tc-wp-content-root .fsv26-wrap .fsv26-container{
    padding: 0 10px;
  }.tc-wp-content-root .fsv26-wrap .fsv26-title{
    max-width: 285px;
    font-size: 22px;
  }.tc-wp-content-root .fsv26-wrap .fsv26-intro{
    max-width: 300px;
    font-size: 12.8px;
    line-height: 1.55;
  }.tc-wp-content-root .fsv26-wrap .fsv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
  }.tc-wp-content-root .fsv26-wrap .fsv26-card{
    min-height: 214px;
    padding: 16px 10px;
    border-radius: 14px;
  }.tc-wp-content-root .fsv26-wrap .fsv26-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    border-radius: 13px;
    font-size: 18px;
  }.tc-wp-content-root .fsv26-wrap .fsv26-card h3{
    font-size: 14px;
    margin-bottom: 7px;
  }.tc-wp-content-root .fsv26-wrap .fsv26-card p{
    font-size: 11.8px;
    line-height: 1.42;
  }}@media (max-width: 319px) {.tc-wp-content-root .fsv26-wrap .fsv26-section{
    padding: 38px 0;
  }.tc-wp-content-root .fsv26-wrap .fsv26-container{
    padding: 0 10px;
  }.tc-wp-content-root .fsv26-wrap .fsv26-title{
    max-width: 260px;
    font-size: 21px;
  }.tc-wp-content-root .fsv26-wrap .fsv26-intro{
    font-size: 12.5px;
  }.tc-wp-content-root .fsv26-wrap .fsv26-grid{
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 20px;
  }.tc-wp-content-root .fsv26-wrap .fsv26-card{
    min-height: 210px;
    padding: 16px 12px;
    border-radius: 14px;
  }.tc-wp-content-root .fsv26-wrap .fsv26-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    border-radius: 13px;
    font-size: 18px;
  }.tc-wp-content-root .fsv26-wrap .fsv26-card h3{
    font-size: 14px;
    margin-bottom: 7px;
  }.tc-wp-content-root .fsv26-wrap .fsv26-card p{
    font-size: 12px;
  }}