@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.5.2/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 .fbgv-premium-gallery-viewer, .tc-wp-content-root .fbgv-premium-gallery-viewer *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .fbgv-premium-gallery-viewer{
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #17202c;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-section{
  width: 100% !important;
  overflow: hidden;
}.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-section-one, .tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-section-three{
  background: #ffffff;
}.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-section-two{
  background:
    radial-gradient(circle at 50% 0%, rgba(24, 119, 242, 0.105), transparent 34%),
    linear-gradient(180deg, #f5f9ff 0%, #eef6f4 100%);
}.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-heading{
  margin: 0 auto;
  color: #111b28;
  font-weight: 800;
  line-height: 1.12;
  text-align: center;
  letter-spacing: 0;
  text-wrap: balance;
}.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-intro{
  max-width: 780px;
  margin: 0 auto;
  color: #4e5d6f;
  font-weight: 450;
  line-height: 1.7;
  text-align: center;
}.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100% !important;
}.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-card{
  position: relative;
  isolation: isolate;
  display: grid;
  align-content: center;
  justify-items: center;
  height: 100%;
  overflow: hidden;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at 50% 0%, rgba(0, 186, 124, 0.13), transparent 44%);
  border: 1px solid rgba(91, 116, 145, 0.18);
  box-shadow: 0 18px 46px rgba(20, 73, 126, 0.105);
  transition:
    transform 280ms ease,
    box-shadow 280ms ease,
    border-color 280ms ease,
    background 280ms ease;
}.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background:
    linear-gradient(135deg, rgba(24, 119, 242, 0.13), transparent 38%),
    radial-gradient(circle at 50% 100%, rgba(0, 186, 124, 0.16), transparent 44%);
  transition: opacity 280ms ease;
}.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-card:hover{
  transform: translateY(-8px) scale(1.012);
  border-color: rgba(24, 119, 242, 0.34);
  box-shadow: 0 24px 62px rgba(20, 73, 126, 0.18);
}.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-icon{
  display: grid;
  place-items: center;
  margin: 0 auto;
  color: #ffffff;
  background:
    linear-gradient(135deg, #1877f2 0%, #00ba7c 100%);
  box-shadow:
    0 16px 32px rgba(24, 119, 242, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
  transition:
    transform 280ms ease,
    box-shadow 280ms ease,
    filter 280ms ease;
}.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-card:hover .fbgv-icon{
  transform: translateY(-4px);
  filter: saturate(1.08);
  box-shadow:
    0 20px 38px rgba(0, 186, 124, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.38);
}.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-i{
  line-height: 1;
  color: #ffffff;
  text-align: center;
}.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-card-title{
  margin: 0;
  color: #152033;
  font-weight: 760;
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0;
}.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-card-text{
  margin: 0;
  color: #5a6675;
  font-weight: 430;
  line-height: 1.62;
  text-align: center;
}.tc-wp-content-root .fbgv-premium-gallery-viewer.fbgv-js .fbgv-card{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .fbgv-premium-gallery-viewer.fbgv-js .fbgv-card.fbgv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 1024px) {.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-section{
    padding: 92px 0;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-container{
    padding: 0 28px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-heading{
    max-width: 1060px;
    font-size: 42px;
    white-space: nowrap;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-intro{
    margin-top: 18px;
    font-size: 17px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-grid{
    gap: 26px;
    margin-top: 46px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-grid-six{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-grid-eight{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-card{
    min-height: 300px;
    padding: 34px 26px;
    border-radius: 24px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-icon{
    width: 72px;
    height: 72px;
    border-radius: 22px;
    margin-bottom: 24px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-i{
    font-size: 30px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-card-title{
    font-size: 20px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-card-text{
    margin-top: 13px;
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-section{
    padding: 76px 0;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-container{
    padding: 0 24px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-heading{
    max-width: 780px;
    font-size: 36px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-intro{
    margin-top: 16px;
    font-size: 16px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 40px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-card{
    min-height: 270px;
    padding: 30px 24px;
    border-radius: 22px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-icon{
    width: 66px;
    height: 66px;
    border-radius: 20px;
    margin-bottom: 21px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-i{
    font-size: 27px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-card-title{
    font-size: 19px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-card-text{
    margin-top: 12px;
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-section{
    padding: 58px 0;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-container{
    padding: 0 16px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-heading{
    max-width: 520px;
    font-size: 29px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-intro{
    margin-top: 13px;
    font-size: 14.5px;
    line-height: 1.62;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 30px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-card{
    min-height: 235px;
    padding: 22px 14px;
    border-radius: 18px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-icon{
    width: 54px;
    height: 54px;
    border-radius: 17px;
    margin-bottom: 16px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-i{
    font-size: 22px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-card-title{
    font-size: 16px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-card-text{
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.5;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-section{
    padding: 50px 0;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-container{
    padding: 0 12px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-heading{
    font-size: 25px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-intro{
    margin-top: 11px;
    font-size: 13.5px;
    line-height: 1.56;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
    margin-top: 26px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-card{
    min-height: 222px;
    padding: 18px 10px;
    border-radius: 16px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-icon{
    width: 48px;
    height: 48px;
    border-radius: 15px;
    margin-bottom: 13px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-i{
    font-size: 20px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-card-title{
    font-size: 14.5px;
    line-height: 1.22;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-card-text{
    margin-top: 8px;
    font-size: 12.2px;
    line-height: 1.45;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-section{
    padding: 44px 0;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-container{
    padding: 0 10px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-heading{
    font-size: 22px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-intro{
    margin-top: 10px;
    font-size: 12.8px;
    line-height: 1.5;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 22px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-card{
    min-height: 214px;
    padding: 16px 8px;
    border-radius: 14px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 12px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-i{
    font-size: 18px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-card-title{
    font-size: 13.5px;
    line-height: 1.2;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-card-text{
    margin-top: 7px;
    font-size: 11.5px;
    line-height: 1.42;
  }}@media (max-width: 319px) {.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-section{
    padding: 40px 0;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-container{
    padding: 0 10px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-heading{
    font-size: 21px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-intro{
    margin-top: 10px;
    font-size: 12.5px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-grid{
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    margin-top: 22px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-card{
    min-height: 210px;
    padding: 16px 10px;
    border-radius: 14px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 12px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-i{
    font-size: 18px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-card-title{
    font-size: 14px;
  }.tc-wp-content-root .fbgv-premium-gallery-viewer .fbgv-card-text{
    margin-top: 7px;
    font-size: 12px;
  }}