.body {
  background-color: #ba0003;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20vh;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper._5 {
  height: 95vh;
}

.headline {
  padding-top: 0px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 5px;
  font-family: Kinomt, sans-serif;
  color: #000;
  font-size: 42px;
  line-height: 39px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 4px;
}

.heading.white {
  padding-bottom: 5px;
  color: #fff;
  font-size: 42px;
  line-height: 39px;
  letter-spacing: 4px;
}

.heading.im1 {
  padding-bottom: 2px;
  font-size: 42px;
  line-height: 39px;
}

.heading.landing {
  font-size: 20vh;
  line-height: 18vh;
}

.heading-2 {
  font-family: Kinomt, sans-serif;
  color: #fff;
  text-align: center;
}

.heading-3 {
  font-family: Kinomt, sans-serif;
  color: #000;
  font-weight: 400;
  text-align: center;
}

.headline2 {
  margin-top: 0px;
  font-family: Kinomt, sans-serif;
  color: #000;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 4px;
}

.headline2.landing1 {
  margin-top: 20px;
  font-size: 3vh;
}

.secounddiv {
  margin-top: 0px;
}

.arrow {
  position: absolute;
  left: 49%;
  top: auto;
  right: 0%;
  bottom: 29%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  position: static;
  left: 49%;
  top: auto;
  right: 0%;
  bottom: 26%;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.container._3 {
  height: 95vh;
}

.image-2 {
  width: 100vw;
  height: auto;
}

.section {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 16%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._5-col {
  display: inline-block;
  width: 380px;
  margin-right: 20px;
}

.text-16 {
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
}

.text-16._2 {
  padding-right: 0px;
  color: #fff;
}

._2-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer1-column-headline {
  display: inline;
  margin-bottom: 0px;
}

._3-col {
  display: inline-block;
  width: 220px;
  margin-right: 20px;
}

._3-col._3-col-last {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link-light {
  opacity: 0.6;
  -webkit-transition: color 400ms ease, opacity 400ms ease, -webkit-transform 400ms ease;
  transition: color 400ms ease, opacity 400ms ease, -webkit-transform 400ms ease;
  transition: color 400ms ease, transform 400ms ease, opacity 400ms ease;
  transition: color 400ms ease, transform 400ms ease, opacity 400ms ease, -webkit-transform 400ms ease;
  color: #111212;
  line-height: 24px;
  cursor: pointer;
}

.link-light:hover {
  opacity: 1;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #111212;
}

.link-light:active {
  opacity: 0.9;
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.link-light.footer-link-12-link {
  margin-bottom: 10px;
  color: #fff;
}

.wrap {
  display: block;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.wrap.w50-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.wrap.w50-start.hgd {
  padding-top: 0px;
}

.footer1 {
  margin-top: 0vh;
  border-top: 1px solid rgba(17, 18, 18, 0.06);
  background-color: #1b1b1b;
  color: #000;
}

.footer1._2 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.footer1._4 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 5vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-14 {
  line-height: 24px;
}

.text-14.text-14-60 {
  opacity: 0.6;
}

.link-block {
  color: #fff;
}

.link {
  position: fixed;
  left: auto;
  top: 3%;
  right: 5%;
  bottom: auto;
  color: #000;
  letter-spacing: 1px;
  text-decoration: none;
}

.text-block {
  color: #fff;
  text-align: center;
}

.link-2 {
  color: #fff;
}

.link-3 {
  color: #fff;
}

.link-4 {
  color: #fff;
}

.link-5 {
  color: #fff;
}

.text-block-2 {
  color: #fff;
  font-size: 17px;
  line-height: 22px;
}

.link-6 {
  color: #fff;
}

.link-7 {
  color: #fff;
}

.link-8 {
  margin-left: 20px;
  color: #fff;
}

.ig {
  margin-right: 20px;
}

.yt {
  margin-left: 20px;
}

@media screen and (max-width: 991px) {
  ._5-col {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  ._2-col {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  ._3-col {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .wrap {
    width: 645px;
  }

  .wrap.w50-start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer1 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .wrap {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-color: #cd191a;
  }

  .wrapper {
    height: 80vh;
  }

  .wrapper._5 {
    height: 80vh;
  }

  .wrapper.impr {
    height: 22vh;
    margin-top: 40px;
  }

  .heading.landing {
    font-size: 16vh;
    line-height: 14vh;
  }

  .container {
    height: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container._3 {
    height: auto;
  }

  .image-2 {
    width: 100vw;
    height: auto;
  }

  .section {
    bottom: 14%;
  }

  ._5-col {
    margin-bottom: 0px;
  }

  .text-16 {
    font-size: 12px;
  }

  .wrap.w50-start {
    height: 5vh;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .footer1 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .footer1._2 {
    position: static;
  }

  .link {
    z-index: 9999;
  }

  .text-block {
    margin-top: 40px;
  }
}

@font-face {
  font-family: 'Kinomt';
  src: url('../fonts/KinoMT.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}