@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 .fbcpv26-cover-viewer, .tc-wp-content-root .fbcpv26-cover-viewer *{
  box-sizing: border-box;
}.tc-wp-content-root .fbcpv26-cover-viewer{
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #172033;
  font-family: inherit;
}.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-section{
  width: 100% !important;
  overflow: hidden;
}.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-section-one, .tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-section-three{
  background: #ffffff;
}.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-section-two{
  background: linear-gradient(180deg, #f5fbff 0%, #eef7fb 100%);
}.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  min-width: 0;
}.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-title, .tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-intro, .tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-card-title, .tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-card-text{
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-title{
  color: #172033;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  margin-top: 0;
}.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-intro{
  color: #5f6f81;
  line-height: 1.68;
  max-width: 760px;
  margin-top: 0;
}.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
  min-width: 0;
}.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-card{
  position: relative;
  height: 100% !important;
  min-width: 0;
  display: block;
  text-align: center !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.93)),
    radial-gradient(circle at 50% 0%, rgba(36, 121, 170, 0.12), transparent 56%);
  border: 1px solid rgba(142, 178, 197, 0.46);
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(22, 63, 89, 0.11);
  overflow: hidden;
  transition: transform 360ms ease, box-shadow 360ms ease, border-color 360ms ease, background 360ms ease;
}.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(36, 121, 170, 0.12), rgba(241, 159, 83, 0.10));
  opacity: 0;
  transition: opacity 360ms ease;
  pointer-events: none;
}.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-card:hover{
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(36, 121, 170, 0.42);
  box-shadow: 0 24px 58px rgba(22, 63, 89, 0.17);
}.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #1c789f 0%, #5bb3c9 54%, #f19f53 100%);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(36, 121, 170, 0.24);
  transition: transform 360ms ease, box-shadow 360ms ease, filter 360ms ease;
  text-align: center !important;
}.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-card:hover .fbcpv26-icon{
  transform: translateY(-4px);
  filter: saturate(1.08);
  box-shadow: 0 18px 38px rgba(241, 159, 83, 0.25);
}.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-i{
  display: inline-block;
  line-height: 1;
  color: #ffffff;
  text-align: center !important;
}.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-card-title{
  position: relative;
  z-index: 1;
  color: #172033;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
  margin-bottom: 0;
}.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-card-text{
  position: relative;
  z-index: 1;
  color: #627386;
  line-height: 1.62;
  margin-bottom: 0;
}.tc-wp-content-root .fbcpv26-cover-viewer.fbcpv26-js-ready .fbcpv26-card{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .fbcpv26-cover-viewer.fbcpv26-js-ready .fbcpv26-card.fbcpv26-revealed{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .fbcpv26-cover-viewer.fbcpv26-js-ready .fbcpv26-card.fbcpv26-revealed:hover{
  transform: translateY(-8px) scale(1.01);
}@media (min-width: 1024px) {.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-section{
    padding: 92px 0;
  }.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-container{
    padding: 0 24px;
  }.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-title{
    font-size: 42px;
    margin-bottom: 18px;
    white-space: nowrap;
  }.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-intro{
    font-size: 17px;
    margin-bottom: 46px;
  }.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-grid{
    gap: 24px;
  }.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-card{
    min-height: 300px;
    padding: 34px 26px 30px;
  }.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-icon{
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
  }.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-i{
    font-size: 30px;
  }.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-card-title{
    font-size: 20px;
    margin-top: 0;
  }.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-card-text{
    font-size: 15px;
    margin-top: 13px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-section{
    padding: 74px 0;
  }.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-container{
    padding: 0 22px;
  }.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-title{
    font-size: 34px;
    margin-bottom: 16px;
  }.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-intro{
    font-size: 16px;
    margin-bottom: 36px;
  }.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-grid, .tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-grid-3, .tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-grid-4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-card{
    min-height: 270px;
    padding: 30px 24px 26px;
    border-radius: 20px;
  }.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-icon{
    width: 66px;
    height: 66px;
    margin-bottom: 22px;
  }.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-i{
    font-size: 27px;
  }.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-card-title{
    font-size: 19px;
    margin-top: 0;
  }.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-card-text{
    font-size: 14.5px;
    margin-top: 12px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-section{
    padding: 54px 0;
  }.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-container{
    padding: 0 16px;
  }.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-title{
    font-size: 28px;
    line-height: 1.18;
    margin-bottom: 12px;
  }.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-intro{
    font-size: 14px;
    line-height: 1.58;
    margin-bottom: 26px;
  }.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-grid, .tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-grid-3, .tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-grid-4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-card{
    min-height: 238px;
    padding: 22px 14px 20px;
    border-radius: 16px;
  }.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-icon{
    width: 54px;
    height: 54px;
    border-radius: 15px;
    margin-bottom: 16px;
  }.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-i{
    font-size: 22px;
  }.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-card-title{
    font-size: 16px;
    line-height: 1.22;
    margin-top: 0;
  }.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-card-text{
    font-size: 13px;
    line-height: 1.48;
    margin-top: 9px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-section{
    padding: 46px 0;
  }.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-container{
    padding: 0 12px;
  }.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-title{
    font-size: 25px;
    line-height: 1.18;
    margin-bottom: 10px;
  }.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-intro{
    font-size: 13.5px;
    line-height: 1.52;
    margin-bottom: 22px;
  }.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-grid, .tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-grid-3, .tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-grid-4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-card{
    min-height: 225px;
    padding: 19px 11px 17px;
    border-radius: 15px;
  }.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-icon{
    width: 48px;
    height: 48px;
    border-radius: 14px;
    margin-bottom: 14px;
  }.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-i{
    font-size: 20px;
  }.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-card-title{
    font-size: 14.5px;
    line-height: 1.2;
    margin-top: 0;
  }.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-card-text{
    font-size: 12.2px;
    line-height: 1.42;
    margin-top: 8px;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-section{
    padding: 40px 0;
  }.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-container{
    padding: 0 10px;
  }.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-title{
    font-size: 22px;
    line-height: 1.18;
    margin-bottom: 9px;
  }.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-intro{
    font-size: 12.8px;
    line-height: 1.48;
    margin-bottom: 18px;
  }.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-grid, .tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-grid-3, .tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-grid-4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-card{
    min-height: 214px;
    padding: 17px 9px 15px;
    border-radius: 14px;
  }.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-icon{
    width: 44px;
    height: 44px;
    border-radius: 13px;
    margin-bottom: 12px;
  }.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-i{
    font-size: 18px;
  }.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-card-title{
    font-size: 13.4px;
    line-height: 1.18;
    margin-top: 0;
  }.tc-wp-content-root .fbcpv26-cover-viewer .fbcpv26-card-text{
    font-size: 11.4px;
    line-height: 1.36;
    margin-top: 7px;
  }}