@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 .fbgv26-wrapper, .tc-wp-content-root .fbgv26-wrapper *{
  box-sizing: border-box;
}.tc-wp-content-root .fbgv26-wrapper{
  width: 100% !important;
  max-width: 100%;
  overflow: hidden;
  background: #ffffff;
  color: #18232d;
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-content-root .fbgv26-section{
  width: 100% !important;
  overflow: hidden;
}.tc-wp-content-root .fbgv26-section-one, .tc-wp-content-root .fbgv26-section-three{
  background: #ffffff;
}.tc-wp-content-root .fbgv26-section-two{
  background: linear-gradient(180deg, #f5f9fb 0%, #eef7f5 100%);
}.tc-wp-content-root .fbgv26-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  min-width: 0;
}.tc-wp-content-root .fbgv26-heading{
  margin: 0 auto;
  text-align: center;
  color: #18232d;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .fbgv26-intro{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #52616f;
  line-height: 1.65;
  font-weight: 400;
}.tc-wp-content-root .fbgv26-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
  min-width: 0;
}.tc-wp-content-root .fbgv26-card{
  position: relative;
  height: 100% !important;
  min-width: 0;
  text-align: center;
  border: 1px solid #dce9ea;
  background:
    radial-gradient(circle at 50% 0%, rgba(24, 119, 242, 0.08), transparent 38%),
    #ffffff;
  box-shadow: 0 18px 42px rgba(17, 75, 95, 0.1);
  overflow: hidden;
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background-position 280ms ease;
}.tc-wp-content-root .fbgv26-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.08), rgba(44, 182, 125, 0.08));
  opacity: 0;
  transition: opacity 280ms ease;
  pointer-events: none;
}.tc-wp-content-root .fbgv26-card:hover{
  transform: translateY(-8px);
  border-color: rgba(44, 182, 125, 0.48);
  box-shadow: 0 24px 58px rgba(17, 75, 95, 0.16);
}.tc-wp-content-root .fbgv26-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .fbgv26-icon{
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #1877f2 0%, #2cb67d 100%);
  box-shadow: 0 14px 30px rgba(24, 119, 242, 0.22);
  transition: transform 280ms ease, box-shadow 280ms ease;
}.tc-wp-content-root .fbgv26-card:hover .fbgv26-icon{
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 18px 38px rgba(44, 182, 125, 0.24);
}.tc-wp-content-root .fbgv26-i{
  color: #ffffff;
  line-height: 1;
  text-align: center;
}.tc-wp-content-root .fbgv26-card-title{
  position: relative;
  z-index: 1;
  margin: 0;
  text-align: center;
  color: #18232d;
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .fbgv26-card-text{
  position: relative;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
  color: #5b6a76;
  line-height: 1.58;
}.tc-wp-content-root .fbgv26-card.fbgv26-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .fbgv26-card.fbgv26-visible{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .fbgv26-card.fbgv26-visible:hover{
  transform: translateY(-8px);
}@media (min-width: 1024px) {.tc-wp-content-root .fbgv26-section{
    padding: 84px 28px;
  }.tc-wp-content-root .fbgv26-heading{
    font-size: 42px;
    max-width: 980px;
    white-space: nowrap;
  }.tc-wp-content-root .fbgv26-intro{
    max-width: 760px;
    margin-top: 18px;
    margin-bottom: 42px;
    font-size: 17px;
  }.tc-wp-content-root .fbgv26-grid{
    gap: 26px;
  }.tc-wp-content-root .fbgv26-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .fbgv26-grid-four{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .fbgv26-card{
    min-height: 300px;
    padding: 34px 26px 30px;
    border-radius: 22px;
  }.tc-wp-content-root .fbgv26-icon{
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
  }.tc-wp-content-root .fbgv26-i{
    font-size: 30px;
  }.tc-wp-content-root .fbgv26-card-title{
    font-size: 20px;
    margin-bottom: 14px;
  }.tc-wp-content-root .fbgv26-card-text{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .fbgv26-section{
    padding: 68px 24px;
  }.tc-wp-content-root .fbgv26-heading{
    font-size: 34px;
    max-width: 760px;
  }.tc-wp-content-root .fbgv26-intro{
    max-width: 680px;
    margin-top: 16px;
    margin-bottom: 34px;
    font-size: 16px;
  }.tc-wp-content-root .fbgv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .fbgv26-card{
    min-height: 270px;
    padding: 30px 22px 26px;
    border-radius: 20px;
  }.tc-wp-content-root .fbgv26-icon{
    width: 66px;
    height: 66px;
    margin-bottom: 22px;
  }.tc-wp-content-root .fbgv26-i{
    font-size: 27px;
  }.tc-wp-content-root .fbgv26-card-title{
    font-size: 18px;
    margin-bottom: 12px;
  }.tc-wp-content-root .fbgv26-card-text{
    font-size: 14px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .fbgv26-section{
    padding: 52px 18px;
  }.tc-wp-content-root .fbgv26-heading{
    font-size: 27px;
    max-width: 420px;
  }.tc-wp-content-root .fbgv26-intro{
    max-width: 430px;
    margin-top: 12px;
    margin-bottom: 26px;
    font-size: 14px;
    line-height: 1.55;
  }.tc-wp-content-root .fbgv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }.tc-wp-content-root .fbgv26-card{
    min-height: 235px;
    padding: 22px 14px 20px;
    border-radius: 16px;
  }.tc-wp-content-root .fbgv26-icon{
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
    border-radius: 15px;
  }.tc-wp-content-root .fbgv26-i{
    font-size: 22px;
  }.tc-wp-content-root .fbgv26-card-title{
    font-size: 15px;
    margin-bottom: 9px;
  }.tc-wp-content-root .fbgv26-card-text{
    font-size: 12.5px;
    line-height: 1.48;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .fbgv26-section{
    padding: 46px 14px;
  }.tc-wp-content-root .fbgv26-heading{
    font-size: 24px;
    max-width: 350px;
  }.tc-wp-content-root .fbgv26-intro{
    max-width: 360px;
    margin-top: 11px;
    margin-bottom: 22px;
    font-size: 13px;
    line-height: 1.5;
  }.tc-wp-content-root .fbgv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }.tc-wp-content-root .fbgv26-card{
    min-height: 224px;
    padding: 20px 11px 18px;
    border-radius: 14px;
  }.tc-wp-content-root .fbgv26-icon{
    width: 49px;
    height: 49px;
    margin-bottom: 14px;
    border-radius: 14px;
  }.tc-wp-content-root .fbgv26-i{
    font-size: 20px;
  }.tc-wp-content-root .fbgv26-card-title{
    font-size: 14px;
    margin-bottom: 8px;
  }.tc-wp-content-root .fbgv26-card-text{
    font-size: 12px;
    line-height: 1.45;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .fbgv26-section{
    padding: 40px 10px;
  }.tc-wp-content-root .fbgv26-heading{
    font-size: 21px;
    max-width: 300px;
  }.tc-wp-content-root .fbgv26-intro{
    max-width: 310px;
    margin-top: 10px;
    margin-bottom: 18px;
    font-size: 12px;
    line-height: 1.46;
  }.tc-wp-content-root .fbgv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }.tc-wp-content-root .fbgv26-card{
    min-height: 214px;
    padding: 18px 8px 16px;
    border-radius: 12px;
  }.tc-wp-content-root .fbgv26-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    border-radius: 12px;
  }.tc-wp-content-root .fbgv26-i{
    font-size: 18px;
  }.tc-wp-content-root .fbgv26-card-title{
    font-size: 12.5px;
    margin-bottom: 7px;
  }.tc-wp-content-root .fbgv26-card-text{
    font-size: 11px;
    line-height: 1.4;
  }}@media (max-width: 319px) {.tc-wp-content-root .fbgv26-section{
    padding: 36px 10px;
  }.tc-wp-content-root .fbgv26-grid{
    grid-template-columns: 1fr;
    gap: 10px;
  }.tc-wp-content-root .fbgv26-heading{
    font-size: 20px;
  }.tc-wp-content-root .fbgv26-intro{
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 18px;
  }.tc-wp-content-root .fbgv26-card{
    min-height: 210px;
    padding: 18px 10px;
    border-radius: 12px;
  }.tc-wp-content-root .fbgv26-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
  }.tc-wp-content-root .fbgv26-i{
    font-size: 18px;
  }.tc-wp-content-root .fbgv26-card-title{
    font-size: 13px;
    margin-bottom: 7px;
  }.tc-wp-content-root .fbgv26-card-text{
    font-size: 11px;
  }}