/* Font Import - Start */
@font-face {
  font-family: Grenze;
  src: url("../font/Grenze-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: Grenze;
  src: url("../font/Grenze-SemiBold.ttf");
  font-weight: 600;
}

/* Font Import - End */
/* General override for elements - Start */
* {
  margin: 0;
  padding: 0;
  outline: none;
  font-family: Grenze;
  word-break: break-word;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: auto;
}

body {
  width: 100%;
  height: auto;
  background: #262626;
  position: relative;
  background-image: url("../../assets/images/body_bg.png");
  background-repeat: repeat;
  background-position: center;
  background-size: auto;
}

/* General override for elements - End */
/* Mobile CSS - Start */
footer {
  width: 100%;
  background: #161616;
}

footer .wrapper {
  width: 100%;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

footer .wrapper .footer_c {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 20px;
}

footer .wrapper .footer_c:last-child {
  margin-bottom: 0px;
}

footer .wrapper .footer_c:last-child p {
  font-size: 20px;
  text-align: center;
}

footer .wrapper .footer_c h2 {
  font-family: Grenze;
  font-size: 20px;
  font-weight: 600;
  color: #6edda6;
  text-align: left;
  margin-bottom: 10px;
}

footer .wrapper .footer_c p {
  font-family: Grenze;
  font-size: 16px;
  font-weight: 400;
  color: #8f8f8f;
  text-align: left;
}

/* Mobile CSS - End */
/* Tablet CSS - Start */
@media (min-width: 768px) and (max-width: 1023px) {
  footer .wrapper {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  footer .wrapper .footer_c {
    width: 30%;
    margin: 0px;
  }
  footer .wrapper .footer_c:nth-child(1) {
    width: 40%;
  }
  footer .wrapper .footer_c:nth-child(2) {
    width: 20%;
  }
  footer .wrapper .footer_c:nth-child(3) {
    width: 40%;
    height: auto;
  }
  footer .wrapper .footer_c:nth-child(3) p {
    margin: auto 0px;
  }
}

/* Tablet CSS - End */
/* Desktop CSS - Start */
@media (min-width: 1024px) {
  footer .wrapper {
    width: 1024px;
    padding: 20px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0px auto;
  }
  footer .wrapper .footer_c {
    width: 30%;
    margin: 0px;
  }
  footer .wrapper .footer_c:nth-child(1) {
    width: 30%;
  }
  footer .wrapper .footer_c:nth-child(2) {
    width: 20%;
  }
  footer .wrapper .footer_c:nth-child(3) {
    width: 30%;
    height: auto;
  }
  footer .wrapper .footer_c:nth-child(3) p {
    font-size: 20px;
    margin: auto 0px;
  }
  footer .wrapper .footer_c h2 {
    font-size: 24px;
  }
  footer .wrapper .footer_c p {
    font-size: 20px;
  }
}

/* Desktop CSS - End */
