@font-face {
  font-family: 'Didot';
  src: url("../fonts/Didot-Bold.woff") format("woff");
  font-style: normal; }
@font-face {
  font-family: 'libre_caslon';
  src: url("../fonts/librecaslondisplay-regular-webfont.eot");
  src: url("../fonts/librecaslondisplay-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/librecaslondisplay-regular-webfont.woff2") format("woff2"), url("../fonts/librecaslondisplay-regular-webfont.woff") format("woff"), url("../fonts/librecaslondisplay-regular-webfont.ttf") format("truetype"), url("../fonts/librecaslondisplay-regular-webfont.svg#libre_caslon_displayregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'libre_caslon';
  src: url("../fonts/librecaslontext-italic-webfont.eot");
  src: url("../fonts/librecaslontext-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/librecaslontext-italic-webfont.woff2") format("woff2"), url("../fonts/librecaslontext-italic-webfont.woff") format("woff"), url("../fonts/librecaslontext-italic-webfont.ttf") format("truetype"), url("../fonts/librecaslontext-italic-webfont.svg#libre_caslon_textitalic") format("svg");
  font-weight: normal;
  font-style: italic; }
html:before {
  content: '';
  width: 100%;
  height: 100%;
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }

body {
  margin: 0;
  padding: 0;
  /*  Background fallback in case of IE8 & down, or in case video doens't load, such as with slower connections  */
  background: black;
  background-attachment: fixed;
  background-size: cover;
  background-position: center; }

/* The only rule that matters */
#video-background {
  /*  making the video fullscreen  */
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  min-height: 50%;
  min-width: 50%; }

.bg {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  z-index: -2; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 1.4vw;
  line-height: 1.6vw;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  background-color: black;
  margin: 0px;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
  color: #fff9c2;
  text-indent: 0;
  letter-spacing: .03em;
  min-height: 100vh;
  background-image: url(images/bg-green.gif); }

a {
  color: inherit;
  text-decoration: none;
  display: inline-block; }

a, p {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

a {
  margin-bottom: 0px; }

a:last-of-type {
  margin-bottom: 0; }

.col {
  float: left;
  width: 33.333%;
  padding: 1.2rem;
  font-size: 1.2em; }

.col-2 {
  width: 66.666%; }

p {
  max-width: 760px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: .02em;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif; }

.col-tech {
  margin-bottom: 10px; }
  .col-tech p {
    font-size: 11px;
    line-height: 1.9em; }
  .col-tech a {
    border-bottom: 1px solid transparent;
    margin-top: -1px; }
    .col-tech a:hover {
      border-bottom: 1px solid;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin-top: -1px; }
    .col-tech a strong {
      font-weight: 900; }

.col-mail {
  float: right;
  width: 300px; }
  .col-mail p {
    font-size: 14px;
    line-height: 1.9em; }

.col-link {
  margin-top: 0px;
  padding-left: 62px; }
  .col-link a {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    letter-spacing: .1em;
    text-transform: uppercase;
    display: block;
    margin-top: 0;
    margin-bottom: 0px;
    line-height: 28px; }
  .col-link a:hover {
    font-style: italic;
    font-weight: 400; }

.col-syn p {
  margin-top: 0; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.col-full {
  padding: 0 1rem;
  margin: 1rem 0; }

.trip {
  opacity: 0.5; }

h1 {
  font-family: 'Didot', sans-serif;
  font-weight: 400;
  line-height: 0.85em;
  font-size: 5.3vw;
  margin-top: 0;
  margin-bottom: 0.2em;
  letter-spacing: 0.07em;
  margin-left: -10px; }

h2 {
  font-size: 15px;
  letter-spacing: .2em;
  margin-bottom: 1em;
  margin-top: 0;
  font-weight: 400;
  text-transform: uppercase; }

h2 {
  font-size: 16px;
  letter-spacing: .2em;
  margin-bottom: 1em;
  margin-top: 0;
  font-weight: 400;
  text-transform: uppercase; }

h3 {
  font-size: 11px;
  letter-spacing: .2em;
  margin-bottom: 1em;
  margin-top: 0;
  font-weight: 400;
  text-transform: uppercase; }

.show-xs {
  display: none; }

.news-button {
  font-size: 16px;
  margin-left: 23px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  right: 174px;
  top: 40px; }
  .news-button:hover, .news-button:active {
    border-bottom: 1px solid black; }
  .news-button.active {
    margin-left: 0; }
  .news-button.active:hover {
    border-bottom: none; }

.news-box {
  display: none;
  margin-top: 69px; }
  .news-box h3 {
    margin-top: 1.5em; }
  .news-box h3:first-of-type {
    margin-top: 0; }
  .news-box a {
    text-decoration: none;
    display: inline-block;
    position: relative;
    max-width: 100%;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    .news-box a:hover {
      opacity: 0.6; }

.col-news {
  overflow-x: hidden;
  height: 200px;
  position: absolute;
  right: 0;
  top: 0; }

.col-news p {
  line-height: 1.4;
  font-size: 14px;
  margin-bottom: 1.8em; }

.col-mail.active {
  background-color: rgba(0, 0, 0, 0.05);
  height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
  z-index: 3;
  width: 456px;
  max-width: 30%; }
  .col-mail.active p {
    max-width: 100%; }

._pattern-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0.3;
  bottom: 0;
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/vegas/2.3.1/overlays/07.png);
  z-index: 1;
  height: 200vh; }

.nicescroll-cursors {
  position: relative;
  top: 449px;
  float: right;
  width: 6px;
  height: 129px;
  border: 0 !important;
  background-clip: padding-box;
  border-radius: 0 !important;
  opacity: 0.5; }

.col-tech p {
  margin-bottom: 0;
  margin-top: 0; }
.col-tech br {
  display: none; }

@media screen and (max-width: 1200px) {
  .header .col-top {
    width: 50%; }

  .col-syn p br {
    display: none; } }
.bg-mobile {
  display: none; }

@media screen and (max-width: 900px) {
  html {
    position: relative;
    font-size: 18px;
    line-height: 20px; }
    html:before {
      background-color: black;
      opacity: 0.5; }

  .col-syn p br {
    display: none; }

  .col-tech br {
    display: block; }

  .col-tech p {
    margin-bottom: 0em; }

  .bg-mobile {
    display: block;
    background-size: cover;
    height: 100%;
    width: 100%;
    background-position: center;
    position: absolute;
    background-attachment: fixed;
    z-index: -1;
    opacity: 0.8; }
    .bg-mobile ._pattern-overlay {
      opacity: 0.5; }

  body {
    overflow: auto;
    min-height: 100vh;
    background-image: url(images/bg-green-mobile.jpg) !important;
    background-size: cover;
    background-position: center; }

  .show-xs {
    display: block; }

  .hide-xs {
    display: none; }

  .xl {
    display: none; }

  h1 {
    font-size: 15vw; }

  h2 {
    margin-bottom: 3em;
    font-size: 15px; }

  .header, .footer {
    display: block; }

  ._pattern-overlay {
    height: 100%; }

  .col {
    padding: 0 0.8rem;
    margin: 1rem 0;
    width: 100% !important;
    float: none; }

  .col-link a {
    font-size: 14px; }

  .col-2 {
    float: none;
    width: 100%; }

  .footer, .header {
    display: block;
    position: static; }

  .col-mail {
    float: none;
    position: static;
    margin-top: 2em; }
    .col-mail a {
      text-align: left;
      margin-bottom: 1em; }
    .col-mail h2 {
      margin-bottom: 10px;
      font-size: 15px;
      border-bottom: 1px solid;
      display: inline-block;
      margin-bottom: 2em; }
    .col-mail p {
      margin-top: 10px; }

  p {
    margin-top: 3em;
    font-size: 14px;
    line-height: 1.9em; }

  .news-box a {
    margin-bottom: 0; }
  .news-box p {
    margin-bottom: 1em;
    margin-top: 0; }

  .news-button {
    margin-left: 0; }

  .col-mail.active {
    max-width: 100%;
    height: auto; }

  a, p, h2, h1 {
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    color: #a9cab1; }

  .col-news {
    height: auto; }

  .news-box {
    margin-top: 0; }

  .news-button {
    position: static; }

  .bg {
    display: none; } }
@media screen and (max-height: 500px) {
  h1 {
    font-size: 3em; }

  h2 {
    font-size: 16px; }

  p {
    max-width: 600px; } }

/*# sourceMappingURL=style.css.map */