html {
  min-height: 100vh;
  margin-top: 0 !important;
}

@media screen and (min-width: 1000px) {
  body {
    height: 100vh;
    overflow: hidden;
  }
}

.pbnm-page.pbnm-page {
  height: calc(100vh - 7.10rem);
  overflow: hidden;
  min-height: 0;
}

.pbnm-page.pbnm-page aside {
  max-height: 100vh;
  min-height: 0;
  height: 100%;
  overflow: auto;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .pbnm-page.pbnm-page {
    height: auto;
    overflow: visible;
  }
}

.pbnm-page.pbnm-page main {
  scrollbar-width: none;
  height: 100%;
  min-height: 0;
  overflow: auto;
}

@media screen and (max-width: 1000px) {
  .pbnm-page.pbnm-page main {
    scrollbar-width: none;
    height: auto;
    overflow: auto;
  }

  .pbnm-page.pbnm-page {
    height: auto;
  }

  .pbnm-page.pbnm-page aside {
    max-height: none;
    overflow: visible;
  }
}

.elementor-kit-6 .elementor-heading-title a {
  text-decoration: none;
}

.pbnm-page.pbnm-page a {
  text-decoration: none;
  color: #0008;
}

.pbnm-page.pbnm-page a:hover {
  color: #000a;
}

.pbnm-page.pbnm-page .sub-menu {
  margin-bottom: 1.5rem !important;
}

.swiper-wrapper {
  display: flex;
  align-items: center;
}

.swiper-fade .swiper-slide {
  pointer-events: auto !important;
}

.elementor-element .swiper .swiper-slide .swiper-slide-image,
.elementor-lightbox .swiper .swiper-slide .swiper-slide-image {
  max-height: calc(100vh - 16rem);
  object-fit: contain;
}
