[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition-delay: 0s;
  transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.contact-header {
  width: 100%;
}
@media (min-width: 992px) {
  .contact-header {
    width: unset;
  }
}

.parameters-row {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  gap: 1.5rem;
}
.parameters-row .parameter:not(:last-child).parameter--lg {
  margin-bottom: 1.5rem;
}
.parameters-row--sm {
  gap: 1rem;
}
.parameters-row--lg {
  gap: 2rem;
}
.parameters-row--lg .parameter__icon + .parameter__name {
  margin-bottom: 1.5rem;
}

.parameters-row--parameter-icon-no-name {
  height: rem-size(24)1rem1.5rem;
}

.parameter {
  display: flex;
  flex-direction: column;
  width: 5rem;
}

.parameter--centered {
  align-items: center;
}
.parameter--centered .parameter__value {
  text-align: center;
}

.parameter--inline {
  flex-direction: row;
}
.parameter--inline .parameter__name {
  margin-bottom: 0 !important;
}
.parameter--inline .parameter__value {
  margin-left: 1rem;
}

.parameter__icon {
  width: rem-size(24);
  height: rem-size(24);
  margin-bottom: 1rem;
  color: #999;
}
.parameter__icon + .parameter__name {
  margin-top: -0.5rem;
  margin-bottom: 1rem;
}

.parameter__icon--lg {
  width: rem-size(32);
  height: rem-size(32);
}

.parameter__name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 0.25rem;
  color: #999;
}

.parameter__value {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  color: #999;
}

.object-fit-cover {
  object-fit: cover !important;
}

.detail-attributes {
  overflow: hidden;
}

.detail-attribute {
  position: relative;
  z-index: -1;
  padding-bottom: 1rem;
  margin-top: 1rem;
  margin-bottom: -1px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.detail-attribute__label {
  font-weight: 700;
  color: #fff;
  font-size: rem-size(14);
  margin-bottom: 0.5rem;
  padding-right: 1rem;
}

.detail-attribute__value {
  padding-right: 1rem;
}

.img-viewer-slider-container {
  position: relative;
}

.img-viewer-slider {
  overflow: hidden;
}
.img-viewer-slider img, .img-viewer-slider .img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.img-viewer-thumbnails-container {
  position: absolute;
  left: 0.75rem;
  right: 0;
  top: 0;
  bottom: 0;
}
.img-viewer-thumbnails-container::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2rem;
  left: 0;
  bottom: 0;
  z-index: 100;
  background: linear-gradient(rgba(var(--bs-body-bg), 0) 0%, rgba(var(--bs-body-bg), 0.75) 100%);
}

.img-viewer-thumbnails-scroller {
  height: 100%;
  overflow-x: hidden;
}

.img-viewer-thumbnails {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.img-viewer-thumbnail {
  position: relative;
  margin-bottom: 1rem;
}
.img-viewer-thumbnail.active::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 2px solid #d6a94d;
}
.img-viewer-thumbnail > .btn {
  position: absolute;
  left: 0.75rem;
  right: 0.75rem;
  top: 50%;
  transform: translate(0, -50%);
}

.img-viewer-thumbnail-img,
.img-viewer-thumbnail-img > img {
  width: 100%;
  height: auto;
}

.img-viewer-slider .btn-maximize {
  display: none;
}
@media (min-width: 768px) {
  .img-viewer-slider .btn-maximize {
    display: block;
    position: absolute;
    right: 2rem;
    bottom: 2rem;
  }
}

.img-viewer-slider .btn-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.img-viewer-slider .btn-play svg {
  width: 8rem;
  height: 8rem;
}

img {
  max-width: 100%;
  height: auto;
}

.contact-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
.contact-list .contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  border: 1px solid #ccc;
}
.contact-list .contact--image {
  width: 10rem;
}

.contact--image {
  display: block;
  width: 75%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center top;
  max-width: 15rem;
  height: auto;
  margin-bottom: 2rem;
}

.contact--name {
  font-weight: 700;
  font-size: rem-size(18);
}

.contact--item {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.contact--item a {
  color: #fff;
  text-decoration: none;
}
.contact--item svg path {
  fill: #fff;
}

.reference .reference-text {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 0.25rem;
  padding: 1rem;
  padding-left: 16px;
  color: #333;
}
.reference .reference-text p {
  color: #333;
}
.reference .reference-text p:last-child {
  margin-bottom: 0;
}
.reference .reference-text:before {
  content: " ";
  display: block;
  position: absolute;
  top: -0.5rem;
  left: 2rem;
  width: 1rem;
  height: 1rem;
  margin-left: -0.5rem;
  background: #fff;
  transform: rotate(45deg);
}
.reference .reference-text p + p:last-child {
  margin-bottom: 0;
}
.reference .reference-name {
  margin-bottom: 1rem;
  margin-right: 16px;
  font-size: 0.75rem;
  font-weight: bold;
}

.reference-highlight .reference-text {
  font-size: 1.125rem;
  background: #d6a94d;
  color: #fff;
}
.reference-highlight .reference-text p {
  color: #fff;
}
.reference-highlight .reference-text:before {
  background: #d6a94d;
}