@charset "utf-8";
#olderbrowser {
  display: none;
}
* {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
*, :after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  width: 100%;
  height: 100%;
}
body {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 62.5%;
  letter-spacing: 0;
  overflow-x: hidden;
  color: #323231;
  background-color: #323231;
  background: #0a0b27 url(../images/bg.jpg) no-repeat center top;
  background-size: cover;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
main, section, article {
  display: block;
}
:focus {
  outline: none !important;
}
a, a:hover, a:active, a:focus {
  border: none;
  outline: none;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
/*== COMMON CLASSES ==*/
.center-block {
  margin-left: auto;
  margin-right: auto;
}
.hidden {
  display: none !important;
}
.overflowHidden {
  overflow: hidden !important;
}
.visibilityHidden {
  visibility: hidden;
  opacity: 0;
}
.fs-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flex-align-center {
  display: flex;
  align-items: center;
}
.flex-centered {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.portraitShow {
  display: none;
}
/*== FOOTER ==*/
.footer {
  height: auto;
  top: auto;
  bottom: 0;
  background: #000000;
  padding: 5px 0;
}
.footer__links {
  flex-direction: row;
  flex-wrap: wrap;
}
.footer__links li {
  padding: 0 0.5em;
}
.footer__links a {
  display: block;
  padding-bottom: 0.1em;
  font-size: 0.9em;
  color: #ffffff !important;
  text-transform: uppercase !important;
}
.footer__copyright, .footer p {
  font-size: 0.9em;
  color: #FFFFFF;
}
.footer__copyright span {
  margin: 0 1em;
}
/*== MAIN ==*/
.main-container {
  height: 100%;
  padding: 0 1em;
}
.container {
  /*  max-width: 1400px;*/
  width: 100%;
  margin: 0 auto;
  padding: 0 1em;
}
.hero__img img {
  margin: 0 auto 1.5em;
  max-height: 70vh;
}
.bottom-content {
  margin: 0 auto;
  padding-top: 13%;
  padding-bottom: 3%;
  max-width: 68vw;
}
.absImg {
  position: absolute;
  left: 0;
  max-width: 100px;
}
.column-left {
  flex: 15%;
}
.column-center {
  /*flex: 60%;*/
  width: 100%;
  margin: 0 auto;
}
.column-right {
  flex: 25%;
}
.column-left img, .column-right img {
  max-height: 28px;
}
.logoGarden__section {
  padding: 2em 1em 3em;
  display: flex;
}
.logoGarden__container {
  margin: 0 auto;
  flex-direction: row;
  padding: 0.7em;
  /*flex-wrap: wrap;*/
}
.logoGarden__btn {
  /*  max-width: 135px;
  margin: 0 0.5em;
  flex: 14%;*/
  margin: 0.8em 1rem;
}
.logoGarden__btn > a[href=""] {
  pointer-events: none;
}
.logoGarden__btn > a[href=""] img {
  filter: grayscale(1);
  pointer-events: none;
  opacity: 0.7;
  transform: none !important;
}
.logoGarden__btn img {
  margin: 0 auto;
  transition: transform 0.3s ease-in-out;
  max-width: 100%;
  max-height: 95px;
}
.keyart__wrapper{
    width: 90%;
    margin: 0 auto;
}
.keyart__row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}
.keyart__row .keyart {
  width: 10%;
  padding: 0.7em;
}
.bottom-text img {
  margin: 1em auto;
  padding: 0 1em;
}
/*== MEDIA QUERIES ==*/
@media screen and (max-width: 1366px) {
  .hero__img img {
    margin: 0 auto;
    max-height: 67vh;
  }
}
@media screen and (device-width: 1280px) and (device-height: 1024px) and (orientation:landscape), screen and (device-width: 1280px) and (device-height: 960px) and (orientation:landscape), screen and (device-width: 1152px) and (device-height: 864px) and (orientation:landscape), screen and (device-width: 1194px) and (device-height: 834px) and (orientation: landscape) {
  body {
    background-size: 100% auto;
    overflow-y: auto;
  }
  .bottom-content {
    padding-top: 15%;
    max-width: 90vw;
  }
}
@media screen and (min-width: 1600px) {
  .bottom-content {
    max-width: 72vw;
  }
}
@media screen and (min-width: 1024px) {
  .footer__links a:hover {
    color: #A6A6A6 !important;
  }
  .logoGarden__btn > a:hover img {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 1024px) {
  body {
    background-size: 130% auto;
    overflow-y: auto;
  }
  .bottom-content {
    padding-top: 15%;
    padding-bottom: 15%;
    max-width: 100vw;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape), screen and (max-height: 414px) and (orientation: landscape), screen and (device-width: 414px) and (device-height: 896px) and (orientation: landscape), screen and (device-width: 414px) and (device-height: 736px) and (orientation: landscape), screen and (device-width: 375px) and (device-height: 667px) and (orientation: landscape) {
  .hero__img img {
    max-height: 50vh;
  }
  .absImg {
    max-width: 45px;
    left: 5px;
  }
  .logoGarden__btn {
    margin: 0.8em 1rem;
  }
  .bottom-content {
    padding-bottom: 12%;
    max-width: 100vw;
  }
    .logoGarden__section {
    padding: 4em 1em 2em;
    display: flex;
}
  .keyart__row .keyart {
    width: 20%;
    padding: 1em;
  }
  .footer {
    height: auto;
    padding: 0.5em 0;
  }
}
@media screen and (max-width: 800px) and (orientation: portrait) {
 body {
    background-size: 160% auto;
    overflow-y: auto;
  }
  .logoGarden__btn {
    margin: 0.8em 1em;
  }
  .keyart__row .keyart {
    width: 20%;
  }
  .bottom-content {
    padding-top: 20%;
    padding-bottom: 10%;
    max-width: 100vw;
  }
}
@media screen and (max-width: 576px) and (orientation: portrait) {
  .absImg {
    position: relative;
    margin-top: 5px;
    max-width: 60px;
  }
  .column-center {
    width: 100%;
  }
  .bottom-content .column-left, .column-center, .column-right {
    margin: 5px 0;
  }
  .column-left, .column-right {
    display: none;
  }
  .logoGarden__section {
    padding: 2em 0;
  }
  /*    .logoGarden__btn {
    flex: 33%;
    margin: 0.8em 0;
}*/
  .landscapeShow {
    display: none;
  }
  .portraitShow {
    display: flex;
  }
  .logoGarden__container {
    flex-wrap: wrap;
    border-radius: 0.8em;
  }
  .logoGarden__btn img {
    max-height: 37px;
  }
  .main-container {
    padding-bottom: 14%;
  }
  .keyart__row .keyart {
    width: 50%;
  }
  .footer {
    height: auto;
    padding: 0.5em 0;
  }
    .footer__links a, .footer__copyright, .footer p{
        font-size: 0.7em;
    }
  .footer__copyright span {
    margin: 0;
    display: block;
    text-align: center;
  }
}