body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

/* oswald-700 - latin */
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/oswald-v48-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/oswald-v48-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/oswald-v48-latin-700.woff2") format("woff2"), url("../fonts/oswald-v48-latin-700.woff") format("woff"), url("../fonts/oswald-v48-latin-700.ttf") format("truetype"), url("../fonts/oswald-v48-latin-700.svg#Oswald") format("svg");
  /* Legacy iOS */
}
.video-background,
.overlay {
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.video-background video,
.overlay video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 56.25vw;
  /* 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* 16/9*100 = 177.77 */
}
.video-background video,
.overlay video {
  display: block;
}
.video-background video.hidden,
.overlay video.hidden {
  display: none;
}

.video-background {
  background: url("../img/website_bg.jpg") no-repeat 50% fixed;
  background-size: cover;
}

.overlay {
  z-index: 1;
  background: linear-gradient(90deg, rgba(17, 14, 23, 0.5) 0%, rgba(17, 14, 23, 0) 100%);
}

.layout {
  display: flex;
  justify-content: space-between;
  z-index: 2;
  position: fixed;
  left: 50px;
  top: 50px;
  right: 50px;
  bottom: 50px;
}

body, html {
  background: #110E17;
}

.content {
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 620px;
}
.content .logo-holder img {
  display: none;
}
.content .logo-holder.svg-logo img {
  display: block;
}
.content .logo-holder.svg-logo video {
  display: none;
}
.content .logo {
  width: 100%;
  max-width: 80px;
  position: fixed;
  mix-blend-mode: screen;
}
.content .text {
  margin-top: 137px;
  margin-left: 130px;
  position: relative;
  z-index: 2;
}
.content .text h1, .content .text p {
  font-family: "Oswald", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 66px;
  text-transform: uppercase;
  color: #fff;
}
.content .text h1 {
  margin-bottom: 50px;
}
.content .text h2 {
  font-family: "Oswald", sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 25px;
}
.content .text p {
  max-width: 440px;
}
.content .text a {
  -webkit-text-stroke: 1px #fff;
  -webkit-text-fill-color: transparent;
}
.content .text a:hover {
  -webkit-text-stroke: 0px transparent;
  -webkit-text-fill-color: #fff;
  opacity: 0.5;
}

footer {
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 2;
}
footer .lists {
  display: flex;
  align-items: center;
}
footer .lists li:first-child {
  margin-left: 0;
}
footer .lists li:last-child {
  margin-right: 0;
}
footer .links {
  display: flex;
  margin-right: 80px;
}
footer .links li {
  margin: 0 15px;
}
footer .links a {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
footer .links a:hover {
  opacity: 0.75;
}
footer .socials {
  display: flex;
}
footer .socials li {
  max-height: 28px;
  margin: 0 20px;
}
footer .socials svg {
  fill: #fff;
}
footer .socials a:hover {
  opacity: 0.75;
}

body.sub .layout {
  flex-direction: column;
  position: absolute;
  bottom: auto;
}
body.sub footer {
  margin: 50px 0;
  margin-left: 130px;
}
body.sub footer .lists {
  flex-direction: column;
  align-items: flex-start;
}
body.sub footer .lists .socials {
  order: 1;
  margin: 0;
  margin-bottom: 30px;
}
body.sub footer .lists .links {
  order: 2;
  margin: 0;
}
body.sub .overlay {
  background: linear-gradient(90deg, rgba(17, 14, 23, 0.9) 20%, rgba(17, 14, 23, 0) 100%);
}
body.sub .content {
  max-width: 960px;
}
body.sub .content .text p {
  font-family: Calibri, Segoe, "Segoe UI", -apple-system, Arial, sans-serif;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
  margin-bottom: 20px;
  text-transform: unset;
  max-width: 100%;
  font-weight: 400;
}
body.sub .content .text p.intro {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
}
body.sub .content .text p strong {
  color: #fff;
}
body.sub .content .text p a {
  color: #fff;
  text-decoration: underline;
  -webkit-text-stroke: 0px transparent;
  -webkit-text-fill-color: #fff;
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -webkit-hyphens: auto;
  hyphens: auto;
}
body.sub .content .text p a:hover {
  opacity: 0.75;
}
body.sub .content .text p .code {
  font-size: 18px;
  font-family: "Monaco", "Andale Mono", "Consolas", "Lucida Console", monospace;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 2px 4px;
  border-radius: 2px;
}
body.sub .content .text ul {
  font-family: Calibri, Segoe, "Segoe UI", -apple-system, Arial, sans-serif;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
  margin-bottom: 20px;
  text-transform: unset;
  max-width: 100%;
  font-weight: 400;
  list-style: disc;
  list-style-position: outside;
  padding-left: 20px;
}
body.sub .content .text ul.gap-list li {
  margin-bottom: 20px;
}
body.sub .content .text ul li strong {
  color: #fff;
}
body.sub .content .text .column-container {
  display: flex;
  margin-bottom: 50px;
}
body.sub .content .text .column-container .column {
  width: 100%;
  margin-right: 30px;
}
body.sub .content .text .column-container .column.fit {
  flex-basis: 50%;
}
body.sub .content .text .column-container .column a {
  color: #fff;
  text-decoration: underline;
}
body.sub .content .text .column-container .column a:hover {
  opacity: 0.75;
}
body.sub .content .text .column-container .column p:last-child {
  margin: 0;
}
body.sub .content .text .column-container .column:last-child {
  margin: 0;
}
@media screen and (max-width: 940px) {
  body.sub .content .column-container .column {
    margin-bottom: 20px;
  }
}

@media (max-width: 1350px), (max-height: 880px) {
  .layout {
    flex-direction: column;
    position: absolute;
    bottom: auto;
  }

  footer {
    margin: 50px 0;
    margin-left: 130px;
  }
  footer .lists {
    flex-direction: column;
    align-items: flex-start;
  }
  footer .lists .socials {
    order: 1;
    margin: 0;
    margin-bottom: 30px;
  }
  footer .lists .links {
    order: 2;
    margin: 0;
  }
}
@media (max-width: 740px) {
  .layout {
    left: 30px;
    top: 30px;
    right: 30px;
  }

  .content {
    flex-direction: column;
  }
  .content .logo {
    max-width: 70px;
    position: static;
  }
  .content .text {
    margin-top: 50px;
    margin-left: 0;
  }
  .content .text h1, .content .text p {
    font-size: 46px;
    line-height: 56px;
    max-width: 100%;
  }

  footer {
    margin-left: 0;
  }

  body.sub .overlay {
    background: rgba(17, 14, 23, 0.9);
  }
  body.sub .column-container {
    flex-direction: column;
  }
  body.sub .column-container .column {
    margin-bottom: 50px;
  }
  body.sub footer {
    margin-left: 0;
  }
}