@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 .fbpvx26-wrapper, .tc-wp-content-root .fbpvx26-wrapper *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .fbpvx26-wrapper{
  --fbpvx26-primary: #1877f2;
  --fbpvx26-secondary: #19b7a2;
  --fbpvx26-accent: #ffb545;
  --fbpvx26-text: #172033;
  --fbpvx26-muted: #5f6b7a;
  --fbpvx26-tint: #f3f8ff;
  --fbpvx26-border: rgba(24, 119, 242, 0.16);
  --fbpvx26-shadow: rgba(20, 55, 99, 0.14);
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: var(--fbpvx26-text);
  font-family: inherit;
}.tc-wp-content-root .fbpvx26-section{
  width: 100% !important;
  overflow: hidden;
}.tc-wp-content-root .fbpvx26-section-white{
  background: #ffffff;
}.tc-wp-content-root .fbpvx26-section-tint{
  background:
    radial-gradient(circle at 50% 0%, rgba(24, 119, 242, 0.08), transparent 34%),
    linear-gradient(180deg, #f7fbff 0%, var(--fbpvx26-tint) 100%);
}.tc-wp-content-root .fbpvx26-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  text-align: center;
}.tc-wp-content-root .fbpvx26-heading, .tc-wp-content-root .fbpvx26-intro, .tc-wp-content-root .fbpvx26-card h3, .tc-wp-content-root .fbpvx26-card p{
  text-align: center !important;
}.tc-wp-content-root .fbpvx26-heading{
  margin: 0 auto;
  color: var(--fbpvx26-text);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  max-width: 980px;
}.tc-wp-content-root .fbpvx26-intro{
  margin: 0 auto;
  color: var(--fbpvx26-muted);
  line-height: 1.65;
  max-width: 760px;
  font-weight: 500;
}.tc-wp-content-root .fbpvx26-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100% !important;
}.tc-wp-content-root .fbpvx26-card{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100% !important;
  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(25, 183, 162, 0.08));
  border: 1px solid var(--fbpvx26-border);
  border-radius: 22px;
  box-shadow: 0 18px 44px var(--fbpvx26-shadow);
  overflow: hidden;
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background-position 420ms ease;
}.tc-wp-content-root .fbpvx26-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.13), transparent 42%, rgba(255, 181, 69, 0.12));
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
}.tc-wp-content-root .fbpvx26-card-tint{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 253, 255, 0.9)),
    linear-gradient(135deg, rgba(24, 119, 242, 0.1), rgba(25, 183, 162, 0.1));
}.tc-wp-content-root .fbpvx26-card:hover{
  transform: translateY(-8px) scale(1.012);
  border-color: rgba(24, 119, 242, 0.36);
  box-shadow: 0 24px 60px rgba(20, 55, 99, 0.2);
}.tc-wp-content-root .fbpvx26-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .fbpvx26-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 999px;
  background:
    linear-gradient(135deg, var(--fbpvx26-primary), var(--fbpvx26-secondary) 72%),
    var(--fbpvx26-primary);
  box-shadow: 0 14px 30px rgba(24, 119, 242, 0.24);
  transition: transform 320ms ease, box-shadow 320ms ease;
}.tc-wp-content-root .fbpvx26-card:hover .fbpvx26-icon{
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(25, 183, 162, 0.28);
}.tc-wp-content-root .fbpvx26-i{
  color: #ffffff;
  line-height: 1;
  text-align: center;
}.tc-wp-content-root .fbpvx26-card h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--fbpvx26-text);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .fbpvx26-card p{
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--fbpvx26-muted);
  line-height: 1.6;
  font-weight: 500;
}.tc-wp-content-root .fbpvx26-reveal{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .fbpvx26-wrapper.fbpvx26-js .fbpvx26-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease, box-shadow 320ms ease, border-color 320ms ease;
}.tc-wp-content-root .fbpvx26-wrapper.fbpvx26-js .fbpvx26-reveal.fbpvx26-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 1024px) {.tc-wp-content-root .fbpvx26-section{
    padding: 92px 0;
  }.tc-wp-content-root .fbpvx26-container{
    padding: 0 28px;
  }.tc-wp-content-root .fbpvx26-heading{
    font-size: 44px;
    white-space: nowrap;
  }.tc-wp-content-root .fbpvx26-intro{
    margin-top: 18px;
    font-size: 17px;
  }.tc-wp-content-root .fbpvx26-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin-top: 44px;
  }.tc-wp-content-root .fbpvx26-card{
    min-height: 300px;
    padding: 34px 28px 30px;
  }.tc-wp-content-root .fbpvx26-icon{
    width: 74px;
    height: 74px;
    margin-bottom: 24px;
  }.tc-wp-content-root .fbpvx26-i{
    font-size: 31px;
  }.tc-wp-content-root .fbpvx26-card h3{
    font-size: 21px;
  }.tc-wp-content-root .fbpvx26-card p{
    margin-top: 13px;
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .fbpvx26-section{
    padding: 74px 0;
  }.tc-wp-content-root .fbpvx26-container{
    padding: 0 24px;
  }.tc-wp-content-root .fbpvx26-heading{
    font-size: 36px;
  }.tc-wp-content-root .fbpvx26-intro{
    margin-top: 16px;
    font-size: 16px;
  }.tc-wp-content-root .fbpvx26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 38px;
  }.tc-wp-content-root .fbpvx26-card{
    min-height: 270px;
    padding: 30px 24px 27px;
    border-radius: 20px;
  }.tc-wp-content-root .fbpvx26-icon{
    width: 66px;
    height: 66px;
    margin-bottom: 21px;
  }.tc-wp-content-root .fbpvx26-i{
    font-size: 28px;
  }.tc-wp-content-root .fbpvx26-card h3{
    font-size: 19px;
  }.tc-wp-content-root .fbpvx26-card p{
    margin-top: 12px;
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .fbpvx26-section{
    padding: 56px 0;
  }.tc-wp-content-root .fbpvx26-container{
    padding: 0 16px;
  }.tc-wp-content-root .fbpvx26-heading{
    font-size: 29px;
    max-width: 420px;
  }.tc-wp-content-root .fbpvx26-intro{
    margin-top: 13px;
    font-size: 14px;
    line-height: 1.55;
  }.tc-wp-content-root .fbpvx26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .fbpvx26-card{
    min-height: 230px;
    padding: 22px 14px 20px;
    border-radius: 16px;
  }.tc-wp-content-root .fbpvx26-icon{
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
  }.tc-wp-content-root .fbpvx26-i{
    font-size: 23px;
  }.tc-wp-content-root .fbpvx26-card h3{
    font-size: 16px;
  }.tc-wp-content-root .fbpvx26-card p{
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.48;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .fbpvx26-section{
    padding: 50px 0;
  }.tc-wp-content-root .fbpvx26-container{
    padding: 0 12px;
  }.tc-wp-content-root .fbpvx26-heading{
    font-size: 26px;
    max-width: 360px;
  }.tc-wp-content-root .fbpvx26-intro{
    margin-top: 12px;
    font-size: 13.5px;
    line-height: 1.52;
  }.tc-wp-content-root .fbpvx26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
  }.tc-wp-content-root .fbpvx26-card{
    min-height: 222px;
    padding: 20px 11px 18px;
    border-radius: 15px;
  }.tc-wp-content-root .fbpvx26-icon{
    width: 50px;
    height: 50px;
    margin-bottom: 14px;
  }.tc-wp-content-root .fbpvx26-i{
    font-size: 21px;
  }.tc-wp-content-root .fbpvx26-card h3{
    font-size: 15px;
  }.tc-wp-content-root .fbpvx26-card p{
    margin-top: 8px;
    font-size: 12.4px;
    line-height: 1.45;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .fbpvx26-section{
    padding: 44px 0;
  }.tc-wp-content-root .fbpvx26-container{
    padding: 0 10px;
  }.tc-wp-content-root .fbpvx26-heading{
    font-size: 23px;
    max-width: 300px;
  }.tc-wp-content-root .fbpvx26-intro{
    margin-top: 10px;
    font-size: 12.5px;
    line-height: 1.48;
  }.tc-wp-content-root .fbpvx26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
  }.tc-wp-content-root .fbpvx26-card{
    min-height: 214px;
    padding: 18px 9px 16px;
    border-radius: 14px;
  }.tc-wp-content-root .fbpvx26-icon{
    width: 46px;
    height: 46px;
    margin-bottom: 13px;
  }.tc-wp-content-root .fbpvx26-i{
    font-size: 19px;
  }.tc-wp-content-root .fbpvx26-card h3{
    font-size: 14px;
    line-height: 1.22;
  }.tc-wp-content-root .fbpvx26-card p{
    margin-top: 7px;
    font-size: 11.7px;
    line-height: 1.42;
  }}@media (max-width: 319px) {.tc-wp-content-root .fbpvx26-section{
    padding: 40px 0;
  }.tc-wp-content-root .fbpvx26-container{
    padding: 0 10px;
  }.tc-wp-content-root .fbpvx26-heading{
    font-size: 22px;
  }.tc-wp-content-root .fbpvx26-intro{
    margin-top: 10px;
    font-size: 12.5px;
  }.tc-wp-content-root .fbpvx26-grid{
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 20px;
  }.tc-wp-content-root .fbpvx26-card{
    min-height: 210px;
    padding: 18px 12px;
  }.tc-wp-content-root .fbpvx26-icon{
    width: 46px;
    height: 46px;
    margin-bottom: 12px;
  }.tc-wp-content-root .fbpvx26-i{
    font-size: 19px;
  }.tc-wp-content-root .fbpvx26-card h3{
    font-size: 14px;
  }.tc-wp-content-root .fbpvx26-card p{
    margin-top: 7px;
    font-size: 12px;
  }}

.tc-wp-content-root .fbpvx26-grid-3 {}