@font-face {
  font-family: 'roadgeek';
  src: url('../fonts/roadgeek.eot');
  src: local('☺'), url('../fonts/roadgeek.woff') format('woff'), url('../fonts/roadgeek.ttf') format('truetype'), url('../fonts/roadgeek.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  outline: none;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}
@media only screen and (min-width: 1025px) {
  a {
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
  }
}

html {
  font-size: 10px;
  touch-action: manipulation;
  background: #fff;
}

body {
  font-family: 'Open Sans', sans-serif !important;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-font-smoothing: subpixel-antialiased;
  -ms-font-smoothing: subpixel-antialiased;
  -o-font-smoothing: subpixel-antialiased;
  perspective-origin: top left;
  -webkit-perspective-origin: top left;
  font-size: 62.5% !important;
  margin: 0 auto;
  line-height: normal !important;
}

.article-category {
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 1.4rem;
  letter-spacing: 2px;
  color: #000000;
}

.article-title {
  font-family: 'roadgeek';
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 4.2rem;
  letter-spacing: -1px;
  color: #000000;
}
@media screen and (max-width: 1470px) {
  .article-title {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .article-title {
    font-size: 3.4rem;
  }
}

.article-title2 {
  font-family: 'Open Sans';
  font-weight: 400;
  line-height: 1.9;
  text-align: center;
  vertical-align: middle;
  font-size: 1.6rem;
  letter-spacing: 0;
  color: #000;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .article-title2 {
    font-size: 1.4rem;
  }
}

.none-uppercase {
  text-transform: none !important;
}

.article-btn {
  display: inline-block;
  text-transform: uppercase;
  vertical-align: middle;
  width: 100%;
  max-width: 302px;
  letter-spacing: 2px;
  color: #ff4e00;
  background: transparent;
  outline: none;
  border: none;
  font-size: 1.2rem;
  padding-top: 13px;
  padding-bottom: 13px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  border: 1px solid #ff4e00;
}

.email-link,
.link {
  color: #ff4e00;
  text-decoration: none;
}
.page-title {
  font-family: 'roadgeek';
  font-weight: 400 !important;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 7rem;
  color: #000000;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1800px) {
  .page-title {
    font-size: 7rem;
  }
}
@media screen and (max-width: 1470px) {
  .page-title {
    font-size: 7rem;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .page-title {
    font-size: 6rem;
  }
}
@media screen and (max-width: 970px) {
  .page-title {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-title {
    font-size: 5rem;
    margin: 0 auto 10px;
  }
}

@media screen and (max-width: 400px) {
  .page-title {
    font-size: 4rem;
  }
}

.page-descr {
  font-family: 'Open Sans';
  font-weight: 400;
  line-height: 1.65;
  text-align: center;
  vertical-align: middle;
  font-size: 2.2rem;
  letter-spacing: 0;
  color: #000;
  margin: 0 auto 10px;
}
@media screen and (max-width: 1800px) {
  .page-descr {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 860px) {
  .page-descr {
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 767px) {
  .page-descr {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 400px) {
  .page-descr {
    font-size: 1.6rem;
  }
}

.work-title {
  font-family: 'roadgeek';
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 6rem;
  color: #000000;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1800px) {
  .work-title {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 860px) {
  .work-title {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .work-title {
    font-size: 3rem;
  }
}

.work-descr {
  font-family: 'Open Sans';
  font-weight: 400;
  line-height: 1.65;
  text-align: left;
  vertical-align: middle;
  font-size: 2.6rem;
  letter-spacing: 0;
  color: #000;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1800px) {
  .work-descr {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .work-descr {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 400px) {
  .work-descr {
    font-size: 1.4rem;
  }
}

.banner {
  font-family: 'roadgeek';
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 7rem;
  color: #fff;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1800px) {
  .banner {
    font-size: 6rem;
  }
}
@media screen and (max-width: 1470px) {
  .banner {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .banner {
    font-size: 4rem;
  }
}
@media screen and (max-width: 970px) {
  .banner {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .banner {
    font-size: 3rem;
  }
}

.banner-small {
  line-height: 1.2;
  text-transform: uppercase;
  vertical-align: middle;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 2px;
  color: #fff;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .banner-small {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 970px) {
  .banner-small {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .banner-small {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 382px) {
  .banner-small {
    font-size: 1rem;
  }
}

.people-title {
  font-family: 'roadgeek';
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 3.4rem;
  color: #fff;
}
@media screen and (max-width: 1800px) {
  .people-title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1400px) {
  .people-title {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .people-title {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .people-title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 620px) {
  .people-title {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 400px) {
  .people-title {
    font-size: 2.6rem;
  }
}

.people-descr {
  font-family: 'PT Sans';
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
  font-size: 2.2rem;
  letter-spacing: -1px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .people-descr {
    font-size: 1.7rem;
    letter-spacing: -1px;
  }
}

.donors-name {
  font-family: 'Open Sans';
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
  font-size: 1.6rem;
  letter-spacing: 0;
  color: #0c0b0b;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 767px) {
  .donors-name {
    font-size: 1.3rem;
  }
}

.kickstarter-name {
  font-family: 'Open Sans';
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0;
  color: #0c0b0b;
}
@media only screen and (max-width: 767px) {
  .kickstarter-name {
    font-size: 1.3rem;
  }
}

.atlwdg-trigger {
  z-index: 99998;
}
.atlwdg-trigger.atlwdg-TOP {
  left: 50% !important;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.donate-link {
  background: #2fb14a;
  padding: 10px 20px;
  border-radius: 8px;
  color: #fff;
}

#fade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 10001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}

#light {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFF;
  z-index: 10002;
  padding: 0;
  width: 90%;
  max-height: 90%;
  aspect-ratio: 16 / 9;
  @supports not (aspect-ratio: 1) {
    height: 90%;
    width: 90%;
    max-width: 1280px;
    max-height: 720px;
  }
}

#boxclose {
  cursor: pointer;
  color: #fff;
  border: 1px solid #AEAEAE;
  border-radius: 3px;
  background: #222222;
  font-size: 31px;
  font-weight: bold;
  line-height: 0px;
  padding: 11px 3px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 10003;
  opacity: 0.9;
}

.boxclose:before {
  content: "×";
}

#fade:hover ~ #boxclose {
  display:none;
}

.container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.show-lightbox {
  display: block !important;
}
