@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 #fbcpv-premium-section{
  --fbcpv-primary: #1877f2;
  --fbcpv-secondary: #16a3b8;
  --fbcpv-accent: #f5b84b;
  --fbcpv-soft: #f2f8fb;
  --fbcpv-text: #182332;
  --fbcpv-muted: #607086;
  --fbcpv-border: rgba(24, 119, 242, 0.16);
  --fbcpv-shadow: rgba(20, 71, 126, 0.12);
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
  background: #ffffff;
  box-sizing: border-box;
  font-family: inherit;
}.tc-wp-content-root #fbcpv-premium-section, .tc-wp-content-root #fbcpv-premium-section *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root #fbcpv-premium-section .fbcpv-section{
  width: 100% !important;
  text-align: center;
}.tc-wp-content-root #fbcpv-premium-section .fbcpv-section-white{
  background: #ffffff;
}.tc-wp-content-root #fbcpv-premium-section .fbcpv-section-tint{
  background:
    radial-gradient(circle at 50% 0%, rgba(24, 119, 242, 0.08), transparent 36%),
    linear-gradient(180deg, #f6fbfd 0%, var(--fbcpv-soft) 100%);
}.tc-wp-content-root #fbcpv-premium-section .fbcpv-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}.tc-wp-content-root #fbcpv-premium-section .fbcpv-heading{
  margin: 0 auto;
  color: var(--fbcpv-text);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
  text-align: center;
}.tc-wp-content-root #fbcpv-premium-section .fbcpv-intro{
  margin: 14px auto 0;
  max-width: 760px;
  color: var(--fbcpv-muted);
  font-weight: 400;
  line-height: 1.65;
  text-align: center;
}.tc-wp-content-root #fbcpv-premium-section .fbcpv-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
}.tc-wp-content-root #fbcpv-premium-section .fbcpv-card{
  position: relative;
  height: 100% !important;
  display: grid;
  justify-items: center;
  align-content: start;
  text-align: center;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--fbcpv-border);
  border-radius: 24px;
  box-shadow: 0 18px 42px var(--fbcpv-shadow);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}.tc-wp-content-root #fbcpv-premium-section .fbcpv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.09), rgba(22, 163, 184, 0.05) 42%, rgba(245, 184, 75, 0.07));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}.tc-wp-content-root #fbcpv-premium-section .fbcpv-card-tinted{
  background: rgba(255, 255, 255, 0.9);
}.tc-wp-content-root #fbcpv-premium-section .fbcpv-card:hover{
  transform: translateY(-8px) scale(1.012);
  border-color: rgba(24, 119, 242, 0.34);
  box-shadow: 0 24px 58px rgba(20, 71, 126, 0.18);
}.tc-wp-content-root #fbcpv-premium-section .fbcpv-card:hover::before{
  opacity: 1;
}.tc-wp-content-root #fbcpv-premium-section .fbcpv-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 18px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--fbcpv-primary), var(--fbcpv-secondary));
  box-shadow: 0 14px 28px rgba(24, 119, 242, 0.22);
  transition: transform 260ms ease, box-shadow 260ms ease, background-position 260ms ease;
  background-size: 140% 140%;
}.tc-wp-content-root #fbcpv-premium-section .fbcpv-card:hover .fbcpv-icon{
  transform: translateY(-3px);
  background-position: 100% 50%;
  box-shadow: 0 16px 34px rgba(22, 163, 184, 0.24);
}.tc-wp-content-root #fbcpv-premium-section .fbcpv-i{
  color: #ffffff;
  line-height: 1;
  text-align: center;
}.tc-wp-content-root #fbcpv-premium-section .fbcpv-card-title{
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--fbcpv-text);
  font-weight: 750;
  line-height: 1.28;
  letter-spacing: 0;
  text-align: center;
}.tc-wp-content-root #fbcpv-premium-section .fbcpv-card-text{
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--fbcpv-muted);
  line-height: 1.58;
  text-align: center;
}.tc-wp-content-root #fbcpv-premium-section.js-ready .fbcpv-card{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root #fbcpv-premium-section.js-ready .fbcpv-card.fbcpv-revealed{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 1024px) {.tc-wp-content-root #fbcpv-premium-section .fbcpv-section{
    padding: 88px 0;
  }.tc-wp-content-root #fbcpv-premium-section .fbcpv-container{
    padding: 0 28px;
  }.tc-wp-content-root #fbcpv-premium-section .fbcpv-heading{
    font-size: 42px;
    max-width: 980px;
    white-space: nowrap;
  }.tc-wp-content-root #fbcpv-premium-section .fbcpv-intro{
    font-size: 17px;
  }.tc-wp-content-root #fbcpv-premium-section .fbcpv-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin-top: 42px;
  }.tc-wp-content-root #fbcpv-premium-section .fbcpv-card{
    min-height: 300px;
    padding: 34px 28px 30px;
  }.tc-wp-content-root #fbcpv-premium-section .fbcpv-icon{
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
  }.tc-wp-content-root #fbcpv-premium-section .fbcpv-i{
    font-size: 30px;
  }.tc-wp-content-root #fbcpv-premium-section .fbcpv-card-title{
    font-size: 21px;
    margin-bottom: 13px;
  }.tc-wp-content-root #fbcpv-premium-section .fbcpv-card-text{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root #fbcpv-premium-section .fbcpv-section{
    padding: 70px 0;
  }.tc-wp-content-root #fbcpv-premium-section .fbcpv-container{
    padding: 0 24px;
  }.tc-wp-content-root #fbcpv-premium-section .fbcpv-heading{
    font-size: 34px;
    max-width: 760px;
  }.tc-wp-content-root #fbcpv-premium-section .fbcpv-intro{
    font-size: 16px;
  }.tc-wp-content-root #fbcpv-premium-section .fbcpv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 36px;
  }.tc-wp-content-root #fbcpv-premium-section .fbcpv-card{
    min-height: 270px;
    padding: 30px 24px 26px;
    border-radius: 22px;
  }.tc-wp-content-root #fbcpv-premium-section .fbcpv-icon{
    width: 66px;
    height: 66px;
    margin-bottom: 22px;
  }.tc-wp-content-root #fbcpv-premium-section .fbcpv-i{
    font-size: 27px;
  }.tc-wp-content-root #fbcpv-premium-section .fbcpv-card-title{
    font-size: 20px;
    margin-bottom: 12px;
  }.tc-wp-content-root #fbcpv-premium-section .fbcpv-card-text{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root #fbcpv-premium-section .fbcpv-section{
    padding: 54px 0;
  }.tc-wp-content-root #fbcpv-premium-section .fbcpv-container{
    padding: 0 16px;
  }.tc-wp-content-root #fbcpv-premium-section .fbcpv-heading{
    font-size: 28px;
    max-width: 520px;
  }.tc-wp-content-root #fbcpv-premium-section .fbcpv-intro{
    font-size: 14.5px;
    line-height: 1.55;
  }.tc-wp-content-root #fbcpv-premium-section .fbcpv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root #fbcpv-premium-section .fbcpv-card{
    min-height: 238px;
    padding: 22px 14px 20px;
    border-radius: 18px;
  }.tc-wp-content-root #fbcpv-premium-section .fbcpv-card:hover{
    transform: translateY(-5px) scale(1.006);
  }.tc-wp-content-root #fbcpv-premium-section .fbcpv-icon{
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
    border-radius: 15px;
  }.tc-wp-content-root #fbcpv-premium-section .fbcpv-i{
    font-size: 22px;
  }.tc-wp-content-root #fbcpv-premium-section .fbcpv-card-title{
    font-size: 16.5px;
    margin-bottom: 9px;
  }.tc-wp-content-root #fbcpv-premium-section .fbcpv-card-text{
    font-size: 13.2px;
    line-height: 1.48;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root #fbcpv-premium-section .fbcpv-section{
    padding: 48px 0;
  }.tc-wp-content-root #fbcpv-premium-section .fbcpv-container{
    padding: 0 12px;
  }.tc-wp-content-root #fbcpv-premium-section .fbcpv-heading{
    font-size: 25px;
    max-width: 360px;
  }.tc-wp-content-root #fbcpv-premium-section .fbcpv-intro{
    font-size: 13.8px;
    line-height: 1.5;
  }.tc-wp-content-root #fbcpv-premium-section .fbcpv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
  }.tc-wp-content-root #fbcpv-premium-section .fbcpv-card{
    min-height: 228px;
    padding: 19px 11px 18px;
    border-radius: 16px;
  }.tc-wp-content-root #fbcpv-premium-section .fbcpv-icon{
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    border-radius: 14px;
  }.tc-wp-content-root #fbcpv-premium-section .fbcpv-i{
    font-size: 20px;
  }.tc-wp-content-root #fbcpv-premium-section .fbcpv-card-title{
    font-size: 15.2px;
    margin-bottom: 8px;
  }.tc-wp-content-root #fbcpv-premium-section .fbcpv-card-text{
    font-size: 12.4px;
    line-height: 1.43;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root #fbcpv-premium-section .fbcpv-section{
    padding: 42px 0;
  }.tc-wp-content-root #fbcpv-premium-section .fbcpv-container{
    padding: 0 10px;
  }.tc-wp-content-root #fbcpv-premium-section .fbcpv-heading{
    font-size: 22px;
    max-width: 300px;
  }.tc-wp-content-root #fbcpv-premium-section .fbcpv-intro{
    font-size: 12.8px;
    line-height: 1.45;
  }.tc-wp-content-root #fbcpv-premium-section .fbcpv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
  }.tc-wp-content-root #fbcpv-premium-section .fbcpv-card{
    min-height: 218px;
    padding: 17px 9px 16px;
    border-radius: 15px;
  }.tc-wp-content-root #fbcpv-premium-section .fbcpv-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    border-radius: 13px;
  }.tc-wp-content-root #fbcpv-premium-section .fbcpv-i{
    font-size: 18px;
  }.tc-wp-content-root #fbcpv-premium-section .fbcpv-card-title{
    font-size: 14px;
    margin-bottom: 7px;
  }.tc-wp-content-root #fbcpv-premium-section .fbcpv-card-text{
    font-size: 11.7px;
    line-height: 1.4;
  }}

.tc-wp-content-root .fbcpv-grid-three {}
.tc-wp-content-root .fbcpv-wrapper {}