@font-face {
  font-family: 'DrukWideMedium';
  src: url('../fonts/DrukWide-Medium.woff2') format('woff2'),
    url('../fonts/DrukWide-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'DrukWideBold';
  src: url('../fonts/DrukWide-Bold.woff2') format('woff2'),
    url('../fonts/DrukWide-Bold.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

body {
  background: #000000;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}



.errorpage_logo {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding-bottom: 5vw;
}

.errorpage_logo img {
  width: 17vw;
}

.errorpage_logo a {
  color: #fff;
  font-family: 'DrukWideMedium';
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 3vw;
  line-height: 3vw;
}

.error_content {
  min-height: calc(100vh - 18.2vw);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.error_links a {
  color: #fff;
  font-family: 'DrukWideMedium';
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 1.8vw;
  line-height: 3vw;

  text-align: center;
}

.error_heading,
.belowLink,
.oops {
  color: #fff;
  font-family: 'DrukWideBold';
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.3vw;
  line-height: 3vw;
  text-align: center;
}

.footer-section-wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 1vw;
}

.footerLogo {
  padding-bottom: 2vw;
}

.copyrightWrapper,
.copyrightWrapper a {
  color: #fff;
  font-family: 'DrukWideMedium';
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.55vw;
}

a:hover {
  opacity: 0.5;
}

span.sep {
  padding: 0 0.1vw;
  vertical-align: text-bottom;
}

.linkspace {
  padding: 0 0.2vw;
}

.footer-socials a {
  color: #fff;
  font-size: 1.3vw;
  padding-right: 1vw;
}

.footer-socials {
  padding-bottom: 0.8vw;
}

.error-page-wrapper {
  margin-bottom: 12vw;
}

@media (max-width: 1024px) and (orientation:portrait) {
  .footer-section-wrapper {
    width: 92%;
  }

  .errorpage_logo img {
    width: 46vw;
  }

  .error_content {
    min-height: calc(100vh - 50.5vw);
  }

  .errorpage_logo a {
    font-size: 8vw;
    line-height: 0vw;
  }

  .error_heading,
  .belowLink,
  .oops {
    font-size: 4.1vw;
    line-height: 8vw;
  }

  .error_links a {
    font-size: 4.1vw;
    line-height: 8vw;
  }

  .copyrightWrapper,
  .copyrightWrapper a {
    font-size: 3vw;
    line-height: 5vw;
  }

  .footerLogo {
    padding-bottom: 5vw;
    width: 39vw;
    margin: 0 auto;
  }

  .footer-socials {
    padding-bottom: 2.8vw;
  }

  .footer-socials a {
    font-size: 4vw;
    padding-right: 3vw;
  }

  .sep.mob {
    display: none;
  }

  a.ot-sdk-show-settings {
    padding-left: .5vw;
  }
  span.sep {
  vertical-align: bottom;
}
}

@media (max-width: 767px) and (orientation:portrait) {
  .error_content {
    min-height: calc(100vh - 59.5vw);
  }
}

@media only screen and (min-width:1920px){
  .error_content {
    min-height: calc(100vh - 16vw);
}
}
@media only screen and (min-width:2000px){
  .error_content {
    min-height: calc(100vh - 15vw);
}
}