/* inconsolata-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inconsolata";
  font-style: normal;
  font-weight: 200;
  src: url("/fonts/inconsolata-v31-latin-200.woff2") format("woff2"),
    /* Chrome 36+, Opera 23+, Firefox 39+ */
      url("/fonts/inconsolata-v31-latin-200.woff") format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* inconsolata-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inconsolata";
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/inconsolata-v31-latin-300.woff2") format("woff2"),
    /* Chrome 36+, Opera 23+, Firefox 39+ */
      url("/fonts/inconsolata-v31-latin-300.woff") format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* inconsolata-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inconsolata";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/inconsolata-v31-latin-regular.woff2") format("woff2"),
    /* Chrome 36+, Opera 23+, Firefox 39+ */
      url("/fonts/inconsolata-v31-latin-regular.woff") format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* inconsolata-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inconsolata";
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/inconsolata-v31-latin-500.woff2") format("woff2"),
    /* Chrome 36+, Opera 23+, Firefox 39+ */
      url("/fonts/inconsolata-v31-latin-500.woff") format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* inconsolata-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inconsolata";
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/inconsolata-v31-latin-600.woff2") format("woff2"),
    /* Chrome 36+, Opera 23+, Firefox 39+ */
      url("/fonts/inconsolata-v31-latin-600.woff") format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* inconsolata-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inconsolata";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/inconsolata-v31-latin-700.woff2") format("woff2"),
    /* Chrome 36+, Opera 23+, Firefox 39+ */
      url("/fonts/inconsolata-v31-latin-700.woff") format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* inconsolata-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inconsolata";
  font-style: normal;
  font-weight: 800;
  src: url("/fonts/inconsolata-v31-latin-800.woff2") format("woff2"),
    /* Chrome 36+, Opera 23+, Firefox 39+ */
      url("/fonts/inconsolata-v31-latin-800.woff") format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* inconsolata-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inconsolata";
  font-style: normal;
  font-weight: 900;
  src: url("/fonts/inconsolata-v31-latin-900.woff2") format("woff2"),
    /* Chrome 36+, Opera 23+, Firefox 39+ */
      url("/fonts/inconsolata-v31-latin-900.woff") format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
  margin: unset !important;
}

.container {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.info .h3 {
  color: #acacac;
  font: normal normal normal 1.5rem Inconsolata;
}

.lead {
  text-align: left;
  font: normal normal normal 1.5rem Inconsolata;
  letter-spacing: 0.88px;
  color: #acacac;
  opacity: 1;
  margin-bottom: 20px;
}

.lead span,
a {
  cursor: pointer;
  color: #707070;
}

.lead span:hover,
a:hover {
  color: #d2002d;
}

.top {
  display: flex;
  flex-align: flex-start;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 20px;
}

.top .info-container {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.top .info-container .inner-info {
  margin-top: 50px;
  padding-left: 50px;
}

.top .info-container .inner-info .logo {
  margin-bottom: 50px;
}

.top .info-container .inner-info .logo img {
  width: 50%;
}

.top .bar-top {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.bottom {
  display: flex;
  width: 100%;
  margin-bottom: 50px;
}

.bottom .bar-bottom {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.bottom .soon {
  width: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottom .soon img {
  max-width: 100%;
  height: auto;
  margin-top: -465px;
}

.bottom .soon span {
  font: normal normal normal 60px/65px Inconsolata;
  letter-spacing: 4px;
  color: #707070;
  opacity: 1;
  color: #0a3760;
}

.bar {
  background: #0a3760 0% 0% no-repeat padding-box;
  opacity: 1;
  height: 10px;
}

.lg-bar {
  transform: matrix(-1, 0, 0, -1, 0, 0);
  width: 80%;
  margin: 100px 0;
}

.md-bar {
  transform: matrix(-1, 0, 0, -1, 0, 0);
  width: 60%;
}

.sm-bar {
  transform: matrix(-1, 0, 0, -1, 0, 0);
  width: 40%;
}

#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: rgb(100, 100, 100);
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
  font: normal normal normal Inconsolata;
  border-radius: 10px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

@media (max-width: 720px) {
  .top .info-container .inner-info .logo img {
    width: 70%;
  }

  .top {
    flex-direction: column-reverse;
    margin-bottom: 0px;
    margin-left: unset !important;
  }

  .top .info-container {
    width: 80%;
    margin: 30px auto 0px auto;
  }

  .top .info-container .inner-info {
    padding-left: 0px;
  }

  .top .bar-top {
    width: 100%;
  }

  .bottom {
    flex-direction: column-reverse;
  }

  .bottom .bar-bottom {
    width: 100%;
  }

  .bottom .soon {
    width: 90%;
    margin: 50px auto;
    margin-bottom: 50px;
  }

  .bottom .soon img {
    margin-top: 0;
  }

  .bottom .soon span {
    font: normal normal normal 36px/40px Inconsolata;
  }

  .lg-bar {
    margin: 40px 0;
  }
}

@media (max-width: 376px) {
  .top .info-container .inner-info .logo img {
    width: 70%;
  }

  .bottom .soon {
    width: 90%;
    margin: 30px auto 50px auto;
  }

  .bottom .soon span {
    font: normal normal normal 28px/40px Inconsolata !important;
  }

  .top .info-container .inner-info {
    padding-left: 0px;
  }

  .lg-bar {
    margin: 40px 0;
  }
}
