/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
* {
  margin: 0;
  padding: 0;
  font-size: 100%; }

html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Removes default margin.
 */
body {
  margin: 0;
  background-color: #fff; }

html, body {
  width: 100%;
  height: 100%; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em; }

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'Maison Neue';
  src: url("../fonts/MaisonNeue-Demi.woff2") format("woff2"), url("../fonts/MaisonNeue-Demi.woff") format("woff"), url("../fonts/MaisonNeue-Demi.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Maison Neue';
  src: url("../fonts/MaisonNeue-Medium.woff2") format("woff2"), url("../fonts/MaisonNeue-Medium.woff") format("woff"), url("../fonts/MaisonNeue-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Maison Neue';
  src: url("../fonts/MaisonNeue-Bold.woff2") format("woff2"), url("../fonts/MaisonNeue-Bold.woff") format("woff"), url("../fonts/MaisonNeue-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body, html {
  height: 100%;
  min-height: 100%; }

main {
  width: 100%;
  max-width: 100%;
  overflow: hidden; }

body {
  padding: 0;
  font-family: "Maison Neue", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.18px;
  color: #fff;
  background: #060516;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

input, button, a {
  outline: none; }

input[type="search"] {
  box-sizing: border-box !important; }

img {
  max-width: 100%;
  min-height: 1px; }

a {
  text-decoration: none;
  outline: none !important;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out; }
  a:hover, a:focus, a:active {
    text-decoration: none; }

ul li {
  list-style-type: none; }

/* Basic typography style for text*/
html {
  font-size: 18px; }

p {
  font-size: 0.77rem;
  letter-spacing: -0.18px;
  font-weight: 500;
  line-height: 1.55; }
  p:last-of-type {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    p {
      font-size: 0.89rem; } }
  @media (min-width: 1025px) {
    p {
      font-size: 1rem; } }

@keyframes move-on-hover {
  0%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  25%, 75% {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px); }
  50% {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px); } }
@keyframes move-on-hover-up {
  0%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  25%, 75% {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px); }
  50% {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px); } }
@keyframes move-on-hover-left {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  25%, 75% {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px); }
  50% {
    -webkit-transform: translateX(2px);
    -ms-transform: translateX(2px);
    transform: translateX(2px); } }
@keyframes move-on-hover-right {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  25%, 75% {
    -webkit-transform: translateX(-3px);
    -ms-transform: translateX(-3px);
    transform: translateX(-3px); }
  50% {
    -webkit-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px); } }
@keyframes expand-on-hover {
  0%, 100% {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); }
  25%, 75% {
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05); }
  50% {
    -webkit-transform: scale(0.95, 0.95);
    -ms-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95); } }
@keyframes grow-on-hover {
  0%, 100% {
    transform: scale(1, 1) translate3d(0, 0, 0); }
  25%, 75% {
    transform: scale(1.1, 1) translate3d(0, 0, 0); }
  50% {
    transform: scale(0.9, 1) translate3d(0, 0, 0); } }
.show-in-mob {
  display: block !important; }
  @media (min-width: 1025px) {
    .show-in-mob {
      display: none !important; } }

.hide-in-mob {
  display: none !important; }
  @media (min-width: 1025px) {
    .hide-in-mob {
      display: block !important; } }

.main-container {
  width: 100%;
  max-width: 1280px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto; }

.container__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

[class*='col-'] {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 1px; }

.col-1 {
  width: 8.3333%;
  max-width: 8.3333%; }

.col-2 {
  width: 16.6666%;
  max-width: 16.6666%; }

.col-3 {
  width: 25%;
  max-width: 25%; }

.col-4 {
  width: 33.3333%;
  max-width: 33.3333%; }

.col-5 {
  width: 41.6666%;
  max-width: 41.6666%; }

.col-6 {
  width: 50%;
  max-width: 50%; }

.col-7 {
  width: 58.3333%;
  max-width: 58.3333%; }

.col-8 {
  width: 66.6666%;
  max-width: 66.6666%; }

.col-9 {
  width: 75%;
  max-width: 75%; }

.col-10 {
  width: 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  width: 91.6666%;
  max-width: 91.6666%; }

.col-12 {
  width: 100%;
  max-width: 100%; }

.col-offset-0 {
  margin-left: 0; }

.col-offset-1 {
  margin-left: 8.33%; }

.col-offset-2 {
  margin-left: 16.66%; }

.col-offset-3 {
  margin-left: 25%; }

.col-offset-4 {
  margin-left: 33.33%; }

.col-offset-5 {
  margin-left: 41.66%; }

.col-offset-6 {
  margin-left: 50%; }

.col-offset-7 {
  margin-left: 58.33%; }

.col-offset-8 {
  margin-left: 66.66%; }

.col-offset-9 {
  margin-left: 75%; }

.col-offset-10 {
  margin-left: 83.33%; }

.col-offset-11 {
  margin-left: 91.66%; }

.col-offset-12 {
  margin-left: 100%; }

.order-0 {
  -webkit-box-ordinal-group: 0;
  -moz-box-ordinal-group: 0;
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 4;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 5;
  -moz-box-ordinal-group: 5;
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 6;
  -moz-box-ordinal-group: 6;
  -ms-flex-order: 6;
  -webkit-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 7;
  -moz-box-ordinal-group: 7;
  -ms-flex-order: 7;
  -webkit-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 8;
  -moz-box-ordinal-group: 8;
  -ms-flex-order: 8;
  -webkit-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 9;
  -moz-box-ordinal-group: 9;
  -ms-flex-order: 9;
  -webkit-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1; }

.order-11 {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1; }

.order-12 {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1; }

@media screen and (min-width: 576px) {
  .col-sm-1 {
    width: 8.3333%;
    max-width: 8.3333%; }

  .col-sm-2 {
    width: 16.66%;
    max-width: 16.66%; }

  .col-sm-3 {
    width: 25%;
    max-width: 25%; }

  .col-sm-4 {
    width: 33.3333%;
    max-width: 33.3333%; }

  .col-sm-5 {
    width: 41.66%;
    max-width: 41.66%; }

  .col-sm-6 {
    width: 50%;
    max-width: 50%; }

  .col-sm-7 {
    width: 58.3333%;
    max-width: 58.3333%; }

  .col-sm-8 {
    width: 66.66%;
    max-width: 66.66%; }

  .col-sm-9 {
    width: 75%;
    max-width: 75%; }

  .col-sm-10 {
    width: 83.3333%;
    max-width: 83.3333%; }

  .col-sm-11 {
    width: 91.66%;
    max-width: 91.66%; }

  .col-sm-12 {
    width: 100%;
    max-width: 100%; }

  .col-offset-sm-0 {
    margin-left: 0; }

  .col-offset-sm-1 {
    margin-left: 8.33%; }

  .col-offset-sm-2 {
    margin-left: 16.66%; }

  .col-offset-sm-3 {
    margin-left: 25%; }

  .col-offset-sm-4 {
    margin-left: 33.33%; }

  .col-offset-sm-5 {
    margin-left: 41.66%; }

  .col-offset-sm-6 {
    margin-left: 50%; }

  .col-offset-sm-7 {
    margin-left: 58.33%; }

  .col-offset-sm-8 {
    margin-left: 66.66%; }

  .col-offset-sm-9 {
    margin-left: 75%; }

  .col-offset-sm-10 {
    margin-left: 83.33%; }

  .col-offset-sm-11 {
    margin-left: 91.66%; }

  .col-offset-sm-12 {
    margin-left: 100%; }

  .order-sm-0 {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0; }

  .order-sm-1 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }

  .order-sm-2 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }

  .order-sm-3 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }

  .order-sm-4 {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4; }

  .order-sm-5 {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5; }

  .order-sm-6 {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6; }

  .order-sm-7 {
    -webkit-box-ordinal-group: 7;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7; }

  .order-sm-8 {
    -webkit-box-ordinal-group: 8;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8; }

  .order-sm-9 {
    -webkit-box-ordinal-group: 9;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9; }

  .order-sm-10 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }

  .order-sm-11 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }

  .order-sm-12 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; } }
@media screen and (min-width: 768px) {
  .col-md-1 {
    width: 8.33%;
    max-width: 8.33%; }

  .col-md-2 {
    width: 16.66%;
    max-width: 16.66%; }

  .col-md-3 {
    width: 25%;
    max-width: 25%; }

  .col-md-4 {
    width: 33.33%;
    max-width: 33.33%; }

  .col-md-5 {
    width: 41.66%;
    max-width: 41.66%; }

  .col-md-6 {
    width: 50%;
    max-width: 50%; }

  .col-md-7 {
    width: 58.33%;
    max-width: 58.33%; }

  .col-md-8 {
    width: 66.66%;
    max-width: 66.66%; }

  .col-md-9 {
    width: 75%;
    max-width: 75%; }

  .col-md-10 {
    width: 83.33%;
    max-width: 83.33%; }

  .col-md-11 {
    width: 91.66%;
    max-width: 91.66%; }

  .col-md-12 {
    width: 100%;
    max-width: 100%; }

  .col-offset-md-0 {
    margin-left: 0; }

  .col-offset-md-1 {
    margin-left: 8.33%; }

  .col-offset-md-2 {
    margin-left: 16.66%; }

  .col-offset-md-3 {
    margin-left: 25%; }

  .col-offset-md-4 {
    margin-left: 33.33%; }

  .col-offset-md-5 {
    margin-left: 41.66%; }

  .col-offset-md-6 {
    margin-left: 50%; }

  .col-offset-md-7 {
    margin-left: 58.33%; }

  .col-offset-md-8 {
    margin-left: 66.66%; }

  .col-offset-md-9 {
    margin-left: 75%; }

  .col-offset-md-10 {
    margin-left: 83.33%; }

  .col-offset-md-11 {
    margin-left: 91.66%; }

  .col-offset-md-12 {
    margin-left: 100%; }

  .order-md-0 {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0; }

  .order-md-1 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }

  .order-md-2 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }

  .order-md-3 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }

  .order-md-4 {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4; }

  .order-md-5 {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5; }

  .order-md-6 {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6; }

  .order-md-7 {
    -webkit-box-ordinal-group: 7;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7; }

  .order-md-8 {
    -webkit-box-ordinal-group: 8;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8; }

  .order-md-9 {
    -webkit-box-ordinal-group: 9;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9; }

  .order-md-10 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }

  .order-md-11 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }

  .order-md-12 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; } }
@media screen and (min-width: 992px) {
  .col-lg-1 {
    width: 8.33%;
    max-width: 8.33%; }

  .col-lg-2 {
    width: 16.66%;
    max-width: 16.66%; }

  .col-lg-3 {
    width: 25%;
    max-width: 25%; }

  .col-lg-4 {
    width: 33.33%;
    max-width: 33.33%; }

  .col-lg-5 {
    width: 41.66%;
    max-width: 41.66%; }

  .col-lg-6 {
    width: 50%;
    max-width: 50%; }

  .col-lg-7 {
    width: 58.33%;
    max-width: 58.33%; }

  .col-lg-8 {
    width: 66.66%;
    max-width: 66.66%; }

  .col-lg-9 {
    width: 75%;
    max-width: 75%; }

  .col-lg-10 {
    width: 83.33%;
    max-width: 83.33%; }

  .col-lg-11 {
    width: 91.66%;
    max-width: 91.66%; }

  .col-lg-12 {
    width: 100%;
    max-width: 100%; }

  .col-offset-lg-0 {
    margin-left: 0; }

  .col-offset-lg-1 {
    margin-left: 8.33%; }

  .col-offset-lg-2 {
    margin-left: 16.66%; }

  .col-offset-lg-3 {
    margin-left: 25%; }

  .col-offset-lg-4 {
    margin-left: 33.33%; }

  .col-offset-lg-5 {
    margin-left: 41.66%; }

  .col-offset-lg-6 {
    margin-left: 50%; }

  .col-offset-lg-7 {
    margin-left: 58.33%; }

  .col-offset-lg-8 {
    margin-left: 66.66%; }

  .col-offset-lg-9 {
    margin-left: 75%; }

  .col-offset-lg-10 {
    margin-left: 83.33%; }

  .col-offset-lg-11 {
    margin-left: 91.66%; }

  .col-offset-lg-12 {
    margin-left: 100%; }

  .order-lg-0 {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0; }

  .order-lg-1 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }

  .order-lg-2 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }

  .order-lg-3 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }

  .order-lg-4 {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4; }

  .order-lg-5 {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5; }

  .order-lg-6 {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6; }

  .order-lg-7 {
    -webkit-box-ordinal-group: 7;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7; }

  .order-lg-8 {
    -webkit-box-ordinal-group: 8;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8; }

  .order-lg-9 {
    -webkit-box-ordinal-group: 9;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9; }

  .order-lg-10 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }

  .order-lg-11 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }

  .order-lg-12 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; } }
@media screen and (min-width: 1200px) {
  .col-xl-1 {
    width: 8.33%;
    max-width: 8.33%; }

  .col-xl-2 {
    width: 16.66%;
    max-width: 16.66%; }

  .col-xl-3 {
    width: 25%;
    max-width: 25%; }

  .col-xl-4 {
    width: 33.33%;
    max-width: 33.33%; }

  .col-xl-5 {
    width: 41.66%;
    max-width: 41.66%; }

  .col-xl-6 {
    width: 50%;
    max-width: 50%; }

  .col-xl-7 {
    width: 58.33%;
    max-width: 58.33%; }

  .col-xl-8 {
    width: 66.66%;
    max-width: 66.66%; }

  .col-xl-9 {
    width: 75%;
    max-width: 75%; }

  .col-xl-10 {
    width: 83.33%;
    max-width: 83.33%; }

  .col-xl-11 {
    width: 91.66%;
    max-width: 91.66%; }

  .col-xl-12 {
    width: 100%;
    max-width: 100%; }

  .col-offset-xl-0 {
    margin-left: 0; }

  .col-offset-xl-1 {
    margin-left: 8.33%; }

  .col-offset-xl-2 {
    margin-left: 16.66%; }

  .col-offset-xl-3 {
    margin-left: 25%; }

  .col-offset-xl-4 {
    margin-left: 33.33%; }

  .col-offset-xl-5 {
    margin-left: 41.66%; }

  .col-offset-xl-6 {
    margin-left: 50%; }

  .col-offset-xl-7 {
    margin-left: 58.33%; }

  .col-offset-xl-8 {
    margin-left: 66.66%; }

  .col-offset-xl-9 {
    margin-left: 75%; }

  .col-offset-xl-10 {
    margin-left: 83.33%; }

  .col-offset-xl-11 {
    margin-left: 91.66%; }

  .col-offset-xl-12 {
    margin-left: 100%; }

  .order-xl-0 {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0; }

  .order-xl-1 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }

  .order-xl-2 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }

  .order-xl-3 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }

  .order-xl-4 {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4; }

  .order-xl-5 {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5; }

  .order-xl-6 {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6; }

  .order-xl-7 {
    -webkit-box-ordinal-group: 7;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7; }

  .order-xl-8 {
    -webkit-box-ordinal-group: 8;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8; }

  .order-xl-9 {
    -webkit-box-ordinal-group: 9;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9; }

  .order-xl-10 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }

  .order-xl-11 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }

  .order-xl-12 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; } }
body,
html {
  height: auto !important; }
  body.no-scroll,
  html.no-scroll {
    overflow-y: hidden !important;
    height: 100% !important; }
  body.no-scroll-initial,
  html.no-scroll-initial {
    overflow: hidden !important;
    height: auto !important; }

body {
  overflow-x: hidden;
  max-width: 100%; }

.is-mobile {
  display: block; }
  @media (min-width: 1025px) {
    .is-mobile {
      display: none; } }

.img-fallback {
  background-color: #c8c9c7; }
  .img-fallback:before {
    content: '';
    display: block;
    padding-top: 100%; }

.video__bg {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  z-index: -1; }
  @media screen and (min-width: 1920px) {
    .video__bg {
      min-width: 100vw; } }

.scene__overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background: #470529;
  width: 100%;
  height: 100%;
  -webkit-transition: 1s all ease-in-out;
  -o-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out; }
  .scene__overlay.is-hidden {
    z-index: -1;
    opacity: 0;
    visibility: hidden; }

.scene__inner {
  height: 450vh; }

.scene-item {
  position: fixed;
  opacity: 0;
  height: 100vh;
  width: 100%; }

.hero {
  opacity: 1; }

.hero-video {
  position: absolute;
  width: 80%;
  height: 80%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: -1; }
  .hero-video .video__bg {
    max-width: 320vw; }

.hero__inner {
  position: relative;
  background-color: #470529;
  width: 100%;
  height: 100%;
  padding-top: 49px;
  z-index: 1; }

.hero-logo {
  display: block;
  max-width: 91px; }
  .hero-logo img {
    width: 100%; }

.hero-video {
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  padding-bottom: 100vh;
  margin: auto; }

.hero-content {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center; }
  .hero-content p {
    font-weight: 700;
    letter-spacing: 0.08px; }
  .hero-content:after {
    content: '';
    display: block;
    background-color: #fff;
    height: 90px;
    width: 1px;
    margin-top: 38px;
    margin-left: auto;
    margin-right: auto; }

.integral {
  background-color: #030413; }
  .integral .main-container {
    height: 100%; }

.integral__inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 1; }

.integral-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 0; }
  .integral-video video {
    margin-top: -24vh;
    width: 160vw;
    -o-object-fit: contain;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto; }
  @media (min-width: 572px) {
    .integral-video video {
      margin-top: -24vh;
      width: 133vw; } }
  @media (min-width: 1025px) {
    .integral-video video {
      -o-object-fit: cover;
      object-fit: cover; } }
  @media (min-width: 1280px) {
    .integral-video video {
      max-width: 80vw; } }

.integral-content {
  z-index: 1;
  text-align: center;
  padding-bottom: 32px;
  opacity: 0;
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%); }
  .integral-content p {
    margin-bottom: 21px;
    font-weight: 500;
    max-width: 510px;
    margin-left: auto;
    margin-right: auto; }
    .integral-content p.text--lg {
      font-size: 0.83rem;
      font-weight: 600;
      letter-spacing: -0.21px;
      line-height: 1.48;
      max-width: 597px; }
  @media (min-width: 768px) {
    .integral-content.text--lg {
      font-size: 1rem; } }
  @media (min-width: 1025px) {
    .integral-content p {
      margin-bottom: 42px; }
      .integral-content p.text--lg {
        font-size: 1.17rem; } }

.integral__btn-wrap {
  text-align: center;
  margin-bottom: 50px; }
  @media (min-width: 1025px) {
    .integral__btn-wrap {
      margin-bottom: 100px; } }

.integral__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  width: 240px;
  background-color: #dbdbdb;
  color: #000;
  font-size: 0.77rem;
  font-weight: 500;
  letter-spacing: -0.18px;
  line-height: 1;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out; }
  .integral__btn:hover, .integral__btn:active, .integral__btn:focus {
    background-color: #fff; }
    .integral__btn:hover span, .integral__btn:active span, .integral__btn:focus span {
      -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
      transform: translateX(5px); }
  .integral__btn span {
    display: block;
    width: 20px;
    height: 12px;
    margin-left: 20px;
    -webkit-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out; }
    .integral__btn span img {
      width: 100%; }
  @media (min-width: 768px) {
    .integral__btn {
      font-size: 0.89rem; } }
  @media (min-width: 1025px) {
    .integral__btn {
      height: 56px;
      width: 270px;
      font-size: 1rem; } }

.info {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .info .main-container {
    height: 100%; }

.info__scroll {
  padding-left: 7%; }
  .info__scroll p {
    font-size: 1.75rem;
    font-weight: 600;
    letter-spacing: -1.14px;
    white-space: nowrap; }
  @media (min-width: 768px) {
    .info__scroll p {
      font-size: 4rem; } }
  @media (min-width: 1025px) {
    .info__scroll p {
      font-size: 5.3rem; } }
  @media (min-width: 1440px) {
    .info__scroll p {
      font-size: 7.5rem; } }
  @media screen and (min-width: 1660px) {
    .info__scroll p {
      font-size: 7.78rem; } }

.integral-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 1; }

.integral-footer__copyright {
  color: #dbdbdb; }
  .integral-footer__copyright p {
    letter-spacing: -0.16px;
    margin-bottom: 0; }
  @media (min-width: 1025px) {
    .integral-footer__copyright p {
      font-size: 0.88rem; } }

.integral-footer__socials {
  margin-left: auto;
  margin-right: -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.integral-footer__socials-link {
  height: 20px;
  color: #dbdbdb;
  margin: 0 12px; }
  .integral-footer__socials-link svg {
    width: auto;
    height: 20px; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .integral-footer__socials-link svg {
        width: 20px; } }
    .integral-footer__socials-link svg path {
      fill: #dbdbdb;
      -webkit-transition: 0.4s all ease-in-out;
      -o-transition: 0.4s all ease-in-out;
      transition: 0.4s all ease-in-out; }
  .integral-footer__socials-link:hover svg path, .integral-footer__socials-link:active svg path, .integral-footer__socials-link:focus svg path {
    fill: #fff; }

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