@font-face {
  font-family: "HelveticaNeueLight";
  src: url("fonts/HelveticaNeueLight.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeue-Roman";
  src: url("fonts/HelveticaNeue-Roman.otf");
  font-weight: normal;
  font-style: normal;
}
/* CSS Document */
/*------------------------------------*\
RESET
\*------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
section, article, aside, footer, header, hgroup, nav, .h6, .h5, .h4, .h3, .h2, .h1 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html body {
  line-height: 1;
}
html ol, html ul {
  list-style: none;
}
html blockquote, html q {
  quotes: none;
}
html blockquote:before, html blockquote:after,
html q:before, html q:after {
  content: "";
  content: none;
}
html ins {
  text-decoration: none;
}
html del {
  text-decoration: line-through;
}
html table {
  border-collapse: collapse;
  border-spacing: 0;
}
html a {
  transition: 0.2s ease-in-out;
  color: inherit;
  text-decoration: none;
}
html a:hover {
  text-decoration: none;
}
html ul {
  margin: 0;
}
html strong {
  font-weight: bold;
}
html b {
  font-weight: bold;
}
html i {
  font-style: italic;
}
html button {
  border: none;
  background: none;
}
html textarea {
  resize: none;
}
html input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
}
html div::-webkit-scrollbar {
  width: 0 !important;
}
html div {
  overflow: -moz-scrollbars-none;
}
html div {
  -ms-overflow-style: none;
}
html button:focus {
  outline: none;
}
html input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
html input:focus, html input[type=checkbox]:focus {
  outline: none;
}
html textarea:focus {
  outline: none;
}
html select:focus {
  outline: none;
}

strong {
  font-weight: 700;
}

body {
  font-family: "HelveticaNeueLight";
  font-size: 20px;
  color: #fff;
  background: #000;
}
body.no-overflow, body.no-scroll {
  overflow: hidden !important;
}
body p {
  line-height: 1.6;
}

a {
  cursor: pointer;
}

h1 {
  font-family: "HelveticaNeue-Roman";
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}

.hero {
  position: relative;
  min-height: 100vh;
  padding-top: 40vh;
  text-align: center;
  padding-bottom: 15vh;
  display: flex;
  align-items: stretch;
  overflow-x: hidden;
}
.hero .container {
  position: relative;
  display: flex;
  justify-content: center;
  align-content: space-between;
  flex-wrap: wrap;
  z-index: 2;
}
.hero .container h1 {
  color: #fff;
}
.hero .container img {
  width: 660px;
  max-width: 90%;
}
.hero .container h1, .hero .container p {
  width: 100%;
}
.hero .video_container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 150vw;
  z-index: 1;
}

.grecaptcha-badge {
  display: none !important;
}

@media (max-width: 576px) {
  .container {
    max-width: 100%;
  }
}
@media (max-aspect-ratio: 3/2) {
  .hero .video_container {
    min-width: 355.5555555556vw;
  }
}