@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 .fb-gallery-viewer-wrap, .tc-wp-content-root .fb-gallery-viewer-wrap *{
  box-sizing: border-box;
}.tc-wp-content-root .fb-gallery-viewer-wrap{
  --fb-gallery-primary: #1877f2;
  --fb-gallery-secondary: #16a3b8;
  --fb-gallery-accent: #f59e0b;
  --fb-gallery-text: #142033;
  --fb-gallery-muted: #5f6f86;
  --fb-gallery-tint: #f3f8fb;
  --fb-gallery-border: rgba(24, 119, 242, 0.16);
  --fb-gallery-shadow: rgba(20, 32, 51, 0.11);
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
  background: #ffffff;
  color: var(--fb-gallery-text);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}.tc-wp-content-root .fb-gallery-viewer-section{
  width: 100% !important;
  max-width: 100% !important;
}.tc-wp-content-root .fb-gallery-viewer-section-white{
  background: #ffffff;
}.tc-wp-content-root .fb-gallery-viewer-section-tint{
  background:
    radial-gradient(circle at 50% 0%, rgba(24, 119, 242, 0.08), transparent 34%),
    linear-gradient(180deg, #f7fbfd 0%, var(--fb-gallery-tint) 100%);
}.tc-wp-content-root .fb-gallery-viewer-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  min-width: 0 !important;
}.tc-wp-content-root .fb-gallery-viewer-heading{
  margin: 0 auto !important;
  padding: 0 !important;
  text-align: center !important;
  color: var(--fb-gallery-text);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-wrap: balance;
}.tc-wp-content-root .fb-gallery-viewer-intro{
  margin: 0 auto !important;
  padding: 0 !important;
  max-width: 760px;
  text-align: center !important;
  color: var(--fb-gallery-muted);
  font-weight: 500;
}.tc-wp-content-root .fb-gallery-viewer-grid{
  display: grid !important;
  width: 100% !important;
  min-width: 0 !important;
  align-items: stretch !important;
}.tc-wp-content-root .fb-gallery-viewer-card{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100% !important;
  min-width: 0 !important;
  overflow: hidden;
  text-align: center !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.94)),
    radial-gradient(circle at 50% 0%, rgba(22, 163, 184, 0.08), transparent 42%);
  border: 1px solid var(--fb-gallery-border);
  box-shadow: 0 18px 44px var(--fb-gallery-shadow);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 260ms ease;
}.tc-wp-content-root .fb-gallery-viewer-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.1), transparent 35%, rgba(245, 158, 11, 0.08));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}.tc-wp-content-root .fb-gallery-viewer-card:hover{
  transform: translateY(-7px) scale(1.01);
  border-color: rgba(24, 119, 242, 0.32);
  box-shadow: 0 24px 58px rgba(20, 32, 51, 0.15);
}.tc-wp-content-root .fb-gallery-viewer-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .fb-gallery-viewer-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  border: 1px solid rgba(24, 119, 242, 0.18);
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.12), rgba(22, 163, 184, 0.1));
  color: var(--fb-gallery-primary);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.86), 0 14px 30px rgba(24, 119, 242, 0.13);
  transition: transform 260ms ease, color 260ms ease, background 260ms ease;
}.tc-wp-content-root .fb-gallery-viewer-card:hover .fb-gallery-viewer-icon{
  transform: translateY(-3px);
  color: #ffffff;
  background: linear-gradient(135deg, var(--fb-gallery-primary), var(--fb-gallery-secondary));
}.tc-wp-content-root .fb-gallery-viewer-i{
  display: block;
  line-height: 1 !important;
  text-align: center !important;
}.tc-wp-content-root .fb-gallery-viewer-card-title{
  position: relative;
  z-index: 1;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
  color: var(--fb-gallery-text);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-content-root .fb-gallery-viewer-card-text{
  position: relative;
  z-index: 1;
  margin: 0 auto !important;
  padding: 0 !important;
  text-align: center !important;
  color: var(--fb-gallery-muted);
  font-weight: 500;
  line-height: 1.55;
}.tc-wp-content-root .fb-gallery-viewer-card.fb-gallery-viewer-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .fb-gallery-viewer-card.fb-gallery-viewer-reveal.fb-gallery-viewer-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 1024px) {.tc-wp-content-root .fb-gallery-viewer-section{
    padding: 86px 0 !important;
  }.tc-wp-content-root .fb-gallery-viewer-container{
    padding: 0 28px !important;
  }.tc-wp-content-root .fb-gallery-viewer-heading{
    max-width: 1120px;
    font-size: 42px;
    white-space: nowrap;
  }.tc-wp-content-root .fb-gallery-viewer-intro{
    margin-top: 16px !important;
    font-size: 18px;
  }.tc-wp-content-root .fb-gallery-viewer-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin-top: 44px;
  }.tc-wp-content-root .fb-gallery-viewer-card{
    min-height: 300px;
    padding: 34px 28px;
    border-radius: 24px;
  }.tc-wp-content-root .fb-gallery-viewer-icon{
    width: 72px;
    height: 72px;
    border-radius: 22px;
    margin-bottom: 24px;
  }.tc-wp-content-root .fb-gallery-viewer-i{
    font-size: 30px;
  }.tc-wp-content-root .fb-gallery-viewer-card-title{
    font-size: 21px;
  }.tc-wp-content-root .fb-gallery-viewer-card-text{
    margin-top: 13px !important;
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .fb-gallery-viewer-section{
    padding: 68px 0 !important;
  }.tc-wp-content-root .fb-gallery-viewer-container{
    padding: 0 24px !important;
  }.tc-wp-content-root .fb-gallery-viewer-heading{
    max-width: 820px;
    font-size: 34px;
  }.tc-wp-content-root .fb-gallery-viewer-intro{
    margin-top: 14px !important;
    font-size: 17px;
  }.tc-wp-content-root .fb-gallery-viewer-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 36px;
  }.tc-wp-content-root .fb-gallery-viewer-card{
    min-height: 270px;
    padding: 30px 24px;
    border-radius: 22px;
  }.tc-wp-content-root .fb-gallery-viewer-icon{
    width: 66px;
    height: 66px;
    border-radius: 20px;
    margin-bottom: 21px;
  }.tc-wp-content-root .fb-gallery-viewer-i{
    font-size: 27px;
  }.tc-wp-content-root .fb-gallery-viewer-card-title{
    font-size: 20px;
  }.tc-wp-content-root .fb-gallery-viewer-card-text{
    margin-top: 12px !important;
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .fb-gallery-viewer-section{
    padding: 52px 0 !important;
  }.tc-wp-content-root .fb-gallery-viewer-container{
    padding: 0 16px !important;
  }.tc-wp-content-root .fb-gallery-viewer-heading{
    max-width: 430px;
    font-size: 28px;
  }.tc-wp-content-root .fb-gallery-viewer-intro{
    margin-top: 12px !important;
    font-size: 15px;
  }.tc-wp-content-root .fb-gallery-viewer-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .fb-gallery-viewer-card{
    min-height: 238px;
    padding: 22px 14px;
    border-radius: 18px;
  }.tc-wp-content-root .fb-gallery-viewer-icon{
    width: 54px;
    height: 54px;
    border-radius: 17px;
    margin-bottom: 16px;
  }.tc-wp-content-root .fb-gallery-viewer-i{
    font-size: 22px;
  }.tc-wp-content-root .fb-gallery-viewer-card-title{
    font-size: 17px;
  }.tc-wp-content-root .fb-gallery-viewer-card-text{
    margin-top: 9px !important;
    font-size: 13.5px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .fb-gallery-viewer-section{
    padding: 46px 0 !important;
  }.tc-wp-content-root .fb-gallery-viewer-container{
    padding: 0 12px !important;
  }.tc-wp-content-root .fb-gallery-viewer-heading{
    max-width: 360px;
    font-size: 25px;
  }.tc-wp-content-root .fb-gallery-viewer-intro{
    margin-top: 10px !important;
    font-size: 14px;
  }.tc-wp-content-root .fb-gallery-viewer-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
  }.tc-wp-content-root .fb-gallery-viewer-card{
    min-height: 228px;
    padding: 19px 11px;
    border-radius: 16px;
  }.tc-wp-content-root .fb-gallery-viewer-icon{
    width: 48px;
    height: 48px;
    border-radius: 15px;
    margin-bottom: 14px;
  }.tc-wp-content-root .fb-gallery-viewer-i{
    font-size: 20px;
  }.tc-wp-content-root .fb-gallery-viewer-card-title{
    font-size: 15.5px;
  }.tc-wp-content-root .fb-gallery-viewer-card-text{
    margin-top: 8px !important;
    font-size: 12.5px;
    line-height: 1.48;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .fb-gallery-viewer-section{
    padding: 40px 0 !important;
  }.tc-wp-content-root .fb-gallery-viewer-container{
    padding: 0 10px !important;
  }.tc-wp-content-root .fb-gallery-viewer-heading{
    max-width: 310px;
    font-size: 22px;
  }.tc-wp-content-root .fb-gallery-viewer-intro{
    margin-top: 9px !important;
    font-size: 13px;
  }.tc-wp-content-root .fb-gallery-viewer-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 21px;
  }.tc-wp-content-root .fb-gallery-viewer-card{
    min-height: 218px;
    padding: 17px 9px;
    border-radius: 14px;
  }.tc-wp-content-root .fb-gallery-viewer-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 12px;
  }.tc-wp-content-root .fb-gallery-viewer-i{
    font-size: 18px;
  }.tc-wp-content-root .fb-gallery-viewer-card-title{
    font-size: 14.5px;
  }.tc-wp-content-root .fb-gallery-viewer-card-text{
    margin-top: 7px !important;
    font-size: 12px;
    line-height: 1.44;
  }}@media (max-width: 319px) {.tc-wp-content-root .fb-gallery-viewer-section{
    padding: 36px 0 !important;
  }.tc-wp-content-root .fb-gallery-viewer-container{
    padding: 0 10px !important;
  }.tc-wp-content-root .fb-gallery-viewer-heading{
    font-size: 21px;
  }.tc-wp-content-root .fb-gallery-viewer-intro{
    margin-top: 9px !important;
    font-size: 13px;
  }.tc-wp-content-root .fb-gallery-viewer-grid{
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 20px;
  }.tc-wp-content-root .fb-gallery-viewer-card{
    min-height: 210px;
    padding: 18px 12px;
    border-radius: 14px;
  }.tc-wp-content-root .fb-gallery-viewer-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 12px;
  }.tc-wp-content-root .fb-gallery-viewer-i{
    font-size: 18px;
  }.tc-wp-content-root .fb-gallery-viewer-card-title{
    font-size: 15px;
  }.tc-wp-content-root .fb-gallery-viewer-card-text{
    margin-top: 7px !important;
    font-size: 12px;
  }}

.tc-wp-content-root .fb-gallery-viewer-grid-3 {}