html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

::-webkit-scrollbar {
  width: 0px;
}

html,
body {
  font-family: muli, sans-serif;
  font-style: normal;
  font-weight: 400;
  height: 100%;
  overflow-x: hidden;
  width: 100%;
  margin: 0;
}

.no-select {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}

.dot {
  background: #fff;
  border-radius: 50%;
  height: 30px;
  opacity: 0;
  position: absolute;
  width: 30px;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s ease-in;
  transition: opacity 0.5s, -webkit-transform 0.5s ease-in;
  transition: transform 0.5s ease-in, opacity 0.5s;
  transition: transform 0.5s ease-in, opacity 0.5s, -webkit-transform 0.5s ease-in;
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: 100;
}
.dot.scale {
  opacity: 1;
  -webkit-transform: scale(100);
          transform: scale(100);
}

.immersive-code {
  background-color: #000;
  position: relative;
  z-index: 1;
}
.immersive-code .hotspot-rollover {
  background: rgba(255, 255, 255, 0.64);
  border-radius: 14px;
  color: #000;
  display: none;
  font-size: 14px;
  line-height: 18px;
  max-width: 250px;
  padding: 15px 20px;
  text-align: center;
}
.immersive-code .top {
  position: relative;
}
.immersive-code .top .logo {
  left: 22px;
  position: absolute;
  top: 30px;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  z-index: 2;
}
.immersive-code .top .logo img {
  width: 188px;
}
@media (max-width: 800px) {
  .immersive-code .top .logo img {
    width: 164px;
  }
}
.immersive-code .top .logo.show {
  opacity: 1;
}
@media (max-width: 800px) {
  .immersive-code .top .logo {
    left: 10px;
    top: 15px;
  }
}
.immersive-code .top .social-icons-wrapper {
  left: 100px;
  opacity: 0;
  position: absolute;
  top: 140px;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.immersive-code .top .social-icons-wrapper.show {
  opacity: 1;
}
@media (max-width: 800px) {
  .immersive-code .top .social-icons-wrapper {
    right: -25px;
    left: initial;
    top: 15px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.immersive-code .top .social-icons-wrapper .social-icons {
  cursor: pointer;
  height: 105px;
  left: -75px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 5px;
  width: 30px;
}
.immersive-code .top .social-icons-wrapper .social-icons li {
  margin-bottom: 5px;
}
.immersive-code .top .social-icons-wrapper .social-icons li.copy-link .tooltip {
  font-family: muli, sans-serif;
  font-style: normal;
  font-weight: 400;
  background-color: #fff;
  border-radius: 6px;
  color: #000;
  font-size: 10px;
  margin-left: 10px;
  margin-top: 2px;
  opacity: 0;
  padding: 5px 0;
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  width: 65px;
}
.immersive-code .top .social-icons-wrapper .social-icons li.copy-link .tooltip.show {
  opacity: 1;
  visibility: visible;
}
.immersive-code .top #immersive-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 1;
  padding: 30px 22px;
  position: absolute;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  top: 0;
  width: 100%;
  z-index: 1;
}
.immersive-code .top #canvas-wrapper {
  height: 700px;
}
@media (max-width: 800px) {
  .immersive-code .top #canvas-wrapper {
    height: 500px;
  }
}
.immersive-code .top #room-nav {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  bottom: 0;
  padding: 70px 20px 20px 20px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  width: 100%;
}
@media (max-width: 800px) {
  .immersive-code .top #room-nav.intro-done {
    opacity: 1 !important;
  }
}
.immersive-code .top #room-nav.show {
  opacity: 1;
}
.immersive-code .top #room-nav .description {
  font-family: muli, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #FFFFFF;
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 800px) {
  .immersive-code .top #room-nav .description {
    font-family: muli, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
  }
}
.immersive-code .top #room-nav .nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.immersive-code .top #room-nav .nav .btn {
  cursor: pointer;
}
.immersive-code .top #room-nav .nav .btn.next-btn {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.immersive-code .top #room-nav .nav .location {
  font-family: muli, sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #FFFFFF;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 53px;
  text-align: center;
  width: 60px;
}
.immersive-code .top #container {
  height: 100%;
  margin: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.immersive-code .top #container #intro-message {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  position: absolute;
  text-align: center;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
  -webkit-transition: all 1s;
  transition: all 1s;
  width: 100%;
}
.immersive-code .top #container #intro-message.show {
  opacity: 1;
}
.immersive-code .top #container #intro-message.remove {
  display: none;
}
.immersive-code .top #container #intro-message .content .title {
  font-size: 25px;
  line-height: 26px;
}
.immersive-code .top #container #intro-message .content .title.reg {
  font-family: muli, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.immersive-code .top #container #intro-message .content .title.light {
  font-family: muli, sans-serif;
  font-style: normal;
  font-weight: 300;
}
@media (max-width: 800px) {
  .immersive-code .top #container #intro-message .content .title {
    font-size: 23px;
    line-height: 25px;
  }
}
.immersive-code .top #container #intro-message .content .logo-large {
  padding: 27px 0 70px 0;
  width: 362px;
}
@media (max-width: 800px) {
  .immersive-code .top #container #intro-message .content .logo-large {
    padding: 30px 0 30px 0;
    width: 302px;
  }
}
.immersive-code .top #container #intro-message .content .presented {
  font-size: 15px;
  margin-top: 120px;
  margin-bottom: 10px;
}
@media (max-width: 800px) {
  .immersive-code .top #container #intro-message .content .presented {
    font-size: 11px;
  }
}
.immersive-code .top #container #intro-message .content .logo-small {
  width: 165px;
}
@media (max-width: 800px) {
  .immersive-code .top #container #intro-message .content .logo-small {
    width: 118px;
  }
}
.immersive-code .top #container #directions {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
  width: 100%;
}
.immersive-code .top #container #directions.show {
  opacity: 1;
}
.immersive-code .top #container #directions.remove {
  display: none;
}
.immersive-code .top #container #directions .text {
  color: #FFFFFF;
  font-family: muli, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 42px;
  max-width: 335px;
  text-align: center;
}
@media (max-width: 800px) {
  .immersive-code .top #container #directions .text {
    width: 190px;
    font-size: 30px;
    line-height: 35px;
  }
}
.immersive-code .top #container #directions .arrow.mobile {
  display: none;
}
.immersive-code .top #container #directions .arrow.arrow-left {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media (max-width: 800px) {
  .immersive-code .top #container #directions .arrow.desktop {
    display: none;
  }
  .immersive-code .top #container #directions .arrow.mobile {
    display: block;
  }
}
.immersive-code .top #container .cover {
  background-image: radial-gradient(circle at 50% 45%, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.5) 77%);
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.immersive-code .top #container .cover.remove {
  display: none;
}
.immersive-code #bottom {
  margin: 0 auto;
  max-width: 980px;
  width: 100%;
  padding: 0 20px;
}
@media (max-width: 800px) {
  .immersive-code #bottom {
    padding: 0 15px;
  }
}
.immersive-code #bottom .section-title {
  color: #FFFFFF;
  font-size: 24px;
  margin: 30px 0;
}
.immersive-code #bottom .cards {
  display: -ms-grid;
  display: grid;
  grid-gap: 26px;
  grid-template-columns: repeat(auto-fill, 215px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 60px;
}
@media (max-width: 800px) {
  .immersive-code #bottom .cards {
    grid-column-gap: 16px;
    grid-template-columns: repeat(auto-fill, 165px);
    grid-row-gap: 26px;
  }
}
.immersive-code #bottom .cards a.card {
  border-top: 1px solid #D8D8D8;
  padding-top: 24px;
  text-decoration: none;
  position: relative;
}
.immersive-code #bottom .cards a.card:last-of-type {
  margin-right: auto;
}
.immersive-code #bottom .cards a.card:hover .img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.immersive-code #bottom .cards a.card:hover .info p {
  text-decoration: underline;
}
.immersive-code #bottom .cards a.card:hover .info .more-btn {
  gap: 8px;
}
.immersive-code #bottom .cards a.card.special .img-wrapper .img {
  background-position: left center;
}
.immersive-code #bottom .cards a.card .img-wrapper {
  background-color: #fff;
  height: 150px;
  overflow: hidden;
}
.immersive-code #bottom .cards a.card .img-wrapper .img {
  background-position: center center;
  background-size: cover;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}
.immersive-code #bottom .cards a.card .info {
  font-family: muli, sans-serif;
  font-style: normal;
  font-weight: 300;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  color: #000000;
  height: 140px;
  padding: 0 25px;
  position: relative;
}
@media (max-width: 800px) {
  .immersive-code #bottom .cards a.card .info {
    height: 160px;
  }
}
.immersive-code #bottom .cards a.card .info .type {
  text-align: center;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}
.immersive-code #bottom .cards a.card .info .type .label {
  font-size: 10px;
  color: #000000;
  letter-spacing: 1.65px;
}
.immersive-code #bottom .cards a.card .info p {
  font-size: 14px;
  line-height: 17px;
  margin: 0;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}
@media (max-width: 800px) {
  .immersive-code #bottom .cards a.card .info p {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
}
.immersive-code #bottom .cards a.card .info .more-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  gap: 4px;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.immersive-code #bottom .cards a.card .info .more-btn:after {
  content: url("https://images.contentstack.io/v3/assets/blt57caa63e0368f6e8/blt9f156f3f3c1abf5b/628e530f30bc9653db3aefcc/Arrow.svg");
  width: 10px;
  height: 10px;
}
.immersive-code #immersive-footer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.immersive-code #immersive-footer .col {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  width: 100%;
}
@media (max-width: 800px) {
  .immersive-code #immersive-footer .col {
    height: 60px;
  }
}
.immersive-code #immersive-footer .col.col-left {
  background-color: #232F3E;
}
.immersive-code #immersive-footer .col.col-left .logos {
  height: 38px;
  width: 128px;
}
@media (max-width: 800px) {
  .immersive-code #immersive-footer .col.col-left .logos {
    height: auto;
    width: 106px;
  }
}
.immersive-code #immersive-footer .col.col-right {
  background-color: #313F4F;
}
.immersive-code #immersive-footer .col.col-right .learn-more {
  font-family: muli, sans-serif;
  font-style: normal;
  font-weight: 700;
  border: 1px solid #FFFFFF;
  font-size: 11px;
  color: #FFFFFF;
  letter-spacing: 3px;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media (max-width: 800px) {
  .immersive-code #immersive-footer .col.col-right .learn-more {
    font-size: 9px;
    letter-spacing: 1.5px;
    padding: 8px 12px;
  }
}
.immersive-code #immersive-footer .col.col-right .learn-more:hover {
  background: #FFF;
  color: #313F4F;
}