html, body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  overscroll-behavior: none; }

body {
  background: #FCF9F1; }
  body * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  body .page-wrapper {
    opacity: 0;
    width: 100vw;
    overflow-x: hidden; }
  body section {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #FCF9F1;
    padding: 4vh;
    text-align: center; }
    @media (orientation: portrait) {
      body section {
        padding: 0; } }
    body section .scene-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh; }
  body svg, body img {
    display: block; }
  body .logo {
    position: fixed;
    height: 5vh;
    max-height: 45px;
    left: 4vh;
    top: 4vh;
    z-index: 3; }

.full-width-text {
  margin: 0 auto;
  width: calc(100% - 36vh);
  max-width: 900px; }

.city-back {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 38vh;
  z-index: 0; }

.loader {
  position: fixed;
  top: 0;
  left: calc(50% - 25px);
  width: 50px;
  -webkit-animation: move-the-object 6s linear infinite;
  -moz-animation: move-the-object 6s linear infinite;
  -o-animation: move-the-object 6s linear infinite;
  animation: move-the-object 6s linear infinite;
  margin: 0 auto;
  height: 100%; }

@-webkit-keyframes move-the-object {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(3600deg); } }
@-moz-keyframes move-the-object {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(3600deg); } }
@-o-keyframes move-the-object {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(3600deg); } }
@keyframes move-the-object {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(3600deg); } }
.anchor {
  position: absolute;
  left: 0;
  width: 5px;
  height: 0 !important; }

/*# sourceMappingURL=common.css.map */
