html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font: 16px/1 sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

h1,
h2,
h3,
h4,
p,
blockquote,
figure,
ol,
ul {
  margin: 0;
  padding: 0; }

main,
li {
  display: block; }

h1,
h2,
h3,
h4 {
  font-size: inherit; }

strong {
  font-weight: bold; }

a,
button {
  color: inherit;
  transition: .3s; }

a {
  text-decoration: none; }

button {
  overflow: visible;
  border: 0;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer; }

::-moz-focus-inner {
  padding: 0;
  border: 0; }

:focus {
  outline: 0; }

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

body {
  overflow: hidden; }

.main {
  position: relative;
  width: 100%;
  height: 100vh; }

#overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7); }

#overlay button {
  background: #ffffff;
  border: 0;
  color: #000000;
  padding: 16px 20px;
  text-transform: uppercase;
  cursor: pointer; }

#notSupported {
  width: 50%;
  margin: auto;
  background-color: #f00;
  margin-top: 20px;
  padding: 10px; }

.loader {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.loader p {
  color: #000;
  text-align: center;
  font-size: 18px; }

.button-wrapper {
  bottom: 0;
  z-index: 1;
  right: 0;
  width: 100%;
  position: absolute;
  text-align: center; }

.button-wrapper.top {
  top: 0;
  bottom: auto;
  z-index: 2; }

.button-wrapper.left {
  top: 0;
  left: 0;
  width: 230px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.button-wrapper.left *,
.button-wrapper.right * {
  width: 100%;
  box-sizing: border-box; }

.button-wrapper.right {
  top: 0;
  width: 230px;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.button-wrapper.top {
  top: 0;
  bottom: auto; }

.btn {
  padding: 10px 30px;
  margin-right: 10px;
  margin-top: 10px;
  display: inline-block;
  background: rgba(218, 218, 218, 0.5);
  color: #000;
  z-index: 10;
  font-size: 20px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  border: 1px solid #333; }

.btn:hover {
  background: #dadada; }

label {
  color: #000;
  font-style: italic;
  margin-top: 15px;
  background: rgba(218, 218, 218, 0.8); }

.button-wrapper.toggle.exterior,
.button-wrapper.interior.toggle {
  display: none; }

.pos-links {
  position: absolute;
  bottom: 15px;
  left: 30px;
  z-index: 2; }

.bottom-buttons {
  background: url("/person-wp.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  width: 210px;
  height: 54px;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  color: white;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: all 0.4s ease;
  margin-right: 25px;
  text-decoration: none;
  text-align: center;
  padding: 15px 20px;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  opacity: 0;
  transform: translateX(-100%);
  transition: all 0.3s ease-in-out; }

.bottom-buttons:after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  background-image: url("/Untitled-2.png"); }

.active .bottom-buttons {
  opacity: 1;
  transform: translateX(0%); }