/* Mixins & Vars */
/* Base */
html,
body {
  height: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  font-weight: 300;
  -ms-overflow-style: scrollbar;
  background-color: #000;
}
body.disabled-scroll {
  overflow: hidden;
}
*:focus,
a:focus {
  outline: none !important;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 1;
  padding: 0;
  margin: 0;
}
a:link {
  text-decoration: none;
}
select::-ms-expand {
  display: none !important;
}
::-ms-expand {
  display: none !important;
}
code {
  display: block;
  padding: 10px 0;
  border-top: 1px solid #c7254e;
  border-radius: 0;
  padding-left: 40px;
  background-color: #fff;
}
.ux {
  padding: 20px;
  position: relative;
}
.ux.fh {
  height: 100vh;
}
/* Modules */
.m-logo {
  display: inline-block;
}
.m-logo__link {
  display: block;
}
.m-logo__link:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e900';
  font-size: 40px;
  color: #fff;
}
@media (max-width: 1279px) {
  .m-logo__link:after {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .m-logo__link:after {
    font-size: 30px;
  }
}
@media (max-width: 539px) {
  .m-logo__link:after {
    font-size: 24px;
  }
}
.m-nav {
  width: 100%;
}
.m-nav__content {
  font-size: 0;
  position: relative;
  height: 120px;
  display: block;
}
.m-nav__wrap-logo {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.m-nav__wrap-list {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
}
.m-nav__text {
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  color: #fff;
  letter-spacing: -0.5px;
  line-height: 60px;
  display: inline-block;
  vertical-align: top;
}
.m-nav__link {
  display: block;
  transition: all 0.5s;
  padding: 0 15px;
}
.m-nav__list {
  margin: 0 -15px;
}
.m-nav__list:hover .m-nav__item:not(:hover),
.m-nav__list:focus .m-nav__item:not(:hover) {
  opacity: 0.4;
}
.m-nav__item {
  transition: all 0.5s;
  display: inline-block;
}
@media (max-width: 1023px) {
  .m-nav__wrap-list {
    display: none;
  }
  .m-nav__wrap-logo {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .m-nav__content {
    height: 80px;
  }
}
@media (max-width: 539px) {
  .m-nav__content {
    height: 60px;
  }
}
.m-btn-link {
  display: block;
}
.m-btn-link__content {
  position: relative;
  border-radius: 4px;
  border: 1px solid #fff;
  text-align: center;
  transition: all 0.5s;
}
.m-btn-link__text {
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  color: #fff;
  display: inline-block;
  line-height: 40px;
  transition: all 0.5s;
  letter-spacing: -0.5px;
}
.m-btn-link:hover .m-btn-link__content,
.m-btn-link:focus .m-btn-link__content {
  background-color: #fff;
}
.m-btn-link:hover .m-btn-link__text,
.m-btn-link:focus .m-btn-link__text {
  color: #000;
}
@media (max-width: 539px) {
  .m-btn-link__text {
    font-size: 16px;
    line-height: 36px;
  }
}
.m-hero-text__title {
  font-size: 90px;
  font-weight: 900;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  letter-spacing: -3px;
  line-height: 1;
}
.m-hero-text__subtitle {
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-weight: 300;
  font-size: 30px;
  line-height: 50px;
  opacity: 0.9;
}
.m-hero-text__list {
  font-size: 0;
  margin: 0 -10px;
}
.m-hero-text__item {
  display: inline-block;
  vertical-align: middle;
  width: 170px;
  padding: 0 10px;
}
.m-hero-text__wrap-btn {
  padding: 20px 0;
}
@media (max-width: 1919px) {
  .m-hero-text__title {
    font-size: 80px;
  }
  .m-hero-text__subtitle {
    font-size: 28px;
  }
}
@media (max-width: 1279px) {
  .m-hero-text__title {
    font-size: 68px;
  }
  .m-hero-text__subtitle {
    font-size: 26px;
  }
}
@media (max-width: 1023px) {
  .m-hero-text__content {
    text-align: center;
  }
  .m-hero-text__title {
    font-size: 60px;
  }
  .m-hero-text__subtitle {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .m-hero-text__title {
    font-size: 50px;
  }
  .m-hero-text__subtitle {
    font-size: 22px;
  }
}
@media (max-width: 539px) {
  .m-hero-text__title {
    font-size: 40px;
    letter-spacing: -2px;
  }
  .m-hero-text__title br {
    display: none;
  }
  .m-hero-text__subtitle {
    font-size: 20px;
    line-height: 1.2;
    padding-bottom: 10px;
  }
  .m-hero-text__item {
    width: 140px;
  }
}
.m-about-text__content {
  text-align: center;
  max-width: 1132px;
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
}
.m-about-text__content:after,
.m-about-text__content:before {
  content: '';
  display: block;
  width: 200px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: calc(50% - 100px);
}
.m-about-text__content:after {
  top: 0;
}
.m-about-text__content:before {
  bottom: 0;
}
.m-about-text__text {
  font-size: 46px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #fff;
  opacity: 0.9;
  line-height: 1.2;
  letter-spacing: -1px;
}
@media (max-width: 1919px) {
  .m-about-text__content {
    max-width: 1000px;
  }
  .m-about-text__text {
    font-size: 40px;
  }
}
@media (max-width: 1439px) {
  .m-about-text__content {
    max-width: 890px;
  }
  .m-about-text__text {
    font-size: 36px;
  }
}
@media (max-width: 1279px) {
  .m-about-text__content {
    max-width: 700px;
  }
  .m-about-text__text {
    font-size: 30px;
  }
}
@media (max-width: 1023px) {
  .m-about-text__content {
    max-width: 600px;
  }
  .m-about-text__text {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .m-about-text__content {
    max-width: 440px;
  }
  .m-about-text__text {
    font-size: 24px;
  }
}
@media (max-width: 539px) {
  .m-about-text__content {
    max-width: 280px;
  }
  .m-about-text__text {
    font-size: 22px;
  }
}
.m-yt-text__title,
.m-usage-policy-text__title {
  font-size: 90px;
  font-weight: 900;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  letter-spacing: -3px;
  line-height: 1;
  padding: 30px 0;
}
.m-yt-text__subtitle,
.m-usage-policy-text__subtitle {
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-weight: 300;
  font-size: 30px;
  line-height: 1.2;
  opacity: 0.9;
}
.m-yt-text__content,
.m-usage-policy-text__content {
  text-align: center;
  max-width: 1074px;
  margin: 0 auto;
}
.m-yt-text__wrap-btn,
.m-usage-policy-text__wrap-btn {
  padding: 20px 0;
  max-width: 150px;
  margin: 0 auto;
}
@media (max-width: 1919px) {
  .m-yt-text__content,
  .m-usage-policy-text__content {
    max-width: 1000px;
  }
  .m-yt-text__title,
  .m-usage-policy-text__title {
    font-size: 80px;
  }
  .m-yt-text__subtitle,
  .m-usage-policy-text__subtitle {
    font-size: 28px;
  }
}
@media (max-width: 1279px) {
  .m-yt-text__content,
  .m-usage-policy-text__content {
    max-width: 760px;
  }
  .m-yt-text__title,
  .m-usage-policy-text__title {
    font-size: 68px;
  }
  .m-yt-text__subtitle,
  .m-usage-policy-text__subtitle {
    font-size: 26px;
  }
}
@media (max-width: 1023px) {
  .m-yt-text__content,
  .m-usage-policy-text__content {
    max-width: 600px;
  }
  .m-yt-text__title,
  .m-usage-policy-text__title {
    font-size: 60px;
  }
  .m-yt-text__subtitle,
  .m-usage-policy-text__subtitle {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .m-yt-text__content,
  .m-usage-policy-text__content {
    max-width: 440px;
  }
  .m-yt-text__title,
  .m-usage-policy-text__title {
    font-size: 50px;
    padding: 20px 0;
  }
  .m-yt-text__subtitle,
  .m-usage-policy-text__subtitle {
    font-size: 22px;
  }
}
@media (max-width: 539px) {
  .m-yt-text__content,
  .m-usage-policy-text__content {
    max-width: 260px;
  }
  .m-yt-text__title,
  .m-usage-policy-text__title {
    font-size: 40px;
    letter-spacing: -2px;
    padding: 10px 0;
  }
  .m-yt-text__subtitle,
  .m-usage-policy-text__subtitle {
    font-size: 20px;
  }
}
.m-contact-block__title {
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-weight: 300;
  font-size: 30px;
  line-height: 1.2;
  opacity: 0.9;
}
.m-contact-block__text {
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.3;
  opacity: 0.9;
}
.m-contact-block__content {
  text-align: center;
  border: 1px solid #fff;
  border-color: #00aeff;
  padding: 30px 40px;
  border-radius: 4px;
  transition: all 0.2s;
}
.m-contact-block__wrap-btn {
  max-width: 150px;
  margin: 0 auto;
}
.m-contact-block__wrap-title {
  min-height: 100px;
  padding-bottom: 30px;
}
.m-contact-block__wrap-text {
  min-height: 110px;
}
.m-contact-block__wrap-btn {
  padding-top: 30px;
}
.m-contact-block:hover .m-contact-block__content,
.m-contact-block:focus .m-contact-block__content {
  transform: scale(1.04);
  border-color: #ffc168;
}
@media (max-width: 1919px) {
  .m-contact-block__content {
    padding: 30px;
  }
  .m-contact-block__title {
    font-size: 28px;
  }
  .m-contact-block__text {
    font-size: 18px;
  }
}
.m-contact__title {
  font-size: 90px;
  font-weight: 900;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  letter-spacing: -3px;
  line-height: 1;
  padding: 40px 0;
}
.m-contact__content {
  max-width: 1340px;
  margin: 0 auto;
  padding: 40px 0 100px 0;
}
.m-contact__wrap-title {
  text-align: center;
}
.m-contact__wrap-list {
  padding: 40px 0;
}
.m-contact__list {
  font-size: 0;
  margin: -20px;
}
.m-contact__list:hover .m-contact__item:not(:hover),
.m-contact__list:focus .m-contact__item:not(:hover) {
  opacity: 0.3;
}
.m-contact__item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 20px;
  transition: all 0.3s;
}
@media (max-width: 1919px) {
  .m-contact__title {
    font-size: 80px;
  }
}
@media (max-width: 1279px) {
  .m-contact__title {
    font-size: 68px;
  }
  .m-contact__item {
    width: 50%;
  }
  .m-contact__content {
    max-width: 620px;
  }
}
@media (max-width: 1023px) {
  .m-contact__title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .m-contact__title {
    font-size: 50px;
  }
  .m-contact__item {
    width: 100%;
  }
  .m-contact__content {
    max-width: 300px;
  }
}
@media (max-width: 539px) {
  .m-contact__title {
    font-size: 40px;
    letter-spacing: -2px;
  }
}
.m-footer__content {
  text-align: right;
  padding: 50px 0;
}
.m-footer__text {
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  color: #fff;
  opacity: 0.5;
  line-height: 20px;
}
@media (max-width: 1919px) {
  .m-footer__text {
    font-size: 16px;
  }
}
@media (max-width: 1279px) {
  .m-footer__content {
    text-align: center;
  }
}
.m-hero-img {
  width: 100%;
  height: 100%;
}
.m-hero-img__wrapper,
.m-hero-img__content {
  width: 100%;
  height: 100%;
}
.m-hero-img__content {
  position: relative;
}
.m-hero-img__wrap-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.m-hero-img__img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.m-hero-img__wrap-content {
  position: absolute;
  z-index: 1;
}
.m-hero-img--intro .m-hero-img__img {
  background-image: url("../img/bg1.jpg");
}
.m-hero-img--about .m-hero-img__img {
  background-image: url("../img/bg2.jpg");
}
.m-hero-img--youtube .m-hero-img__img {
  background-image: url("../img/bg3.jpg");
}
.m-hero-img--usage-policy .m-hero-img__img {
  background-image: url("../img/bg4.jpg");
}
.m-hero-img--hero-text .m-hero-img__wrap-content {
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
}
.m-hero-img--center-text .m-hero-img__wrap-content {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
@media (max-width: 1919px) {
  .m-hero-img--hero-text .m-hero-img__wrap-content {
    left: 70px;
  }
}
@media (max-width: 1439px) {
  .m-hero-img--hero-text .m-hero-img__wrap-content {
    left: 50px;
  }
}
@media (max-width: 1023px) {
  .m-hero-img--hero-text .m-hero-img__wrap-content {
    width: 100%;
    left: 0px;
    overflow: hidden;
  }
}
@media (max-width: 539px) {
  .m-hero-img--hero-text .m-hero-img__wrap-content {
    padding: 0 20px;
  }
}
.m-full-usage-policy__content {
  max-width: 700px;
  margin: 0 auto;
  padding: 200px 0 80px 0;
}
.m-full-usage-policy__title {
  font-size: 90px;
  font-weight: 900;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  letter-spacing: -3px;
  line-height: 1;
  padding: 10px 0;
}
.m-full-usage-policy__subtitle {
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-weight: 300;
  font-size: 30px;
  line-height: 1.3;
  opacity: 0.9;
}
.m-full-usage-policy__head {
  text-align: center;
  padding: 30px 0;
}
.m-full-usage-policy__question {
  font-size: 26px;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-weight: 300;
  line-height: 1.5;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding: 11.5px 0;
  display: inline-block;
  margin-top: 50px;
  letter-spacing: -0.5px;
}
.m-full-usage-policy__text {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #fff;
  line-height: 1.6;
  letter-spacing: -0.4px;
  padding: 10px 80px 10px 40px;
  opacity: 0.8;
}
.m-full-usage-policy__cover-img {
  max-width: 518px;
  margin-left: 40px;
}
.m-full-usage-policy__wrap-img {
  padding-top: 25.482625482625483%;
  position: relative;
}
.m-full-usage-policy__img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/HowToCredit.PNG");
}
.m-full-usage-policy strong {
  font-weight: 700;
}
.m-full-usage-policy a {
  color: #00aeff;
}
.m-full-usage-policy a:hover,
.m-full-usage-policy a:focus {
  color: #ffc168;
  text-decoration: underline;
}
@media (max-width: 1023px) {
  .m-full-usage-policy__title {
    font-size: 70px;
  }
  .m-full-usage-policy__subtitle {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .m-full-usage-policy__text {
    padding: 10px 40px 10px 40px;
  }
}
@media (max-width: 539px) {
  .m-full-usage-policy__content {
    padding: 140px 0 80px 0;
  }
  .m-full-usage-policy__title {
    font-size: 50px;
  }
  .m-full-usage-policy__subtitle {
    font-size: 28px;
  }
  .m-full-usage-policy__question {
    font-size: 20px;
  }
  .m-full-usage-policy__text {
    padding-right: 0;
    font-size: 16px;
  }
}
/* Sections */
.main-container {
  height: 100%;
}
.wrap {
  width: 100%;
  padding: 0 100px;
}
.wrap.full {
  padding: 0;
}
@media (max-width: 1919px) {
  .wrap {
    padding: 0 70px;
  }
}
@media (max-width: 1439px) {
  .wrap {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .wrap {
    padding: 0 40px;
  }
}
@media (max-width: 539px) {
  .wrap {
    padding: 0 20px;
  }
}
.content {
  width: 100%;
}
.nav {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(12,12,12,0.2);
}
.intro,
.about,
.youtube,
.usagepolicy {
  height: 100%;
}
.footer {
  background-color: #0c0c0c;
}
