@font-face {
  font-family: "nm";
  src: url("./../fonts/NeueMontreal-Regular.ttf") format("ttf"), url("./../fonts/NeueMontreal-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "nmb";
  src: url("./../fonts/NeueMontreal-Bold.ttf") format("ttf"), url("./../fonts/NeueMontreal-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background: #000;
  font-family: "nm";
  color: #F4E608;
  font-size: 10px; }

strong {
  font-family: "nmb";
  font-weight: normal; }

p {
  font-size: 1.2em;
  line-height: 1.5em;
  margin-bottom: 16px; }
  p strong {
    font-weight: bold; }
  p a {
    color: #F4E608;
    text-transform: underline; }
    p a:hover {
      text-decoration: none; }

.wrapper-all, .wrapper-cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex;
  -ms-flex-align: flex;
  align-items: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100vw;
  height: 100vh; }
  .wrapper-all .container, .wrapper-cnt .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.line {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

#blurbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 7.5vw;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  #blurbs .col {
    width: calc(33vw - 8px); }
    #blurbs .col:first-child {
      margin-right: 16px; }

#videos {
  -ms-flex-item-align: end;
  align-self: flex-end; }
  #videos .col {
    width: calc(50vw - 8px);
    overflow: hidden;
    height: 45vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #videos .col:first-child {
      margin-right: 16px; }
    #videos .col .wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    #videos .col a {
      background-color: #F4E608;
      padding: 1.5em 2em 1.7em;
      text-decoration: none;
      color: #000;
      position: absolute;
      z-index: 999; }
      #videos .col a:hover {
        text-decoration: underline; }
      #videos .col a::before {
        content: '';
        background: url("./../img/ico-play-bl.svg") center center no-repeat;
        background-size: 10px;
        display: inline-block;
        width: 10px;
        height: 11px;
        margin-right: 8px;
        margin-top: 2px;
        position: relative;
        top: 1px; }
    #videos .col .video a {
      display: none; }
    #videos .col .video.lightbox {
      position: absolute;
      left: 0;
      top: 0;
      background: #000;
      width: 100vw;
      height: 100vh;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      z-index: 99999; }
      #videos .col .video.lightbox a {
        background-color: #F4E608;
        padding: 1.5em 2em 1.7em;
        text-decoration: none;
        color: #000;
        position: absolute;
        display: block;
        top: 8px;
        opacity: 0; }
        #videos .col .video.lightbox a:hover {
          text-decoration: underline;
          opacity: 1; }
        #videos .col .video.lightbox a::before {
          content: '';
          background: url("./../img/ico-close-bl.svg") center center no-repeat;
          background-size: 10px;
          display: inline-block;
          width: 10px;
          height: 11px;
          margin-right: 8px;
          margin-top: 2px;
          position: relative;
          top: 1px; }
      #videos .col .video.lightbox video {
        width: calc(100vw - 16px);
        height: auto; }
  #videos video {
    height: 55vh; }

#subscribe {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  #subscribe form {
    font-size: 1.2em;
    background: black;
    padding: 18px 36px;
    text-align: center; }
  #subscribe .email {
    border: none;
    background: none;
    color: white;
    text-align: center; }
    #subscribe .email::-webkit-input-placeholder {
      color: white; }
    #subscribe .email:-ms-input-placeholder {
      color: white; }
    #subscribe .email::-ms-input-placeholder {
      color: white; }
    #subscribe .email::placeholder {
      color: white; }
    #subscribe .email:focus {
      outline: none; }
  #subscribe .button {
    color: black;
    background-color: #F4E608;
    border: none;
    padding: 8px; }
    #subscribe .button:focus {
      outline: none; }

.logo {
  width: 17.5em;
  margin: 5vw 0; }

@media all and (max-width: 700px) {
  * {
    font-size: 11px !important; }
  #blurbs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #blurbs .col {
    min-width: 100%; }
    #blurbs .col:first-child {
      margin-right: 0; }
  #videos .col {
    height: 28vh; }
    #videos .col video {
      height: 28vh; }
  .logo {
    width: 12em;
    margin: 5vh 0 5vh; }
  #subscribe {
    position: static;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }
