@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 .fbvv-premium-wrap, .tc-wp-content-root .fbvv-premium-wrap *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .fbvv-premium-wrap{
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  color: #152033;
}.tc-wp-content-root .fbvv-premium-wrap .fbvv-section{
  width: 100% !important;
  overflow: hidden;
}.tc-wp-content-root .fbvv-premium-wrap .fbvv-section-white{
  background: #ffffff;
}.tc-wp-content-root .fbvv-premium-wrap .fbvv-section-tint{
  background: linear-gradient(180deg, #f5f9ff 0%, #eef6fb 100%);
}.tc-wp-content-root .fbvv-premium-wrap .fbvv-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  text-align: center;
}.tc-wp-content-root .fbvv-premium-wrap .fbvv-title{
  margin: 0 auto;
  color: #18243a;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center;
}.tc-wp-content-root .fbvv-premium-wrap .fbvv-intro{
  margin: 0 auto;
  color: #526071;
  font-weight: 400;
  line-height: 1.65;
  text-align: center;
}.tc-wp-content-root .fbvv-premium-wrap .fbvv-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
}.tc-wp-content-root .fbvv-premium-wrap .fbvv-card{
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  height: 100% !important;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 100%);
  border: 1px solid #dbe7f5;
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(24, 88, 145, .10);
  overflow: hidden;
  transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease, background .32s ease;
}.tc-wp-content-root .fbvv-premium-wrap .fbvv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(24, 119, 242, .12), transparent 42%);
  opacity: 0;
  transition: opacity .32s ease;
  pointer-events: none;
}.tc-wp-content-root .fbvv-premium-wrap .fbvv-card-tint{
  background:
    linear-gradient(180deg, rgba(255,255,255,.92) 0%, rgba(248,252,255,.92) 100%);
}.tc-wp-content-root .fbvv-premium-wrap .fbvv-icon{
  position: relative;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background: linear-gradient(135deg, #1877f2 0%, #0a8d7c 100%);
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 20px;
  box-shadow: 0 14px 30px rgba(24, 119, 242, .22);
  transition: transform .32s ease, box-shadow .32s ease, background-position .32s ease;
  background-size: 160% 160%;
  z-index: 1;
}.tc-wp-content-root .fbvv-premium-wrap .fbvv-i{
  color: #ffffff;
  line-height: 1;
  text-align: center;
}.tc-wp-content-root .fbvv-premium-wrap .fbvv-card-title{
  position: relative;
  margin: 0;
  color: #17243a;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
  z-index: 1;
}.tc-wp-content-root .fbvv-premium-wrap .fbvv-card-text{
  position: relative;
  margin: 0;
  color: #5a6677;
  font-weight: 400;
  line-height: 1.58;
  text-align: center;
  z-index: 1;
}.tc-wp-content-root .fbvv-premium-wrap .fbvv-card:hover{
  transform: translateY(-8px);
  border-color: rgba(24, 119, 242, .36);
  box-shadow: 0 26px 58px rgba(24, 88, 145, .18);
}.tc-wp-content-root .fbvv-premium-wrap .fbvv-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .fbvv-premium-wrap .fbvv-card:hover .fbvv-icon{
  transform: translateY(-4px) scale(1.04);
  background-position: 100% 50%;
  box-shadow: 0 18px 36px rgba(10, 141, 124, .26);
}.tc-wp-content-root .fbvv-premium-wrap .fbvv-card.fbvv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .fbvv-premium-wrap .fbvv-card.fbvv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 1024px) {.tc-wp-content-root .fbvv-premium-wrap .fbvv-section{
    padding: 86px 0;
  }.tc-wp-content-root .fbvv-premium-wrap .fbvv-container{
    padding: 0 24px;
  }.tc-wp-content-root .fbvv-premium-wrap .fbvv-title{
    max-width: 960px;
    font-size: 42px;
    white-space: nowrap;
  }.tc-wp-content-root .fbvv-premium-wrap .fbvv-intro{
    max-width: 760px;
    margin-top: 18px;
    font-size: 17px;
  }.tc-wp-content-root .fbvv-premium-wrap .fbvv-grid{
    gap: 28px;
    margin-top: 46px;
  }.tc-wp-content-root .fbvv-premium-wrap .fbvv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .fbvv-premium-wrap .fbvv-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .fbvv-premium-wrap .fbvv-card{
    min-height: 292px;
    padding: 34px 26px 30px;
  }.tc-wp-content-root .fbvv-premium-wrap .fbvv-icon{
    width: 70px;
    height: 70px;
    margin-bottom: 24px;
    font-size: 28px;
  }.tc-wp-content-root .fbvv-premium-wrap .fbvv-card-title{
    font-size: 20px;
    margin-bottom: 13px;
  }.tc-wp-content-root .fbvv-premium-wrap .fbvv-card-text{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .fbvv-premium-wrap .fbvv-section{
    padding: 68px 0;
  }.tc-wp-content-root .fbvv-premium-wrap .fbvv-container{
    padding: 0 22px;
  }.tc-wp-content-root .fbvv-premium-wrap .fbvv-title{
    max-width: 760px;
    font-size: 34px;
  }.tc-wp-content-root .fbvv-premium-wrap .fbvv-intro{
    max-width: 680px;
    margin-top: 15px;
    font-size: 16px;
  }.tc-wp-content-root .fbvv-premium-wrap .fbvv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 38px;
  }.tc-wp-content-root .fbvv-premium-wrap .fbvv-card{
    min-height: 268px;
    padding: 30px 24px 26px;
    border-radius: 20px;
  }.tc-wp-content-root .fbvv-premium-wrap .fbvv-icon{
    width: 64px;
    height: 64px;
    margin-bottom: 21px;
    font-size: 25px;
    border-radius: 18px;
  }.tc-wp-content-root .fbvv-premium-wrap .fbvv-card-title{
    font-size: 19px;
    margin-bottom: 12px;
  }.tc-wp-content-root .fbvv-premium-wrap .fbvv-card-text{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .fbvv-premium-wrap .fbvv-section{
    padding: 50px 0;
  }.tc-wp-content-root .fbvv-premium-wrap .fbvv-container{
    padding: 0 16px;
  }.tc-wp-content-root .fbvv-premium-wrap .fbvv-title{
    max-width: 430px;
    font-size: 28px;
  }.tc-wp-content-root .fbvv-premium-wrap .fbvv-intro{
    max-width: 520px;
    margin-top: 12px;
    font-size: 14.5px;
    line-height: 1.55;
  }.tc-wp-content-root .fbvv-premium-wrap .fbvv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
    margin-top: 30px;
  }.tc-wp-content-root .fbvv-premium-wrap .fbvv-card{
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 17px;
  }.tc-wp-content-root .fbvv-premium-wrap .fbvv-icon{
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    font-size: 21px;
    border-radius: 15px;
  }.tc-wp-content-root .fbvv-premium-wrap .fbvv-card-title{
    font-size: 16px;
    margin-bottom: 9px;
  }.tc-wp-content-root .fbvv-premium-wrap .fbvv-card-text{
    font-size: 13px;
    line-height: 1.48;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .fbvv-premium-wrap .fbvv-section{
    padding: 44px 0;
  }.tc-wp-content-root .fbvv-premium-wrap .fbvv-container{
    padding: 0 12px;
  }.tc-wp-content-root .fbvv-premium-wrap .fbvv-title{
    max-width: 360px;
    font-size: 25px;
    line-height: 1.15;
  }.tc-wp-content-root .fbvv-premium-wrap .fbvv-intro{
    margin-top: 10px;
    font-size: 13.5px;
    line-height: 1.5;
  }.tc-wp-content-root .fbvv-premium-wrap .fbvv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
  }.tc-wp-content-root .fbvv-premium-wrap .fbvv-card{
    min-height: 222px;
    padding: 19px 11px 18px;
    border-radius: 15px;
  }.tc-wp-content-root .fbvv-premium-wrap .fbvv-icon{
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    font-size: 19px;
    border-radius: 14px;
  }.tc-wp-content-root .fbvv-premium-wrap .fbvv-card-title{
    font-size: 15px;
    margin-bottom: 8px;
  }.tc-wp-content-root .fbvv-premium-wrap .fbvv-card-text{
    font-size: 12.4px;
    line-height: 1.43;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .fbvv-premium-wrap .fbvv-section{
    padding: 38px 0;
  }.tc-wp-content-root .fbvv-premium-wrap .fbvv-container{
    padding: 0 9px;
  }.tc-wp-content-root .fbvv-premium-wrap .fbvv-title{
    max-width: 305px;
    font-size: 22px;
    line-height: 1.16;
  }.tc-wp-content-root .fbvv-premium-wrap .fbvv-intro{
    margin-top: 9px;
    font-size: 12.5px;
    line-height: 1.45;
  }.tc-wp-content-root .fbvv-premium-wrap .fbvv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 21px;
  }.tc-wp-content-root .fbvv-premium-wrap .fbvv-card{
    min-height: 214px;
    padding: 16px 8px 15px;
    border-radius: 14px;
  }.tc-wp-content-root .fbvv-premium-wrap .fbvv-icon{
    width: 43px;
    height: 43px;
    margin-bottom: 12px;
    font-size: 17px;
    border-radius: 13px;
  }.tc-wp-content-root .fbvv-premium-wrap .fbvv-card-title{
    font-size: 13.5px;
    margin-bottom: 7px;
  }.tc-wp-content-root .fbvv-premium-wrap .fbvv-card-text{
    font-size: 11.6px;
    line-height: 1.38;
  }}@media (max-width: 319px) {.tc-wp-content-root .fbvv-premium-wrap .fbvv-grid{
    grid-template-columns: 1fr;
  }}