/* Typeface */
@font-face {
  font-family: 'unplaceFML';
  src: url("../fonts/unplaceFML.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
html,
body {
  font-family: 'Helvetica', Arial, seans-serif;
  font-weight: normal;
  font-size: 12px;
  height: 100%;
  margin: 0;
  padding: 5px 0px;
  background: white;
  color: black;
  width: 100%;
  font-size: 2vw;
  letter-spacing: 0px;
  line-height: 150% !important;
  overflow-x: hidden; }
  @media (max-width: 480px) {
    html,
    body {
      -webkit-overflow-scrolling: touch; } }

nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px; }

.wrapper {
  height: 100%; }

a,
a:visited,
a:active,
a:visited {
  color: black;
  text-decoration: none; }

a:hover {
  color: black;
  text-decoration: underline; }

a.selected {
  color: red; }

.simulate {
  height: 2000px; }

.up {
  font-size: 12px; }

img {
  max-width: 100%; }

.small-font {
  font-size: 16px !important; }

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

.top-medium {
  margin-top: 100px; }

/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both; }

.wrapper {
  display: block; }

p {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 110%;
  font-weight: 500; }

.indent {
  margin-left: 20px !important; }

.wrapper-content {
  position: absolute;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  max-width: 100%;
  height: auto;
  display: none; }

.wrapper-logo {
  z-index: -1;
  cursor: pointer; }

.container-logo {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  cursor: pointer;
  display: none; }
  @media (max-width: 480px) {
    .container-logo {
      bottom: 10px; } }
  .container-logo div {
    font-weight: 600;
    font-size: 17vw;
    line-height: 80%;
    letter-spacing: -1.4vw; }
    .container-logo div span {
      bottom: 400px; }
    .container-logo div span:nth-child(1) {
      opacity: 1; }
    .container-logo div span:nth-child(2) {
      opacity: 1; }
    .container-logo div span:nth-child(3) {
      opacity: 0; }
    .container-logo div span:nth-child(4) {
      opacity: 0; }
    .container-logo div span:nth-child(5) {
      opacity: 0; }

#wrapper-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40vw;
  height: 20vh;
  opacity: 0; }
