@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/poppins-400.ttf') format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/assets/fonts/poppins-600.ttf') format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/poppins-700.ttf') format('truetype');
}
/* Deterministic local fallback for the public hero video. The live oracle's
   first frame is the skyline still; using it here prevents a blank/loading
   frame when autoplay is unavailable in a review browser. */
.home-slider-section {
  background-image: url('/assets/media/2022/02/home-slider-bg-video-poster.jpg') !important;
  background-position: center center;
  background-size: cover;
}
.home-slider-section .et_pb_slide {
  background-color: transparent !important;
  background-image: url('/assets/media/2022/02/home-slider-bg-video-poster.jpg') !important;
  background-position: center center;
  background-size: cover;
}
.home-slider-section .et_pb_slide_description,
.home-slider-section .et_pb_slide_content {
  opacity: 1 !important;
}
@media (min-width: 1180px) {
  #main-header .et_menu_container {
    width: 1180px !important;
    max-width: calc(100% - 40px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .home-slider-section .et_pb_container {
    width: 1180px !important;
    max-width: calc(100% - 40px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.home-slider-section .et_pb_section_video_bg {
  display: none !important;
}
