#fullpage:not(.fullpage-wrapper) { opacity: 0; overflow: hidden; height: 100vh; }
#fullpage.fullpage-wrapper { opacity: 1; }
.fp-watermark { display: none !important; }
.fp-overflow { display: flex; align-items: center; justify-content: center; overflow: hidden; max-width: 100%; width: 100%; box-sizing: border-box; }
.fp-auto-height .fp-overflow { display: block; }
.section, .fp-tableCell, .fp-overflow, .fp-overflow > div { max-width: 100vw; overflow-x: hidden; }

/* Swiper pagination dots */
.swiper-pagination-bullet {
  background: #374151;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #3b82f6;
}
