@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 .fbsv-premium-section, .tc-wp-content-root .fbsv-premium-section *{
  box-sizing: border-box;
}.tc-wp-content-root .fbsv-premium-section{
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: #ffffff;
  color: #17212b;
  font-family: inherit;
  --fbsv-primary: #1268a8;
  --fbsv-secondary: #22a6a3;
  --fbsv-accent: #ffb547;
  --fbsv-ink: #17212b;
  --fbsv-muted: #5d6b78;
  --fbsv-tint: #f3f8f9;
  --fbsv-border: rgba(18, 104, 168, 0.14);
  --fbsv-shadow: rgba(18, 104, 168, 0.14);
}.tc-wp-content-root .fbsv-premium-section .fbsv-band{
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
}.tc-wp-content-root .fbsv-premium-section .fbsv-band-white{
  background: #ffffff;
}.tc-wp-content-root .fbsv-premium-section .fbsv-band-tint{
  background:
    radial-gradient(circle at 50% 0%, rgba(34, 166, 163, 0.12), transparent 36%),
    linear-gradient(180deg, #f7fbfb 0%, var(--fbsv-tint) 100%);
}.tc-wp-content-root .fbsv-premium-section .fbsv-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  min-width: 0;
}.tc-wp-content-root .fbsv-premium-section .fbsv-heading, .tc-wp-content-root .fbsv-premium-section .fbsv-intro, .tc-wp-content-root .fbsv-premium-section .fbsv-card-title, .tc-wp-content-root .fbsv-premium-section .fbsv-card-text{
  text-align: center !important;
}.tc-wp-content-root .fbsv-premium-section .fbsv-heading{
  margin: 0 auto;
  color: var(--fbsv-ink);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  max-width: 980px;
}.tc-wp-content-root .fbsv-premium-section .fbsv-intro{
  margin: 14px auto 0;
  color: var(--fbsv-muted);
  font-weight: 400;
  line-height: 1.65;
  max-width: 760px;
}.tc-wp-content-root .fbsv-premium-section .fbsv-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
  min-width: 0;
}.tc-wp-content-root .fbsv-premium-section .fbsv-card{
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  height: 100% !important;
  min-width: 0;
  overflow: hidden;
  text-align: center !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    linear-gradient(135deg, rgba(18, 104, 168, 0.08), rgba(34, 166, 163, 0.08));
  border: 1px solid var(--fbsv-border);
  border-radius: 22px;
  box-shadow: 0 18px 48px var(--fbsv-shadow);
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background-position 420ms ease;
}.tc-wp-content-root .fbsv-premium-section .fbsv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(18, 104, 168, 0.12), rgba(34, 166, 163, 0.08), rgba(255, 181, 71, 0.10));
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
}.tc-wp-content-root .fbsv-premium-section .fbsv-card:hover{
  transform: translateY(-8px) scale(1.012);
  border-color: rgba(34, 166, 163, 0.34);
  box-shadow: 0 26px 70px rgba(18, 104, 168, 0.20);
}.tc-wp-content-root .fbsv-premium-section .fbsv-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .fbsv-premium-section .fbsv-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background: linear-gradient(135deg, var(--fbsv-primary), var(--fbsv-secondary));
  box-shadow: 0 14px 30px rgba(18, 104, 168, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.24);
  transition: transform 320ms ease, box-shadow 320ms ease;
}.tc-wp-content-root .fbsv-premium-section .fbsv-card:hover .fbsv-icon{
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(34, 166, 163, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}.tc-wp-content-root .fbsv-premium-section .fbsv-i{
  display: block;
  line-height: 1;
  text-align: center !important;
}.tc-wp-content-root .fbsv-premium-section .fbsv-card-title{
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--fbsv-ink);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .fbsv-premium-section .fbsv-card-text{
  position: relative;
  z-index: 1;
  margin: 0 auto;
  color: var(--fbsv-muted);
  font-weight: 400;
  line-height: 1.55;
}.tc-wp-content-root .fbsv-premium-section .fbsv-reveal{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .fbsv-premium-section .fbsv-reveal.fbsv-pending{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .fbsv-premium-section .fbsv-reveal.fbsv-in{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 320ms ease, border-color 320ms ease;
}@media (min-width: 1024px) {.tc-wp-content-root .fbsv-premium-section .fbsv-band{
    padding: 86px 0;
  }.tc-wp-content-root .fbsv-premium-section .fbsv-container{
    padding: 0 28px;
  }.tc-wp-content-root .fbsv-premium-section .fbsv-heading{
    font-size: 42px;
    white-space: nowrap;
  }.tc-wp-content-root .fbsv-premium-section .fbsv-intro{
    font-size: 17px;
    margin-bottom: 42px;
  }.tc-wp-content-root .fbsv-premium-section .fbsv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .fbsv-premium-section .fbsv-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .fbsv-premium-section .fbsv-grid{
    gap: 24px;
  }.tc-wp-content-root .fbsv-premium-section .fbsv-card{
    min-height: 296px;
    padding: 34px 26px 30px;
  }.tc-wp-content-root .fbsv-premium-section .fbsv-icon{
    width: 72px;
    height: 72px;
    border-radius: 22px;
    margin-bottom: 24px;
    font-size: 30px;
  }.tc-wp-content-root .fbsv-premium-section .fbsv-card-title{
    font-size: 20px;
    margin-bottom: 12px;
  }.tc-wp-content-root .fbsv-premium-section .fbsv-card-text{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .fbsv-premium-section .fbsv-band{
    padding: 70px 0;
  }.tc-wp-content-root .fbsv-premium-section .fbsv-container{
    padding: 0 24px;
  }.tc-wp-content-root .fbsv-premium-section .fbsv-heading{
    font-size: 34px;
  }.tc-wp-content-root .fbsv-premium-section .fbsv-intro{
    font-size: 16px;
    margin-bottom: 34px;
  }.tc-wp-content-root .fbsv-premium-section .fbsv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px;
  }.tc-wp-content-root .fbsv-premium-section .fbsv-card{
    min-height: 268px;
    padding: 30px 22px 26px;
    border-radius: 20px;
  }.tc-wp-content-root .fbsv-premium-section .fbsv-icon{
    width: 66px;
    height: 66px;
    border-radius: 20px;
    margin-bottom: 21px;
    font-size: 27px;
  }.tc-wp-content-root .fbsv-premium-section .fbsv-card-title{
    font-size: 19px;
    margin-bottom: 10px;
  }.tc-wp-content-root .fbsv-premium-section .fbsv-card-text{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .fbsv-premium-section .fbsv-band{
    padding: 54px 0;
  }.tc-wp-content-root .fbsv-premium-section .fbsv-container{
    padding: 0 16px;
  }.tc-wp-content-root .fbsv-premium-section .fbsv-heading{
    font-size: 28px;
    max-width: 420px;
  }.tc-wp-content-root .fbsv-premium-section .fbsv-intro{
    font-size: 14.5px;
    line-height: 1.55;
    margin-bottom: 26px;
  }.tc-wp-content-root .fbsv-premium-section .fbsv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px;
  }.tc-wp-content-root .fbsv-premium-section .fbsv-card{
    min-height: 234px;
    padding: 22px 14px 20px;
    border-radius: 17px;
  }.tc-wp-content-root .fbsv-premium-section .fbsv-icon{
    width: 54px;
    height: 54px;
    border-radius: 17px;
    margin-bottom: 16px;
    font-size: 22px;
  }.tc-wp-content-root .fbsv-premium-section .fbsv-card-title{
    font-size: 16px;
    margin-bottom: 8px;
  }.tc-wp-content-root .fbsv-premium-section .fbsv-card-text{
    font-size: 13px;
    line-height: 1.48;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .fbsv-premium-section .fbsv-band{
    padding: 48px 0;
  }.tc-wp-content-root .fbsv-premium-section .fbsv-container{
    padding: 0 12px;
  }.tc-wp-content-root .fbsv-premium-section .fbsv-heading{
    font-size: 25px;
    max-width: 350px;
  }.tc-wp-content-root .fbsv-premium-section .fbsv-intro{
    font-size: 13.5px;
    line-height: 1.5;
    margin-bottom: 22px;
  }.tc-wp-content-root .fbsv-premium-section .fbsv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 11px;
  }.tc-wp-content-root .fbsv-premium-section .fbsv-card{
    min-height: 224px;
    padding: 18px 10px 17px;
    border-radius: 15px;
  }.tc-wp-content-root .fbsv-premium-section .fbsv-icon{
    width: 48px;
    height: 48px;
    border-radius: 15px;
    margin-bottom: 13px;
    font-size: 20px;
  }.tc-wp-content-root .fbsv-premium-section .fbsv-card-title{
    font-size: 14.5px;
    margin-bottom: 7px;
  }.tc-wp-content-root .fbsv-premium-section .fbsv-card-text{
    font-size: 12.2px;
    line-height: 1.43;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .fbsv-premium-section .fbsv-band{
    padding: 42px 0;
  }.tc-wp-content-root .fbsv-premium-section .fbsv-container{
    padding: 0 10px;
  }.tc-wp-content-root .fbsv-premium-section .fbsv-heading{
    font-size: 22px;
    max-width: 300px;
  }.tc-wp-content-root .fbsv-premium-section .fbsv-intro{
    font-size: 12.6px;
    line-height: 1.45;
    margin-bottom: 18px;
  }.tc-wp-content-root .fbsv-premium-section .fbsv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 9px;
  }.tc-wp-content-root .fbsv-premium-section .fbsv-card{
    min-height: 214px;
    padding: 16px 8px 15px;
    border-radius: 14px;
  }.tc-wp-content-root .fbsv-premium-section .fbsv-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 12px;
    font-size: 18px;
  }.tc-wp-content-root .fbsv-premium-section .fbsv-card-title{
    font-size: 13.3px;
    margin-bottom: 6px;
  }.tc-wp-content-root .fbsv-premium-section .fbsv-card-text{
    font-size: 11.5px;
    line-height: 1.38;
  }}@media (max-width: 319px) {.tc-wp-content-root .fbsv-premium-section .fbsv-band{
    padding: 38px 0;
  }.tc-wp-content-root .fbsv-premium-section .fbsv-container{
    padding: 0 10px;
  }.tc-wp-content-root .fbsv-premium-section .fbsv-heading{
    font-size: 21px;
  }.tc-wp-content-root .fbsv-premium-section .fbsv-intro{
    font-size: 12.5px;
    margin-bottom: 18px;
  }.tc-wp-content-root .fbsv-premium-section .fbsv-grid{
    grid-template-columns: 1fr !important;
    gap: 10px;
  }.tc-wp-content-root .fbsv-premium-section .fbsv-card{
    min-height: 210px;
    padding: 18px 12px;
  }.tc-wp-content-root .fbsv-premium-section .fbsv-icon{
    width: 46px;
    height: 46px;
    border-radius: 14px;
    margin-bottom: 12px;
    font-size: 18px;
  }.tc-wp-content-root .fbsv-premium-section .fbsv-card-title{
    font-size: 14px;
    margin-bottom: 7px;
  }.tc-wp-content-root .fbsv-premium-section .fbsv-card-text{
    font-size: 12px;
  }}