<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.model-body {
  padding: 80px 0 30px;
  background: linear-gradient(0deg, rgba(190, 215, 229, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
.model-room-frame {
  width: 990px;
  margin: 40px auto;
  position: relative;
}
@media screen and (max-width: 960px) { 
  .model-room-frame {
    zoom: 0.8;
  }
}
@media screen and (max-width: 800px) { 
  .model-room-frame {
    zoom: 0.6;
  }
}
@media screen and (max-width: 600px) { 
  .model-room-frame {
    zoom: 0.5;
  }
}
@media screen and (max-width: 500px) { 
  .model-room-frame {
    zoom: 0.4;
  }
}
@media screen and (max-width: 420px) { 
  .model-room-frame {
    zoom: 0.36;
  }
}
@media screen and (max-width: 360px) { 
  .model-room-frame {
    zoom: 0.24;
  }
}

.model-room-image {
  width: 990px;
  height: 530px;
  overflow: hidden;
  border-radius: 50px;
  position: relative;
}
.model-room-image img {
  width: 100%;
}
.model-room-image.cleaned:after {
  content: "";
  position: absolute;
  top: -50%;
  left: -200%;
  width: 20%;
  height: 200%;
  opacity: 0;
  transform: rotate(-20deg);
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100%);
  animation: shine 7s 0.6s infinite;
}
.model-room-title {
  border-radius: 0 50px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient( to right, rgba( 20,73,128 , 0.1) 0%, rgba( 20,73,128 , 1) 80%);
  font-size: 30px;
  line-height: 35px;
  height: 55px;
  color: #fff;
  white-space: nowrap;
}
.model-room-title:before {
  position: absolute;
  top: 0;
  left: -25px;
  content: "";
  float: left;
  border-left: 25px solid transparent;
  border-bottom: 55px solid rgba( 20,73,128 , 0.1);  
  height: 0px;
}
.model-room-title span {
  display: block;  
  font-weight: bold;
  padding: 12px 150px 8px 50px;
  opacity: 0;
}
.model-room-nav {
  display: block;
  position: absolute;
  top: 10px;
  left: -20px;
  background-color: #000;
  height: 35px;
  line-height: 35px;
  color: #fff;
  padding: 0 20px;
  font-size: 13px
}
.model-room-nav:before {
  position: absolute;
  top: 0;
  left: -15px;
  content: "";
  float: left;
  border-left: 15px solid transparent;
  border-bottom: 35px solid #000;  
  height: 0px;
}
.model-room-nav:after {
  position: absolute;
  top: 0;
  right: -15px;
  content: "";
  float: left;
  border-right: 15px solid transparent;
  border-top: 35px solid #000;  
  height: 0px;
}
.model-room-nav img {
  width: 10px;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.model-room-product {
  position: absolute;
  top: -40px;
  right: 30px;
}
.model-room-anim-text {
  text-align: center;
  white-space: nowrap;
  position: absolute;
  background: linear-gradient( to right, rgba(255,255,255,0) 0%,rgba( 200,255,255 , 0.8) 10%,rgba( 255,255,255 , 1) 50%, rgba( 200,255,255 , 0.8) 90%, rgba(255,255,255,0) 100%);
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 900;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.model-room-anim-text-lg {
  font-size: 20px;
  font-style: italic;
}
.model-room-anim-text-lg strong {
  color: #185891;
  font-size: 1.2em;
  font-weight: 900;
}
.model-room-anim-text-lg em {
  color: #185891;
  font-weight: 900;
}
.model-room-anim-text-lg div {
  padding: 10px 80px 8px;
}
.model-room-anim-text-white {
  background: linear-gradient( to right, rgba(255,255,255,0) 0%,rgba( 255,255,255 , 0.8) 10%,rgba( 255,255,255 , 1) 50%, rgba( 255,255,255 , 0.8) 90%, rgba(255,255,255,0) 100%);
  font-style: italic;
  font-size: 18px;
}

.model-room-anim-text div {
  padding: 10px 60px 8px;
}
.model-room-anim-text span {
  display: block;
  position: relative;
  font-weight: bold;
}


.model-room-anim-text-white strong {
  font-size: 1.2em;
  color: #15ACE9;
  font-weight: 900;
}
.model-room-anim-text-white div {
  padding: 20px 80px 15px;
}

.model-room-anim-float {
  position: absolute;

}
.model-restart {
  position: absolute;
  bottom: 10px;
  right: 30px;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.model-restart span {
  font-weight: bold;
}

.model-room-detail {
  font-size: 20px;
}
.model-room-detail h3 {
  border-bottom: 1px solid #000;
  padding: 0 0 5px;
  margin: 0 0 5px;
  font-weight: normal;
  font-size: 1.4em;
}

@media screen and (max-width: 768px) { 
  .model-room-detail {
    font-size: 16px;
  }
  .model-room-detail h3 strong {
    white-space: nowrap;
  }
}

@media screen and (max-width: 600px) { 
  .model-room-anim-text {
    left: 0 !important;
    right: 0 !important;
  }
  .model-room-anim-text div {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.model-room-checklist {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
.model-room-check-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  white-space: nowrap;
}
.model-room-checkbox {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #000;
  position: relative;
}
.model-tick {
  background: transparent url('../images/rooms/check.svg') no-repeat center center;
  width: 20px;
  height: 22px;
  position: absolute;
  bottom: 2px;
  left: 4px;
}
@media screen and (max-width: 768px) { 
  .model-room-checklist {
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 420px) { 
  .model-room-checklist {
    display: grid;
    grid-template-columns: repeat(3,1fr);
  }
}

.model-room-footer {
  background: #137280;
  color: #fff;
  padding: 20px 0;
  position: relative;
}
.model-room-footer .container {
  display: flex;
  justify-content: center;
  gap: 60px;
}
.model-room-footer-model {

}
@media screen and (max-width: 768px) { 
  .model-room-footer-model {
    position: absolute;
    transform: rotate(90deg);
    top: -60px;
    text-align: center;
  }
  .model-room-footer-model img {
    height: 120px;
  }
}
.model-room-footer-products {
  display: flex;
  gap: 40px;
  align-items: top;
}
.model-room-footer-product {
  display: flex;
  gap: 10px;
  font-size: 16px;
  font-style: italic;
  border-right: 2px solid #000;
  padding: 30px 40px 0 0;
  white-space: nowrap;
}
.model-room-footer-products-sm .model-room-footer-product{
  font-size: 12px;
  padding: 20px 10px 0 0;
}
@media screen and (max-width: 960px) { 
  .model-room-footer-products-sm .model-room-footer-product {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) { 
  .model-room-footer-product {
    flex-direction: column;
  }
}
@media screen and (max-width: 520px) { 
  .model-room-footer-products-sm {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    text-align: center;
  }
  .model-room-footer-products-sm br {

  }
  .model-room-footer-products-sm .model-room-footer-product {
    border: none;
  }
}
.model-room-footer-product:last-child {
  border: none;
  padding-right: 0;
}
.model-room-footer-product img {
  width: 150px;
  height: auto;
}
.model-room-footer-products-sm .model-room-footer-product-detail {

}
.model-room-footer-product-lg {
}</pre></body></html>