@font-face {
    font-family: Bold;
    src: url("./../fonts/Gotham-Bold.otf");
  }
  html {
    width: 100%;
    height: 100%;
    display: table;
  }
  
  body {
    width: 100%;
    display: table-cell;
    background-image: url("./../img/bg-min.png");
    background-size: cover;
  }
  
  html,
  body {
    margin: 0px;
    padding: 0px;
    font-family: Bold;
    color: #fff;
  }
  .wrapper {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .wrapper h3 {
    font-size: 18px;
    letter-spacing: 3px;
    font-family: Bold;
  }
  .downloadApp {
    display: inline-flex;
    align-items: center;
  }
  
  .facias {
    display: flex;
    justify-content: space-evenly;
    position: absolute;
    width: 100%;
    bottom: 40px;
  }
  
  .facias img {
    max-width: 120px;
  }

  div#disclaimer {
    text-align: center;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

  div#disclaimer p {
    font-family: sans-serif;
    font-size: 13px;
}

div#disclaimer p a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}
  
  /* Portrait */
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    body {
      background-image: url("./../img/bg-min.png");
      background-position-x: center;
    }
    .facias {
      display: inline-block;
      text-align: center;
    }
    .facias img {
      max-width: 160px;
    }
  }
  
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (min-device-height: 375px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    body {
      background-image: url("./../img/bg-min.png");
      background-position-x: center;
    }
  }
  
  /* ----------- iPad Pro 12.9" ----------- */
  
  /* Portrait and Landscape */
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    body {
      background-size: cover;
      background-position-x: center;
    }
  }
  
  /* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
  
  /* Portrait */
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    body {
      background-image: url("./../img/bg-min.png");
      background-position-x: center;
    }
    .facias {
      display: inline-block;
      text-align: center;
    }
    .facias img {
      max-width: 60px;
      margin: 0px 10px;
    }
    .logo {
      width: 170px;
      height: 55px;
    }
    .wrapper h3 {
      font-size: 12px;
    }
    .downloadApp img {
      width: 160px;
      min-height: 48px;
    }
    .downloadApp img:first-child {
      width: 137px;
    }
  }
  
  /* Portrait and Landscape */
  @media only screen and (min-device-width: 320px) and (max-device-width: 374px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .facias img {
      max-width: 50px;
      margin: 0px 12px;
    }
    .logo {
      width: 120px;
      height: 40px;
    }
    .wrapper h3 {
      font-size: 10px;
    }
    .downloadApp img {
      width: 120px;
      min-height: 28px;
    }
    .downloadApp img:first-child {
      width: 107px;
    }
  }
  
  /* Landscape */
  @media only screen and (min-device-width: 325px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    body {
      background-image: url("./../img/bg-min.png");
      background-position-x: center;
    }
    .facias {
      display: inline-block;
      text-align: center;
    }
    .facias img {
      max-width: 60px;
      margin: 0px 10px;
    }
    .wrapper h3 {
      font-size: 12px;
    }
    .downloadApp img {
      width: 160px;
      min-height: 48px;
    }
    .downloadApp img:first-child {
      width: 137px;
    }
    .logo {
      width: 170px;
      height: 55px;
    }
    .facias img {
      max-width: 60px;
      margin: 0;
    }
    .facias {
      bottom: 0;
    }
  }