section.WidgetPhotoGalery {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 654px;
  background-color: #171717;
  margin-bottom: 24px;
  padding: 24px 0;
}
section.WidgetPhotoGalery .container .widget__header {
  font-family: Inter-Bold, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 38.4px;
  color: var(--color-white);
  text-align: center;
  margin-bottom: 20px;
}
section.WidgetPhotoGalery .container #carousel3d {
  position: relative;
  height: 422px;
  width: 100%;
  margin: auto;
}
section.WidgetPhotoGalery .container #carousel3d .slide {
  position: absolute;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.WidgetPhotoGalery .container #carousel3d .slide img {
  cursor: pointer;
  width: 563px;
  height: auto;
  aspect-ratio: 5/3;
  object-fit: cover;
  object-position: top center;
  transition: all 1s ease-in-out;
  border-radius: clamp(4px, 1vw, 8px);
  overflow: hidden;
  box-shadow: 0px 0px 40px -15px rgba(255, 255, 255, 0.678);
}
section.WidgetPhotoGalery .container #carousel3d .slide .titleImg {
  width: 563px;
  height: 114px;
  opacity: 0;
  position: absolute;
  bottom: -100px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
section.WidgetPhotoGalery .container #carousel3d .slide .titleImg h2 {
  text-align: center;
  font-family: Inter-Bold, sans-serif;
  line-height: 38.4px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
}
section.WidgetPhotoGalery .container #carousel3d .slide.selected {
  z-index: 10;
  left: 50%;
  transform: translateY(0px) translateX(-50%) scale(1.1);
  height: 100%;
  transform-origin: center;
}
section.WidgetPhotoGalery .container #carousel3d .slide.selected .titleImg {
  opacity: 1;
  transition: opacity 0.5s ease-in-out 0.7s;
}
section.WidgetPhotoGalery .container #carousel3d .slide.hideLeft {
  left: 0%;
  opacity: 0;
  transform: translateY(-5%) translateX(50%) scale(0.3);
  height: 100%;
  z-index: -10;
}
section.WidgetPhotoGalery .container #carousel3d .slide.hideRight {
  left: 100%;
  opacity: 0;
  transform: translateY(-5%) translateX(-500px) scale(0.3);
  height: 100%;
  z-index: -10;
}
section.WidgetPhotoGalery .container #carousel3d .slide.prev {
  z-index: 5;
  left: 30%;
  transform: translateX(-50%) scale(0.75);
  height: 100%;
}
section.WidgetPhotoGalery .container #carousel3d .slide.prev::after {
  content: "";
  position: absolute;
  width: 563px;
  height: auto;
  aspect-ratio: 5/3;
  background-color: #212121;
  opacity: 0.5;
  transform-origin: center left;
  pointer-events: none;
}
section.WidgetPhotoGalery .container #carousel3d .slide.next {
  z-index: 5;
  left: 70%;
  transform: translateX(-50%) scale(0.75);
  height: 100%;
}
section.WidgetPhotoGalery .container #carousel3d .slide.next::after {
  content: "";
  position: absolute;
  width: 563px;
  height: auto;
  aspect-ratio: 5/3;
  background-color: #212121;
  opacity: 0.5;
  transform-origin: center right;
  pointer-events: none;
}
section.WidgetPhotoGalery .container #carousel3d .slide.prevLeftSecond {
  z-index: 4;
  left: 18%;
  transform: translateX(-50%) scale(0.5);
  opacity: 0.7;
  height: 100%;
}
section.WidgetPhotoGalery .container #carousel3d .slide.prevLeftSecond::after {
  content: "";
  position: absolute;
  width: 563px;
  height: auto;
  aspect-ratio: 5/3;
  background-color: #212121;
  opacity: 0.5;
  transform-origin: center left;
  pointer-events: none;
}
section.WidgetPhotoGalery .container #carousel3d .slide.nextRightSecond {
  z-index: 4;
  left: 83%;
  transform: translateX(-50%) scale(0.5);
  opacity: 0.7;
  height: 100%;
}
section.WidgetPhotoGalery .container #carousel3d .slide.nextRightSecond::after {
  content: "";
  position: absolute;
  width: 563px;
  height: auto;
  aspect-ratio: 5/3;
  background-color: #212121;
  opacity: 0.5;
  transform-origin: center right;
  pointer-events: none;
}
section.WidgetPhotoGalery .container .buttonsCarousel {
  z-index: 22;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 67px;
}
section.WidgetPhotoGalery .container .buttonsCarousel .container {
  display: flex;
  justify-content: space-between;
}/*# sourceMappingURL=page-multimedia.css.map */