@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 .fbpvx-profile-viewer-wrap, .tc-wp-content-root .fbpvx-profile-viewer-wrap *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .fbpvx-profile-viewer-wrap{
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #1e2a3a;
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-section{
  width: 100% !important;
}.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-section-white{
  background: #ffffff;
}.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-section-tint{
  background: linear-gradient(180deg, #f4f8ff 0%, #eef5fb 100%);
}.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-heading, .tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-intro, .tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-card-title, .tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-card-text{
  text-align: center !important;
}.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-heading{
  margin: 0 auto;
  color: #162235;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-intro{
  margin: 14px auto 0;
  max-width: 760px;
  color: #5f6f82;
  line-height: 1.7;
  font-weight: 500;
}.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-grid{
  display: grid !important;
  align-items: stretch !important;
}.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-card{
  height: 100% !important;
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center !important;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border: 1px solid #dce8f5;
  box-shadow: 0 18px 46px rgba(33, 78, 125, 0.1);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
  position: relative;
  overflow: hidden;
}.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(24, 119, 242, 0.12), transparent 42%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-card:hover{
  transform: translateY(-8px);
  border-color: rgba(24, 119, 242, 0.38);
  box-shadow: 0 24px 58px rgba(24, 119, 242, 0.16);
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-card:hover .fbpvx-icon{
  transform: translateY(-4px) scale(1.04);
  background-position: 100% 50%;
}.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-card-tint{
  background: linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
}.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-icon{
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 999px;
  background: linear-gradient(135deg, #1877f2 0%, #3aa7ff 52%, #18c29c 100%);
  background-size: 180% 180%;
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(24, 119, 242, 0.28);
  transition: transform 260ms ease, background-position 260ms ease;
  text-align: center !important;
}.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-i{
  color: #ffffff;
  line-height: 1;
  text-align: center !important;
}.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-card-title{
  position: relative;
  margin: 0;
  color: #17263b;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-card-text{
  position: relative;
  margin: 0 auto;
  color: #607086;
  line-height: 1.62;
  font-weight: 500;
}.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-card.fbpvx-reveal-ready{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-card.fbpvx-reveal-ready.fbpvx-revealed{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 1024px) {.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-section{
    padding: 86px 0;
  }.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-container{
    padding: 0 28px;
  }.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-heading{
    font-size: 42px;
    white-space: nowrap;
  }.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-intro{
    font-size: 17px;
    margin-bottom: 42px;
  }.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-grid{
    gap: 26px;
  }.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-card{
    min-height: 300px;
    padding: 34px 28px;
    border-radius: 24px;
  }.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-icon{
    width: 74px;
    height: 74px;
    margin-bottom: 24px;
  }.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-i{
    font-size: 30px;
  }.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-card-title{
    font-size: 20px;
    margin-bottom: 13px;
  }.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-card-text{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-section{
    padding: 68px 0;
  }.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-container{
    padding: 0 24px;
  }.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-heading{
    font-size: 34px;
  }.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-intro{
    font-size: 16px;
    margin-bottom: 34px;
  }.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-card{
    min-height: 270px;
    padding: 30px 24px;
    border-radius: 22px;
  }.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-icon{
    width: 66px;
    height: 66px;
    margin-bottom: 20px;
  }.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-i{
    font-size: 27px;
  }.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-card-title{
    font-size: 19px;
    margin-bottom: 12px;
  }.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-card-text{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-section{
    padding: 48px 0;
  }.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-container{
    padding: 0 16px;
  }.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-heading{
    font-size: 28px;
  }.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-intro{
    font-size: 14.5px;
    line-height: 1.6;
    margin-bottom: 24px;
  }.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-card{
    min-height: 230px;
    padding: 22px 14px;
    border-radius: 18px;
  }.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-icon{
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
  }.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-i{
    font-size: 22px;
  }.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-card-title{
    font-size: 16px;
    margin-bottom: 9px;
  }.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-card-text{
    font-size: 13px;
    line-height: 1.5;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-section{
    padding: 42px 0;
  }.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-container{
    padding: 0 12px;
  }.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-heading{
    font-size: 25px;
    line-height: 1.16;
  }.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-intro{
    font-size: 13.5px;
    line-height: 1.55;
    margin-bottom: 20px;
  }.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-card{
    min-height: 222px;
    padding: 19px 10px;
    border-radius: 16px;
  }.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-icon{
    width: 48px;
    height: 48px;
    margin-bottom: 13px;
  }.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-i{
    font-size: 20px;
  }.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-card-title{
    font-size: 14.5px;
    margin-bottom: 8px;
  }.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-card-text{
    font-size: 12.2px;
    line-height: 1.45;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-section{
    padding: 38px 0;
  }.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-container{
    padding: 0 10px;
  }.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-heading{
    font-size: 22px;
    line-height: 1.17;
  }.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-intro{
    font-size: 12.8px;
    line-height: 1.5;
    margin-bottom: 18px;
  }.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-card{
    min-height: 214px;
    padding: 16px 8px;
    border-radius: 14px;
  }.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
  }.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-i{
    font-size: 18px;
  }.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-card-title{
    font-size: 13.2px;
    margin-bottom: 7px;
  }.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-card-text{
    font-size: 11.5px;
    line-height: 1.42;
  }}@media (max-width: 319px) {.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-section{
    padding: 34px 0;
  }.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-container{
    padding: 0 10px;
  }.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-heading{
    font-size: 21px;
  }.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-intro{
    font-size: 12.5px;
    margin-bottom: 18px;
  }.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-grid{
    grid-template-columns: 1fr;
    gap: 10px;
  }.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-card{
    min-height: 210px;
    padding: 18px 12px;
    border-radius: 14px;
  }.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
  }.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-i{
    font-size: 18px;
  }.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-card-title{
    font-size: 14px;
    margin-bottom: 7px;
  }.tc-wp-content-root .fbpvx-profile-viewer-wrap .fbpvx-card-text{
    font-size: 12px;
    line-height: 1.45;
  }}