/*!*******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./slicing/src/scss/wt-components/matterport-modal.scss ***!
  \*******************************************************************************************************************************************************************************************************/
.matterport__modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  background: rgba(var(--grey-dark), 0.7);
  overflow: auto;
  z-index: 1000;
}
.matterport__modal--show {
  display: block;
  animation-name: modal-bg;
  animation-duration: 0.2s;
}
.matterport__modal-content {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 98%;
  max-width: 68rem;
  max-height: 95vh;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  padding: 3.2rem 1.6rem 1.6rem 1.6rem;
  transform: translate(-50%, -50%);
  background: rgb(var(--white));
  overflow: auto;
  z-index: 1040;
}
@media only screen and (min-width: 992px) {
  .matterport__modal-content {
    padding: 4.8rem 4rem;
  }
}
.matterport__modal-content--hidden {
  display: none;
}
.matterport__modal-close {
  position: absolute;
  width: 44px;
  height: 44px;
  right: 0;
  top: 0;
  font-style: normal;
  font-size: 28px;
  line-height: 44px;
  text-decoration: none;
  text-align: center;
  color: rgb(var(--grey-dark));
  opacity: 0.65;
  z-index: 1046;
}
.matterport__modal-close:hover {
  text-decoration: none;
  color: rgb(var(--grey-dark));
  opacity: 1;
}
@keyframes modal-bg {
  0% {
    background-color: rgba(var(--grey-dark), 0);
  }
  100% {
    background-color: rgba(var(--grey-dark), 0.7);
  }
}
.matterport__modal-content {
  padding: 0;
  max-width: 98%;
}
@media only screen and (min-width: 992px) {
  .matterport__modal-content {
    max-width: 85%;
  }
}
@media only screen and (min-width: 1200px) {
  .matterport__modal-content {
    max-width: 75%;
  }
}
.matterport__modal-wrapper {
  max-height: 88vh;
  display: flex;
  flex-wrap: wrap;
  overflow: auto;
}
.matterport__modal-matterport {
  width: 100%;
  display: flex;
}
@media only screen and (min-width: 992px) {
  .matterport__modal-matterport {
    width: 66.66667%;
  }
}
.matterport__modal-matterport-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.matterport__modal-matterport-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.matterport__modal-explanation {
  width: 100%;
  padding: 1.6rem;
}
@media only screen and (min-width: 992px) {
  .matterport__modal-explanation {
    width: 33.33333%;
  }
}
.matterport__modal-title {
  margin: 0.8rem 0 2rem 0;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(var(--primary-color));
}
.matterport__modal-subtitle {
  color: rgb(var(--black));
}
.matterport__modal-subtitle span {
  color: rgb(var(--primary-color));
}
.matterport__modal-legend--desktop {
  display: none;
}
@media only screen and (min-width: 992px) {
  .matterport__modal-legend--desktop {
    display: block;
  }
}
.matterport__modal-legend--desktop .matterport__legend-icon--turn {
  height: 6rem;
  width: 2.6rem;
  background-image: url(../../images/icon-mouse-turn.svg);
}
.matterport__modal-legend--desktop .matterport__legend-icon--move {
  height: 8.5rem;
  width: 2.6rem;
  background-image: url(../../images/icon-mouse-move.svg);
}
.matterport__modal-legend--desktop .matterport__legend-icon--zoom {
  height: 6rem;
  width: 2.6rem;
  background-image: url(../../images/icon-mouse-zoom.svg);
}
@media only screen and (min-width: 992px) {
  .matterport__modal-legend--mobile {
    display: none;
  }
}
.matterport__modal-legend--mobile .matterport__legend-icon--turn {
  height: 4.1rem;
  width: 2.9rem;
  background-image: url(../../images/icon-hand-turn.svg);
}
.matterport__modal-legend--mobile .matterport__legend-icon--move {
  height: 8.5rem;
  width: 2.9rem;
  background-image: url(../../images/icon-hand-move.svg);
}
.matterport__modal-legend--mobile .matterport__legend-icon--zoom {
  height: 4.1rem;
  width: 2.9rem;
  background-image: url(../../images/icon-hand-zoom.svg);
}
.matterport__legend {
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
}
.matterport__legend-icon {
  margin-right: 0.4rem;
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
.matterport__legend-text {
  width: 90%;
  padding-left: 0.8rem;
  font-size: 1.4rem;
}
