#site-wrapper {
  max-width: 1330px;
  margin: auto;
}
#vd {
}
#vd .no-render {
  position: absolute !important;
  z-index: 0;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
@font-face {
  font-family: "MarkProRegular";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/MarkPro.eot);
  src: url(../fonts/MarkPro.eot?#iefix) format("embedded-opentype"),
    url(../fonts/MarkPro.woff) format("woff"),
    url(../fonts/MarkPro.ttf) format("truetype"),
    url(../fonts/MarkPro.svg#Barlow-ExtraBoldItalic) format("svg");
}
@font-face {
  font-family: "MarkProRegular";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/MarkPro-Bold.eot);
  src: url(../fonts/MarkPro-Bold.eot?#iefix) format("embedded-opentype"),
    url(../fonts/MarkPro-Bold.woff) format("woff"),
    url(../fonts/MarkPro-Bold.ttf) format("truetype"),
    url(../fonts/MarkPro-Bold.svg#Barlow-ExtraBoldItalic) format("svg");
}
@font-face {
  font-family: "MarkProRegular";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/MarkPro-Book.eot);
  src: url(../fonts/MarkPro-Book.eot?#iefix) format("embedded-opentype"),
    url(../fonts/MarkPro-Book.woff) format("woff"),
    url(../fonts/MarkPro-Book.ttf) format("truetype"),
    url(../fonts/MarkPro-Book.svg#Barlow-ExtraBoldItalic) format("svg");
}
@font-face {
  font-family: "MarkProRegular";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/MarkPro-Light.eot);
  src: url(../fonts/MarkPro-Light.eot?#iefix) format("embedded-opentype"),
    url(../fonts/MarkPro-Light.woff) format("woff"),
    url(../fonts/MarkPro-Light.ttf) format("truetype"),
    url(../fonts/MarkPro-Light.svg#Barlow-ExtraBoldItalic) format("svg");
}
#vd * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
#vd html,
#vd body {
  scroll-behavior: smooth;
  margin: 0 !important;
}
#vd body {
  color: #41484f;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  background-color: #f1f1f1;
}
#vd .list {
  padding: 15px;
}
#vd .listitem {
  margin-bottom: 15px;
}
#vd .listitem:last-child {
  margin-bottom: 0;
}
#vd body {
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-smoothing: antialiased;
  color: #41484f;
  font: 400 16px/1.25 "MarkProRegular", arial;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #vd body {
    -webkit-font-smoothing: subpixel-antialiased;
  }
}
#vd h1,
#vd .h1 {
  font: 600 32px/1.125 "MarkProRegular", arial;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.275em;
  margin: 35px 0 25px;
}
#vd h2,
#vd .h2 {
  font: 600 32px/1.125 "MarkProRegular", arial;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.275em;
  margin: 24px 0 10px;
}
#vd h3,
#vd .h3 {
  font: 400 24px/1.3 "MarkProRegular", arial;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.275em;
}
#vd p {
  line-height: 1.4;
  letter-spacing: 0.04em;
  padding-top: 0;
  padding-bottom: 1em;
}
#vd small {
  font-size: 0.875em;
}
#vd b,
#vd strong {
  font-weight: 700;
}
#vd i,
#vd em {
  font-style: italic;
}
#vd a {
  color: inherit;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
#vd .virtualdemo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 750px;
}
#vd .virtualdemo__nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  justify-self: center;
  height: 100%;
  z-index: 1;
}
#vd .virtualdemo__nav-items {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin: 0 100px;
  padding: 35px 30px;
  background: rgba(139, 114, 92, 0.5);
  background: linear-gradient(
    202deg,
    rgba(139, 114, 92, 0.5) 0%,
    rgba(41, 26, 13, 0.5) 81%
  );
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border: solid 1px #bb9d75;
  border-radius: 0;
}
#vd .virtualdemo__nav-item {
  color: #fff;
  font: 700 16px/1.125 "MarkProRegular", arial;
  font-weight: 400;
  cursor: pointer;
  display: block;
  display: inline-block;
  width: 100%;
  margin: 0;
  margin-bottom: 15px;
  padding: 10px 0;
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
#vd .virtualdemo__nav-item:hover {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
#vd .virtualdemo__nav_item_span {
  pointer-events: none;
  padding-right: 25px;
  background-image: url("../images/icons/icon-open.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 15px;
}
#vd .virtualdemo__bgvideo {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#vd .virtualdemo__bgvideo video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
#vd .virtualdemo__bgvideo-poster {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url("../videos/poster.jpg");
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 900px) {
  #vd .virtualdemo {
    display: none;
  }
}
#vd .popup__wrapper {
  color: #fff;
  position: relative;
  width: 100%;
  max-width: 490px;
  margin: 50px 70px;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  z-index: 1;
}
#vd .popup__closeBtn {
  font: 700 16px/1.1 "MarkProRegular", arial;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 15px;
  padding-left: 25px;
  background-image: url("../images/icons/icon-back.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15px;
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
#vd .popup__closeBtn:hover {
  -webkit-transform: translateX(-15px);
  transform: translateX(-15px);
}
#vd .popup__inner {
  font: 400 16px/1.3 "MarkProRegular", arial;
  font-weight: 400;
  width: 100%;
  padding: 40px 30px 20px;
  background: rgba(139, 114, 92, 0.5);
  background: linear-gradient(
    202deg,
    rgba(139, 114, 92, 0.5) 0%,
    rgba(41, 26, 13, 0.5) 81%
  );
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border: solid 1px #bb9d75;
  border-radius: 0;
}
#vd .popup__name {
  font: 500 24px/1.125 "MarkProRegular", arial;
  margin-bottom: 10px;
}
#vd .popup__title {
  font: 700 40px/1 "MarkProRegular", arial;
  margin-bottom: 20px;
}
#vd .popup__body {
  font: 400 16px/1.3 "MarkProRegular", arial;
}
#vd .popup .logo {
  display: block;
  width: 100%;
  max-width: 250px;
  margin-bottom: 15px;
}
#vd .accordion {
  list-style: none;
  display: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 900px) {
  #vd .accordion {
    display: block;
  }
}
#vd .accordion__panel {
  margin-bottom: 0;
  border-bottom: solid 1px #ccc;
}
#vd .accordion__panel[data-item-state="open"] .accordion__header {
  position: relative;
  background-image: url("../images/icons/icon-arrow-up.svg");
  background-repeat: no-repeat;
  background-position: 94% center;
}
#vd .accordion__panel[data-item-state="open"] .accordion__header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 2%;
  width: 96%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
#vd .accordion__panel[data-item-state="open"] .accordion__body {
  height: auto;
}
#vd .accordion__panel[data-item-state="open"] .accordion__body .logo {
  display: block;
  width: 100%;
  max-width: 250px;
  margin-top: 15px;
  margin-bottom: 15px;
}
#vd .accordion__panel[data-item-state="open"] .accordion__content-title {
  display: block;
  margin-bottom: 10px;
}
#vd .accordion__image {
  display: block;
  width: 100%;
}
#vd .accordion__header,
#vd .accordion__content {
  padding: 15px;
}
#vd .accordion__header {
  color: #41484f;
  font: 700 16px/1.125 "MarkProRegular", arial;
  cursor: pointer;
  position: relative;
  background-image: url("../images/icons/icon-arrow-down.svg");
  background-repeat: no-repeat;
  background-position: 94% center;
}
#vd .accordion__content {
  color: #fff;
  padding: 30px 15px;
  background-color: #41484f;
}
#vd .accordion__body {
  font: 400 15px/1.4 "MarkProRegular", arial;
  overflow: hidden;
  height: 0;
}
