/* Main Project imports ***********************/
/* Bourbon & Neat Libraries ***********************/
/**
 * Base styles ~ Grid options
 */
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/* Own mixins ***********************/
/* Base styles ***********************/
/**
 * Base styles ~ Colours
 */
/**
 * Base styles ~ Easings
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `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
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve 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],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/**
 * Base styles ~ Type
 */
/*
* Legal Disclaimer
*
* These Fonts are licensed only for use on these domains and their subdomains:
* kodemedia.com
*
* It is illegal to download or use them on other websites.
*
* While the @font-face statements below may be modified by the client, this
* disclaimer may not be removed.
*
* Lineto.com, 2014
*/
@font-face {
  font-family: "Circular Bold";
  src: url("https://d1ko11x0ybxl0h.cloudfront.net/kode/production/templating/1524127339804/lineto-circular-bold-s.eot");
  src: url("https://d1ko11x0ybxl0h.cloudfront.net/kode/production/templating/1524127339804/lineto-circular-bold-s.eot?#iefix") format("embedded-opentype"), url("https://d1ko11x0ybxl0h.cloudfront.net/kode/production/templating/1524127384802/lineto-circular-bold-s.woff") format("woff"), url("https://d1ko11x0ybxl0h.cloudfront.net/kode/production/templating/1524127366847/lineto-circular-bold-s.ttf") format("truetype"), url("https://d1ko11x0ybxl0h.cloudfront.net/kode/production/templating/1524127392273/lineto-circular-bold-s.svg#LLCircularWeb-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Circular Medium";
  src: url("https://d1ko11x0ybxl0h.cloudfront.net/kode/production/templating/1524484740276/lineto-circular-medium.eot");
  src: url("https://d1ko11x0ybxl0h.cloudfront.net/kode/production/templating/1524484740276/lineto-circular-medium.eot?#iefix") format("embedded-opentype"), url("https://d1ko11x0ybxl0h.cloudfront.net/kode/production/templating/1524484759669/lineto-circular-medium.woff2") format("woff2"), url("https://d1ko11x0ybxl0h.cloudfront.net/kode/production/templating/1524484752406/lineto-circular-medium.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.15s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: color 0.15s cubic-bezier(0.2, 0.3, 0, 1);
  transition: color 0.15s cubic-bezier(0.2, 0.3, 0, 1); }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin: 0;
  font-family: 'Circular Bold', sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  color: #fff;
  text-rendering: optimizeLegibility; }

h1,
.h1 {
  font-size: 35px;
  letter-spacing: -0.04em; }
  @media screen and (min-width: 768px) {
    h1,
    .h1 {
      font-size: 40px; } }
  @media screen and (min-width: 1240px) {
    h1,
    .h1 {
      font-size: 50px; } }
h2,
.h2 {
  font-size: 30px;
  letter-spacing: -0.04em; }
  @media screen and (min-width: 768px) {
    h2,
    .h2 {
      font-size: 35px; } }
  @media screen and (min-width: 1240px) {
    h2,
    .h2 {
      font-size: 40px; } }
h3,
.h3 {
  font-size: 21px;
  letter-spacing: -0.03em; }
  @media screen and (min-width: 768px) {
    h3,
    .h3 {
      font-size: 24px; } }
  @media screen and (min-width: 1240px) {
    h3,
    .h3 {
      font-size: 30px; } }
h4,
.h4 {
  font-size: 20px;
  letter-spacing: -0.02em; }
  @media screen and (min-width: 768px) {
    h4,
    .h4 {
      font-size: 17px; } }
  @media screen and (min-width: 1024px) {
    h4,
    .h4 {
      font-size: 20px; } }
  @media screen and (min-width: 1240px) {
    h4,
    .h4 {
      font-size: 22px; } }
h5,
.h5 {
  font-size: 17px;
  letter-spacing: -0.02em; }
  @media screen and (min-width: 768px) {
    h5,
    .h5 {
      font-size: 17px; } }
  @media screen and (min-width: 1240px) {
    h5,
    .h5 {
      font-size: 18px; } }
h6,
.h6 {
  font-size: 14px;
  line-height: 15.8px;
  font-size: 1.4rem;
  line-height: 1.58rem;
  font-weight: 500; }

p {
  margin: 10px 0 0;
  font-family: inherit;
  font-weight: normal;
  font-size: 17px;
  line-height: 1.5; }
  @media screen and (min-width: 768px) {
    p {
      font-size: 18px; } }
  @media screen and (min-width: 1240px) {
    p {
      font-size: 20px; } }
  p:first-child {
    margin-top: 0; }

ul, ol {
  margin: 10px 0 0;
  padding: 0 0 0 15px;
  font-size: 17px;
  line-height: 1.5; }
  @media screen and (min-width: 768px) {
    ul, ol {
      font-size: 18px; } }
  @media screen and (min-width: 1240px) {
    ul, ol {
      font-size: 20px; } }
  ul:first-child, ol:first-child {
    margin-top: 0; }

hr {
  margin: 22px 0 21px;
  height: 0;
  border: solid #bfc9cc;
  border-width: 1px 0 0;
  clear: both; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: 600;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

/**
 * Base styles
 */
body {
  position: relative;
  background-color: #171819;
  font-family: 'Circular Medium', sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  color: #fff; }

.outer-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

.no-bullet,
ul.no-bullet {
  list-style: none; }

/* Misc ---------------------- */
.hide {
  display: none; }

.fill-remainder {
  float: none;
  overflow: hidden; }

/**
 * Base styles ~ Grid
 */
.row {
  display: block; }
  .row::after {
    clear: both;
    content: "";
    display: table; }

.one {
  float: left;
  display: block;
  margin-right: 2.7461357194%;
  width: 5.8160422572%; }
  .one:last-child {
    margin-right: 0; }

.two {
  float: left;
  display: block;
  margin-right: 2.7461357194%;
  width: 14.3782202338%; }
  .two:last-child {
    margin-right: 0; }

.three {
  float: left;
  display: block;
  margin-right: 2.7461357194%;
  width: 22.9403982104%; }
  .three:last-child {
    margin-right: 0; }

.four {
  float: left;
  display: block;
  margin-right: 2.7461357194%;
  width: 31.502576187%; }
  .four:last-child {
    margin-right: 0; }

.five {
  float: left;
  display: block;
  margin-right: 2.7461357194%;
  width: 40.0647541637%; }
  .five:last-child {
    margin-right: 0; }

.six {
  float: left;
  display: block;
  margin-right: 2.7461357194%;
  width: 48.6269321403%; }
  .six:last-child {
    margin-right: 0; }

.seven {
  float: left;
  display: block;
  margin-right: 2.7461357194%;
  width: 57.1891101169%; }
  .seven:last-child {
    margin-right: 0; }

.eight {
  float: left;
  display: block;
  margin-right: 2.7461357194%;
  width: 65.7512880935%; }
  .eight:last-child {
    margin-right: 0; }

.nine {
  float: left;
  display: block;
  margin-right: 2.7461357194%;
  width: 74.3134660701%; }
  .nine:last-child {
    margin-right: 0; }

.ten {
  float: left;
  display: block;
  margin-right: 2.7461357194%;
  width: 82.8756440468%; }
  .ten:last-child {
    margin-right: 0; }

.eleven {
  float: left;
  display: block;
  margin-right: 2.7461357194%;
  width: 91.4378220234%; }
  .eleven:last-child {
    margin-right: 0; }

.twelve {
  float: left;
  display: block;
  margin-right: 2.7461357194%;
  width: 100%; }
  .twelve:last-child {
    margin-right: 0; }

/**
 * Base styles ~ Forms
 */
html input[disabled] {
  cursor: not-allowed; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* Plugin styles
   Put them inside "plugins" folder ***********************/
/* 
 *  Owl Carousel
 */
.owl-carousel {
  visibility: hidden;
  opacity: 0;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  opacity: 1;
  visibility: visible; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 800ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* Reusable Component styles (header/footer/dropdowns etc)
   Put them inside "common" folder ***********************/
/**
 * Header styles
 */
.header {
  padding: 20px 0; }
  @media screen and (min-width: 768px) {
    .header {
      padding: 40px 0; } }
  @media screen and (min-width: 1240px) {
    .header {
      padding: 60px 0; } }
.logo {
  position: relative;
  z-index: 200;
  display: block;
  width: 100px;
  height: 32px; }
  .logo svg {
    width: 100%;
    height: 100%;
    fill: #fff; }

.native-logo {
  position: absolute;
  z-index: 200;
  top: 9px;
  left: 132px;
  width: 92px;
  height: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1); }
  @media screen and (min-width: 768px) {
    .native-logo {
      left: 152px; } }
  @media screen and (min-width: 1240px) {
    .native-logo {
      left: 172px; } }
  .native-logo img {
    width: 100%;
    height: 100%; }

.native-logo--on {
  opacity: 1;
  visibility: visible; }

.menu-toggle {
  position: absolute;
  z-index: 200;
  top: 5px;
  right: 20px;
  cursor: pointer; }
  @media screen and (min-width: 768px) {
    .menu-toggle {
      display: none; } }
.menu-toggle-hamburger {
  float: right;
  position: relative;
  width: 28px;
  height: 22px; }
  .menu-toggle-hamburger span, .menu-toggle-hamburger span:before, .menu-toggle-hamburger span:after {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 100%;
    height: 3px;
    -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
    background: #fff; }
  .menu-toggle-hamburger span:before {
    top: -9px; }
  .menu-toggle-hamburger span:after {
    top: 9px; }

.menu-wrap {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(23, 24, 25, 0.95);
  padding: 72px 20px 20px;
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  visibility: hidden;
  opacity: 0; }
  @media screen and (min-width: 768px) {
    .menu-wrap {
      position: absolute;
      top: 0;
      right: 40px;
      bottom: auto;
      left: auto;
      background: transparent;
      padding: 0;
      -webkit-transition: none;
      -moz-transition: none;
      transition: none;
      visibility: visible;
      opacity: 1; } }
  @media screen and (min-width: 1240px) {
    .menu-wrap {
      right: 60px; } }
.menu-on .menu-toggle-hamburger span {
  background-color: transparent !important; }

.menu-on .menu-toggle-hamburger span:before,
.menu-on .menu-toggle-hamburger span:after {
  top: 0;
  background: #fff; }

.menu-on .menu-toggle-hamburger span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.menu-on .menu-toggle-hamburger span:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.menu-on .menu-wrap {
  visibility: visible;
  opacity: 1; }

.menu-on .menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(20px, 0);
  -moz-transform: translate(20px, 0);
  -ms-transform: translate(20px, 0);
  -o-transform: translate(20px, 0);
  transform: translate(20px, 0); }
  @media screen and (min-width: 768px) {
    .menu {
      padding-top: 2px;
      -webkit-transition: none;
      -moz-transition: none;
      transition: none;
      visibility: visible;
      opacity: 1;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); } }
@media screen and (min-width: 768px) {
  .menu__item {
    display: inline-block;
    vertical-align: middle;
    padding: 0 12px; }
    .menu__item:last-child {
      padding-right: 0; } }

@media screen and (min-width: 1024px) {
  .menu__item {
    padding: 0 17px; } }

.menu__item__link {
  display: block;
  font-size: 22px;
  letter-spacing: -0.02em;
  padding: 8px 0;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1); }
  @media screen and (min-width: 768px) {
    .menu__item__link {
      font-size: 16px;
      line-height: 29px;
      padding: 0; } }
@media screen and (min-width: 768px) {
  .menu__item:not(.menu__item--red):not(.menu__item--kode):not(.menu__item--rebel) .menu__item__link {
    border-bottom: 3px solid transparent; }
    .menu__item:not(.menu__item--red):not(.menu__item--kode):not(.menu__item--rebel) .menu__item__link:hover {
      border-bottom-color: rgba(255, 255, 255, 0.2); }
    .menu__item:not(.menu__item--red):not(.menu__item--kode):not(.menu__item--rebel) .menu__item__link.active {
      border-bottom-color: #fff; } }

.menu__divider {
  display: none; }
  @media screen and (min-width: 768px) {
    .menu__divider {
      display: inline-block;
      margin: 0 17px;
      width: 2px;
      height: 18px;
      background: rgba(255, 255, 255, 0.2);
      -webkit-transform: translate(0, 2px);
      -moz-transform: translate(0, 2px);
      -ms-transform: translate(0, 2px);
      -o-transform: translate(0, 2px);
      transform: translate(0, 2px); } }
.menu__item--red,
.menu__item--kode {
  margin-top: 12px; }
  @media screen and (min-width: 768px) {
    .menu__item--red,
    .menu__item--kode {
      margin-top: 0; } }
.menu__item--red,
.menu__item--kode,
.menu__item--rebel {
  position: relative;
  z-index: 300; }
  @media screen and (min-width: 768px) {
    .menu__item--red .menu__item__link,
    .menu__item--kode .menu__item__link,
    .menu__item--rebel .menu__item__link {
      line-height: 1; } }
.menu__item--red svg {
  width: 62px;
  height: 16px;
  fill: #fff; }

.menu__item--kode svg {
  width: 50px;
  height: 16px;
  fill: #fff; }

.menu__item--rebel img {
  width: 57px;
  height: 18px; }

.overlay {
  display: none;
  position: absolute;
  z-index: 200;
  top: 0;
  left: 0;
  right: 0; }
  @media screen and (min-width: 1024px) {
    .overlay {
      display: block;
      visibility: hidden;
      opacity: 0; } }
.overlay__background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8); }

.overlay__content {
  position: relative;
  display: block;
  padding: 30px 0 0;
  -webkit-font-smoothing: antialiased; }
  @media screen and (min-width: 1240px) {
    .overlay__content {
      padding: 50px 0 0; } }
.overlay__content__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(0, -40px);
  -moz-transform: translate(0, -40px);
  -ms-transform: translate(0, -40px);
  -o-transform: translate(0, -40px);
  transform: translate(0, -40px); }
  @media screen and (min-width: 1240px) {
    .overlay__content__background {
      -webkit-transform: translate(0, -60px);
      -moz-transform: translate(0, -60px);
      -ms-transform: translate(0, -60px);
      -o-transform: translate(0, -60px);
      transform: translate(0, -60px); } }
  .overlay__content__background:after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: -50px;
    right: -50px;
    height: 160px;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg); }
    @media screen and (min-width: 1240px) {
      .overlay__content__background:after {
        bottom: -60px; } }
.overlay__title {
  font-size: 35px;
  line-height: 46px;
  white-space: pre-line;
  letter-spacing: -0.04em;
  opacity: 0;
  -webkit-transform: translate(20px, 0);
  -moz-transform: translate(20px, 0);
  -ms-transform: translate(20px, 0);
  -o-transform: translate(20px, 0);
  transform: translate(20px, 0); }
  @media screen and (min-width: 1240px) {
    .overlay__title {
      font-size: 40px;
      line-height: 50px; } }
.overlay__cta {
  margin-top: 15px;
  font-size: 18px;
  letter-spacing: -0.02em;
  opacity: 0;
  -webkit-transform: translate(15px, 0);
  -moz-transform: translate(15px, 0);
  -ms-transform: translate(15px, 0);
  -o-transform: translate(15px, 0);
  transform: translate(15px, 0); }
  @media screen and (min-width: 1240px) {
    .overlay__cta {
      margin-top: 20px;
      font-size: 20px; } }
.overlay__arrow {
  width: 12px;
  height: 20px;
  margin-left: 5px;
  -webkit-transform: translate(0, 2px);
  -moz-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  -o-transform: translate(0, 2px);
  transform: translate(0, 2px); }

.overlay--red .overlay__content {
  color: #fff; }

.overlay--red .overlay__content__background {
  background: #C8102E; }
  .overlay--red .overlay__content__background:after {
    background: #C8102E; }

.overlay--red .overlay__arrow {
  fill: #fff; }

.overlay--red .overlay__logo {
  position: absolute;
  top: 19px;
  right: 40px;
  width: 62px;
  height: 16px;
  fill: #fff; }
  @media screen and (min-width: 1240px) {
    .overlay--red .overlay__logo {
      top: 19px;
      right: 60px; } }
.body--overlay-red .overlay--red {
  visibility: visible;
  opacity: 1;
  z-index: 300; }

.body--overlay-red .overlay__content__background {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1); }

.body--overlay-red .overlay__title {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
  -moz-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
  transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.25s; }

.body--overlay-red .overlay__cta {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  -moz-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.5s; }

.overlay--kode .overlay__content {
  color: #000; }

.overlay--kode .overlay__content__background {
  background: #fff; }
  .overlay--kode .overlay__content__background:after {
    background: #fff; }

.overlay--kode .overlay__arrow {
  fill: #000; }

.overlay--kode .overlay__logo {
  position: absolute;
  top: 19px;
  right: 40px;
  width: 50px;
  height: 16px;
  fill: #000; }
  @media screen and (min-width: 1240px) {
    .overlay--kode .overlay__logo {
      top: 19px;
      right: 60px; } }
.body--overlay-kode .overlay--kode {
  visibility: visible;
  opacity: 1;
  z-index: 300; }

.body--overlay-kode .overlay__content__background {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1); }

.body--overlay-kode .overlay__title {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
  -moz-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
  transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.25s; }

.body--overlay-kode .overlay__cta {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  -moz-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.5s; }

.overlay--rebel .overlay__content {
  color: #000; }

.overlay--rebel .overlay__content__background {
  background: #eaeaea; }
  .overlay--rebel .overlay__content__background:after {
    background: #eaeaea; }

.overlay--rebel .overlay__arrow {
  fill: #000; }

.overlay--rebel .overlay__logo {
  position: absolute;
  top: 18px;
  right: 40px;
  width: 57px;
  height: 18px;
  -webkit-filter: invert(0.8);
  filter: invert(0.8); }
  @media screen and (min-width: 1240px) {
    .overlay--rebel .overlay__logo {
      top: 18px;
      right: 60px; } }
.body--overlay-rebel .overlay--rebel {
  visibility: visible;
  opacity: 1;
  z-index: 300; }

.body--overlay-rebel .overlay__content__background {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1); }

.body--overlay-rebel .overlay__title {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
  -moz-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
  transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.25s; }

.body--overlay-rebel .overlay__cta {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  -moz-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.5s; }

/**
 * Footer styles
 */
.footer {
  padding: 30px 0;
  -webkit-font-smoothing: antialiased; }
  @media screen and (min-width: 768px) {
    .footer {
      padding: 40px 0; } }
  @media screen and (min-width: 1240px) {
    .footer {
      padding: 60px 0; } }
.footer__copyright {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4); }

.footer__legal {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4); }
  .footer__legal:hover {
    color: rgba(255, 255, 255, 0.7); }

/**
 * Grid styles
 */
header,
footer,
section {
  position: relative;
  float: left;
  clear: both;
  width: 100%; }

.wrap {
  position: relative;
  padding: 0 20px;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .wrap {
      padding: 0 40px; } }
  @media screen and (min-width: 1240px) {
    .wrap {
      padding: 0 60px; } }
.row {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 0; }
  .row.row--no-cols {
    padding: 0 20px; }

.row:before, .row:after, .clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.row:after, .clearfix:after {
  clear: both; }

.row, .clearfix {
  zoom: 1; }

.column {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding: 0 20px; }
  .column.centered {
    float: none;
    margin: 0 auto; }

[class*="column"] + [class*="column"]:last-child {
  float: right; }

.row--cols-left [class*="column"] + [class*="column"]:last-child {
  float: left; }

@media screen and (min-width: 768px) {
  .row .six {
    width: 50%; } }

@media screen and (min-width: 1024px) {
  .row .one {
    width: 8.33%; }
  .row .two {
    width: 16.66%; }
  .row .three {
    width: 25%; }
  .row .four {
    width: 33.33%; }
  .row .five {
    width: 41.66%; }
  .row .six {
    width: 50%; }
  .row .seven {
    width: 58.33%; }
  .row .eight {
    width: 66.66%; }
  .row .nine {
    width: 75%; }
  .row .ten {
    width: 83.33%; }
  .row .eleven {
    width: 91.66%; }
  .row .twelve {
    width: 100%; } }

/**
 * Grid item styles
 */
.grid {
  width: 100%;
  float: left;
  clear: both;
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1); }

.grid--on {
  opacity: 1; }

.grid-item {
  position: relative;
  z-index: 1;
  float: left;
  width: 100%;
  background: #000;
  cursor: pointer; }
  @media screen and (min-width: 480px) {
    .grid-item {
      width: 50%;
      z-index: 2; } }
  @media screen and (min-width: 1024px) {
    .grid-item {
      width: 33.33%;
      z-index: 3; } }
  @media screen and (min-width: 1520px) {
    .grid-item {
      width: 25%;
      z-index: 4; } }
  .grid-item:hover .grid-item__image {
    opacity: 0.5; }
  @media screen and (min-width: 1024px) {
    .grid-item:hover .grid-item__client,
    .grid-item:hover .grid-item__title,
    .grid-item:hover .grid-item__play {
      opacity: 1;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }
    .grid-item:hover .grid-item__client {
      -webkit-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
      -moz-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
      transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1); }
    .grid-item:hover .grid-item__title {
      -webkit-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
      -moz-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
      transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.25s; }
    .grid-item:hover .grid-item__play {
      -webkit-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
      -moz-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
      transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1) 0.25s; } }
.grid-item__image {
  display: block;
  width: 100%;
  -webkit-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  opacity: 0.7; }
  @media screen and (min-width: 1024px) {
    .grid-item__image {
      opacity: 1; } }
.grid-item__content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 19px 20px;
  -webkit-font-smoothing: antialiased; }
  @media screen and (min-width: 768px) {
    .grid-item__content {
      padding: 29px 30px; } }
  @media screen and (min-width: 1024px) {
    .grid-item__content {
      padding: 29px 100px 29px 30px; } }
.grid-item__client {
  font-family: 'Circular Medium';
  font-size: 30px;
  color: #fff; }
  @media screen and (min-width: 1024px) {
    .grid-item__client {
      opacity: 0;
      -webkit-transform: translate(5px, 0);
      -moz-transform: translate(5px, 0);
      -ms-transform: translate(5px, 0);
      -o-transform: translate(5px, 0);
      transform: translate(5px, 0);
      -webkit-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
      -moz-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
      transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1); } }
.grid-item__title {
  margin-top: 8px;
  font-family: 'Circular Medium';
  font-size: 15px;
  color: #fff; }
  @media screen and (min-width: 1024px) {
    .grid-item__title {
      opacity: 0;
      -webkit-transform: translate(5px, 0);
      -moz-transform: translate(5px, 0);
      -ms-transform: translate(5px, 0);
      -o-transform: translate(5px, 0);
      transform: translate(5px, 0);
      -webkit-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
      -moz-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
      transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1); } }
.grid-item__play {
  position: absolute;
  bottom: 30px;
  right: 30px;
  fill: #fff;
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1); }

/**
 * Global UI elements
 */
.button {
  position: relative;
  display: inline-block;
  padding: 13px 20px 14px;
  background: #fff;
  font-size: 15px;
  line-height: 1;
  color: #000;
  letter-spacing: -0.02em;
  -webkit-transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1);
  cursor: pointer; }
  .button:hover {
    background: #000;
    color: #fff; }

.page {
  -webkit-font-smoothing: antialiased;
  margin-top: 15px; }
  @media screen and (min-width: 768px) {
    .page {
      margin-top: 5px; } }
  @media screen and (min-width: 1240px) {
    .page {
      margin-top: -7px; } }
.page__content {
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.4); }
  @media screen and (min-width: 768px) {
    .page__content {
      margin-top: 25px; } }
  @media screen and (min-width: 1024px) {
    .page__content {
      margin-top: 25px;
      width: 66.66%; } }
  @media screen and (min-width: 1240px) {
    .page__content {
      margin-top: 24px;
      padding-right: 30px; } }
  .page__content h2, .page__content h3 {
    margin-top: 30px; }

/**
 * Player styles
 */
.video-wrap {
  position: fixed;
  z-index: 500;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1); }

.video-playing .video-wrap {
  visibility: visible;
  opacity: 1; }

.video-playing.video-watching .video-wrap__logo,
.video-playing.video-watching .video-wrap__close,
.video-playing.video-watching .player-arrow {
  opacity: 0; }

.video-skipping .player-arrow,
.video-skipping .player-thumb,
.video-skipping .video-wrap__background {
  pointer-events: none; }

.video-wrap__background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #171819;
  cursor: pointer;
  padding: 20px; }
  @media screen and (min-width: 768px) {
    .video-wrap__background {
      padding: 40px; } }
  @media screen and (min-width: 1240px) {
    .video-wrap__background {
      padding: 60px; } }
.video-wrap__logo {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 510;
  float: left;
  cursor: pointer;
  opacity: 0.2;
  -webkit-transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1); }
  @media screen and (min-width: 768px) {
    .video-wrap__logo {
      top: 40px;
      left: 40px; } }
  @media screen and (min-width: 1240px) {
    .video-wrap__logo {
      top: 60px;
      left: 60px; } }
  .video-wrap__logo:hover {
    opacity: 0.4; }

.video-wrap__native-logo {
  top: 29px;
  z-index: 510;
  opacity: 0.2;
  -webkit-transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1); }
  @media screen and (min-width: 768px) {
    .video-wrap__native-logo {
      top: 49px; } }
  @media screen and (min-width: 1240px) {
    .video-wrap__native-logo {
      top: 69px; } }
.page--red .video-wrap:before {
  content: '';
  position: absolute;
  z-index: 200;
  top: 0;
  right: 0;
  left: 0;
  height: 8px;
  background: #C8102E; }

.page--red .video-wrap__logo {
  width: 124px;
  height: 32px; }

.video-wrap__close {
  position: absolute;
  top: 24px;
  right: 20px;
  width: 24px;
  height: 24px;
  fill: #fff;
  cursor: pointer;
  opacity: 0.2;
  -webkit-transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1); }
  @media screen and (min-width: 768px) {
    .video-wrap__close {
      top: 44px;
      right: 40px; } }
  @media screen and (min-width: 1240px) {
    .video-wrap__close {
      top: 64px;
      right: 60px; } }
  .video-wrap__close:hover {
    opacity: 0.4; }

.player-arrow {
  position: absolute;
  top: 24px;
  cursor: pointer; }
  @media screen and (min-width: 768px) {
    .player-arrow {
      top: 44px; } }
  @media screen and (min-width: 1240px) {
    .player-arrow {
      top: 422px;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%); } }
  @media screen and (min-width: 1320px) {
    .player-arrow {
      top: 456px; } }
  .player-arrow svg {
    fill: rgba(255, 255, 255, 0.2);
    -webkit-transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1); }
  .player-arrow:hover svg {
    fill: rgba(255, 255, 255, 0.4); }

.player-arrow--prev {
  right: 100px; }
  @media screen and (min-width: 768px) {
    .player-arrow--prev {
      right: 120px; } }
  @media screen and (min-width: 1240px) {
    .player-arrow--prev {
      right: auto;
      left: 60px; } }
.player-arrow--next {
  right: 70px; }
  @media screen and (min-width: 768px) {
    .player-arrow--next {
      right: 90px; } }
  @media screen and (min-width: 1240px) {
    .player-arrow--next {
      right: 60px; } }
.video-wrap__content {
  max-width: calc(100vw - 40px);
  margin: 72px auto; }
  @media screen and (min-width: 768px) {
    .video-wrap__content {
      max-width: calc(100vw - 80px);
      margin: 112px auto; } }
  @media screen and (min-width: 1240px) {
    .video-wrap__content {
      max-width: 960px;
      margin: 152px auto; } }
  @media screen and (min-width: 1320px) {
    .video-wrap__content {
      max-width: 1080px; } }
.player-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background: #000;
  box-shadow: 0 5px 50px rgba(0, 0, 0, 0.5); }
  .player-wrap.video-playing .player-wrap__cover {
    visibility: hidden;
    opacity: 0; }

.player-details {
  position: relative;
  margin-top: 20px;
  text-align: center;
  -webkit-font-smoothing: antialiased; }
  @media screen and (min-width: 768px) {
    .player-details {
      margin-top: 30px;
      text-align: left; } }
  @media screen and (min-width: 1240px) {
    .player-details {
      margin-top: 40px; } }
  .player-details:after {
    content: "";
    display: table;
    clear: both; }

.player-details__client {
  font-size: 30px; }
  @media screen and (min-width: 768px) {
    .player-details__client {
      float: left;
      width: 50%;
      padding: 0 15px;
      text-align: right; } }
  @media screen and (min-width: 1240px) {
    .player-details__client {
      padding: 0 20px;
      font-size: 40px; } }
.player-details__extra {
  margin-top: 10px;
  line-height: 1.3; }
  @media screen and (min-width: 768px) {
    .player-details__extra {
      float: right;
      width: 50%;
      padding: 0 15px;
      margin-top: -7px; } }
  @media screen and (min-width: 1240px) {
    .player-details__extra {
      padding: 0 20px;
      margin-top: -3px; } }
.player-details__title {
  font-size: 20px; }

.player-details__director {
  font-size: 15px; }

.player-thumbs {
  display: none; }
  @media screen and (min-width: 1024px) {
    .player-thumbs {
      display: block;
      margin-top: 30px; } }
  @media screen and (min-width: 1240px) {
    .player-thumbs {
      margin-top: 40px; } }
  .player-thumbs:after {
    content: "";
    display: table;
    clear: both; }

.player-thumb {
  position: relative;
  float: left;
  width: 16.66%;
  background: #000;
  cursor: pointer; }

.player-thumb__image {
  display: block;
  width: 100%;
  opacity: 0.5;
  -webkit-transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1); }

.player-thumb__play {
  position: absolute;
  top: 50%;
  left: 50%;
  fill: #fff;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.9);
  -moz-transform: translate(-50%, -50%) scale(0.9);
  -ms-transform: translate(-50%, -50%) scale(0.9);
  -o-transform: translate(-50%, -50%) scale(0.9);
  transform: translate(-50%, -50%) scale(0.9);
  -webkit-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1); }

.player-thumb--playing .player-thumb__image {
  opacity: 1; }

.player-thumb--playing .player-thumb__play {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1); }

.player-cover {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  opacity: 0;
  visibility: hidden; }
  .player-cover:hover .player-cover__play {
    opacity: 1; }

.player-cover__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  opacity: 0.7; }
  .player-cover__play svg {
    fill: #fff; }

.video-playing.video-cover .player-cover {
  opacity: 1;
  visibility: visible; }

.slate-player {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.flowplayer .fp-color {
  background-color: #171819; }

.slate-player .flowplayer .fp-progress:after,
.slate-player .flowplayer .fp-volumebar .fp-color {
  background-color: #171819; }

/* Module styles (individual page styles)
   Put them inside "modules" folder ***********************/
/**
 * Home styles
 */
.page--home .header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0; }

@media screen and (max-width: 767px) {
  html {
    height: 100%; }
  .page--home {
    height: 100%; }
    .page--home .outer-wrapper,
    .page--home .hero,
    .page--home .hero-carousel,
    .page--home .hero-item,
    .page--home .hero-item__image,
    .page--home .hero-item__video,
    .page--home .owl-stage-outer,
    .page--home .owl-stage,
    .page--home .owl-item {
      height: 100%; }
  .page--red .outer-wrapper {
    overflow: auto; } }

.hero {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .hero {
      height: 100vh; } }
.hero__loading {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1); }

.hero--loaded .hero__loading {
  visibility: hidden;
  opacity: 0; }

.hero--loaded .hero-item__video {
  opacity: 1; }

.hero--loaded .hero-carousel .owl-dot {
  pointer-events: auto; }

.hero-carousel .owl-dots {
  display: none; }
  @media screen and (min-width: 768px) {
    .hero-carousel .owl-dots {
      display: block;
      position: absolute;
      bottom: 40px;
      left: 40px;
      width: 66.66%; } }
  @media screen and (min-width: 1240px) {
    .hero-carousel .owl-dots {
      left: 60px;
      bottom: 60px;
      width: 50%; } }
.hero-carousel .owl-dot {
  float: left;
  width: 66px;
  height: 8px;
  margin-right: 6px;
  border: 0;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  cursor: pointer;
  pointer-events: none; }
  .hero-carousel .owl-dot:focus {
    outline: none; }
  .hero-carousel .owl-dot:last-child {
    margin-right: 0; }
  @media screen and (min-width: 1240px) {
    .hero-carousel .owl-dot {
      width: 100px; } }
  .hero-carousel .owl-dot:hover {
    background: rgba(255, 255, 255, 0.4); }
  .hero-carousel .owl-dot.active {
    background: rgba(255, 255, 255, 0.7); }

.hero-carousel .owl-item.active .hero-item__client,
.hero-carousel .owl-item.active .hero-item__title,
.hero-carousel .owl-item.active .hero-item__director {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.hero-item {
  position: relative;
  overflow: hidden;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .hero-item {
      height: 100vh; } }
.hero-item__image,
.hero-item__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media screen and (min-width: 768px) {
    .hero-item__image,
    .hero-item__video {
      height: 100vh; } }
.hero-item__video {
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1); }

.hero-item__video-object {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.hero-item__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 80px;
  -webkit-font-smoothing: antialiased; }
  @media screen and (min-width: 768px) {
    .hero-item__content {
      bottom: 80px; } }
  @media screen and (min-width: 1240px) {
    .hero-item__content {
      bottom: 110px; } }
.hero-item__link {
  display: inline-block; }

.hero-item__client {
  font-family: 'Circular Medium';
  color: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 1s;
  -moz-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 1s;
  transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 1s;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(20px, 0);
  -moz-transform: translate(20px, 0);
  -ms-transform: translate(20px, 0);
  -o-transform: translate(20px, 0);
  transform: translate(20px, 0); }

.hero-item__title {
  margin-top: 10px;
  font-size: 20px;
  color: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 1.25s;
  -moz-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 1.25s;
  transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 1.25s;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(20px, 0);
  -moz-transform: translate(20px, 0);
  -ms-transform: translate(20px, 0);
  -o-transform: translate(20px, 0);
  transform: translate(20px, 0); }

.hero-item__director {
  margin-top: 4px;
  font-size: 15px;
  color: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 1.25s;
  -moz-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 1.25s;
  transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 1.25s;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(20px, 0);
  -moz-transform: translate(20px, 0);
  -ms-transform: translate(20px, 0);
  -o-transform: translate(20px, 0);
  transform: translate(20px, 0); }

.socials {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 50;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }
  @media screen and (min-width: 768px) {
    .socials {
      left: auto;
      right: 30px;
      bottom: 22px; } }
  @media screen and (min-width: 1240px) {
    .socials {
      right: 50px;
      bottom: 40px; } }
.socials__item {
  float: left; }

.socials__divider {
  float: left;
  margin: 7px 12px 0 10px;
  width: 2px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transform: translate(0, 2px);
  -moz-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  -o-transform: translate(0, 2px);
  transform: translate(0, 2px); }

.socials__item__link {
  display: block;
  padding: 10px; }
  .socials__item__link svg {
    fill: rgba(255, 255, 255, 0.7);
    -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1); }
  .socials__item__link:hover svg {
    fill: #fff; }

.socials__item__link--twitter svg {
  width: 21px;
  height: 18px; }

.socials__item__link--instagram svg {
  width: 18px;
  height: 18px; }

.socials__item__link--facebook svg {
  width: 10px;
  height: 18px; }

.socials__item__link--mailing svg {
  margin-top: 1px;
  width: 27px;
  height: 20px; }

.mailing {
  position: absolute;
  z-index: 10;
  top: 45%;
  left: 0;
  right: 0;
  -webkit-font-smoothing: antialiased;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(0, -40%);
  -moz-transform: translate(0, -40%);
  -ms-transform: translate(0, -40%);
  -o-transform: translate(0, -40%);
  transform: translate(0, -40%);
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1); }

.body--mailing-on .socials__item__link--mailing svg {
  fill: #fff; }

.body--mailing-on .mailing {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.mailing__title {
  font-size: 22px;
  letter-spacing: -0.04em;
  color: #fff; }
  @media screen and (min-width: 768px) {
    .mailing__title {
      font-size: 30px; } }
.form__input {
  margin-top: 10px;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  padding: 0;
  width: 100%;
  font-size: 30px;
  letter-spacing: -0.04em;
  color: #fff; }
  @media screen and (min-width: 768px) {
    .form__input {
      margin-top: 15px;
      font-size: 50px; } }
  .form__input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.3); }
  .form__input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.3); }
  .form__input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.3); }
  .form__input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.3); }
  .form__input:focus {
    outline: none; }

.form__submit {
  margin-top: 15px;
  background: transparent;
  border: 0;
  padding: 0;
  font-size: 18px; }
  @media screen and (min-width: 768px) {
    .form__submit {
      margin-top: 20px;
      font-size: 20px; } }
  .form__submit:focus {
    outline: none; }
  .form__submit:hover .form__arrow {
    -webkit-transform: translate(5px, 3px);
    -moz-transform: translate(5px, 3px);
    -ms-transform: translate(5px, 3px);
    -o-transform: translate(5px, 3px);
    transform: translate(5px, 3px); }

.form__arrow {
  width: 12px;
  height: 20px;
  margin-left: 5px;
  fill: #fff;
  -webkit-transform: translate(0, 3px);
  -moz-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  -o-transform: translate(0, 3px);
  transform: translate(0, 3px);
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1); }

/**
 * Featured page styles
 */
@media screen and (min-width: 768px) {
  .grid--featured {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: auto;
    margin: 0 -15px; } }

.grid--featured .grid-item {
  background: transparent;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .grid--featured .grid-item {
      width: 50%;
      z-index: 2;
      padding: 0 15px; } }
  @media screen and (min-width: 1024px) {
    .grid--featured .grid-item {
      width: 33.33%;
      z-index: 3; } }
  .grid--featured .grid-item .grid-item__image {
    position: relative;
    opacity: 1;
    background: #000; }
  .grid--featured .grid-item .grid-item__image__img {
    display: block;
    width: 100%;
    -webkit-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1); }
  .grid--featured .grid-item .grid-item__content {
    position: relative;
    padding: 20px 0 60px; }
    @media screen and (min-width: 768px) {
      .grid--featured .grid-item .grid-item__content {
        min-height: 210px; } }
    .grid--featured .grid-item .grid-item__content p {
      font-size: 15px;
      color: rgba(255, 255, 255, 0.25); }
  .grid--featured .grid-item .grid-item__client,
  .grid--featured .grid-item .grid-item__title {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  .grid--featured .grid-item .grid-item__play {
    position: absolute;
    bottom: auto;
    right: auto;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    -webkit-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1); }
  .grid--featured .grid-item:hover .grid-item__image__img {
    opacity: 0.7; }
  .grid--featured .grid-item:hover .grid-item__play {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); }

/**
 * Directors styles
 */
.directors {
  margin-top: 10px; }
  @media screen and (min-width: 768px) {
    .directors {
      margin-top: 0;
      min-height: calc(100vh - 206px); } }
  @media screen and (min-width: 1240px) {
    .directors {
      margin-top: -10px;
      min-height: calc(100vh - 276px); } }
.directors__bgs {
  display: none; }
  @media screen and (min-width: 1024px) {
    .directors__bgs {
      display: block;
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; } }
.director__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.15s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: opacity 0.15s cubic-bezier(0.2, 0.3, 0, 1);
  transition: opacity 0.15s cubic-bezier(0.2, 0.3, 0, 1); }

.director__bg--active {
  opacity: 0.8; }

.directors__switches {
  list-style: none;
  margin: 0;
  padding: 0; }
  .directors__switches li {
    line-height: 1; }
    .directors__switches li a {
      display: inline-block;
      font-family: "Circular Bold";
      font-size: 30px;
      line-height: 1.25;
      letter-spacing: -0.04em;
      color: rgba(255, 255, 255, 0.1);
      -webkit-font-smoothing: antialiased; }
      .directors__switches li a:hover {
        color: rgba(255, 255, 255, 0.4); }
      .directors__switches li a.active {
        color: #fff; }
      @media screen and (min-width: 768px) {
        .directors__switches li a {
          font-size: 35px; } }
      @media screen and (min-width: 1240px) {
        .directors__switches li a {
          font-size: 40px; } }
      .directors__switches li a[data-switch="native"] img {
        margin-left: 2px;
        vertical-align: middle;
        height: 20px;
        opacity: 0.1;
        -webkit-transition: opacity 0.15s cubic-bezier(0.2, 0.3, 0, 1);
        -moz-transition: opacity 0.15s cubic-bezier(0.2, 0.3, 0, 1);
        transition: opacity 0.15s cubic-bezier(0.2, 0.3, 0, 1); }
        @media screen and (min-width: 768px) {
          .directors__switches li a[data-switch="native"] img {
            height: 25px; } }
        @media screen and (min-width: 1240px) {
          .directors__switches li a[data-switch="native"] img {
            height: 30px; } }
      .directors__switches li a[data-switch="native"]:hover img {
        opacity: 0.4; }
      .directors__switches li a[data-switch="native"].active img {
        opacity: 1; }

.directors__list {
  position: relative;
  margin-top: 20px;
  -webkit-transition: height 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: height 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  transition: height 0.25s cubic-bezier(0.2, 0.3, 0, 1); }
  @media screen and (min-width: 768px) {
    .directors__list {
      margin-top: 30px; } }
  @media screen and (min-width: 1240px) {
    .directors__list {
      margin-top: 34px; } }
.directors__list--commercial,
.directors__list--content,
.directors__list--music,
.directors__list--native {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1), -webkit-transform 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  -moz-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1), -moz-transform 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1), transform 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  transform: translate(0, 20px); }
  @media screen and (min-width: 768px) {
    .directors__list--commercial,
    .directors__list--content,
    .directors__list--music,
    .directors__list--native {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 0;
      -moz-column-gap: 0;
      column-gap: 0; } }
  @media screen and (min-width: 1024px) {
    .directors__list--commercial,
    .directors__list--content,
    .directors__list--music,
    .directors__list--native {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3; } }
  .directors__list--commercial.directors__list--active,
  .directors__list--content.directors__list--active,
  .directors__list--music.directors__list--active,
  .directors__list--native.directors__list--active {
    -webkit-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
    -moz-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
    transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  @media screen and (min-width: 1024px) {
    .directors__list--commercial:hover .directors__director__link,
    .directors__list--content:hover .directors__director__link,
    .directors__list--music:hover .directors__director__link,
    .directors__list--native:hover .directors__director__link {
      color: rgba(255, 255, 255, 0.2); }
      .directors__list--commercial:hover .directors__director__link:hover,
      .directors__list--content:hover .directors__director__link:hover,
      .directors__list--music:hover .directors__director__link:hover,
      .directors__list--native:hover .directors__director__link:hover {
        color: #fff; }
        .directors__list--commercial:hover .directors__director__link:hover .directors__director__link__arrow,
        .directors__list--content:hover .directors__director__link:hover .directors__director__link__arrow,
        .directors__list--music:hover .directors__director__link:hover .directors__director__link__arrow,
        .directors__list--native:hover .directors__director__link:hover .directors__director__link__arrow {
          opacity: 1;
          -webkit-transform: translate(0, 3px);
          -moz-transform: translate(0, 3px);
          -ms-transform: translate(0, 3px);
          -o-transform: translate(0, 3px);
          transform: translate(0, 3px); } }
  @media screen and (min-width: 1240px) {
    .directors__list--commercial:hover .directors__director__link:hover .directors__director__link__arrow,
    .directors__list--content:hover .directors__director__link:hover .directors__director__link__arrow,
    .directors__list--music:hover .directors__director__link:hover .directors__director__link__arrow,
    .directors__list--native:hover .directors__director__link:hover .directors__director__link__arrow {
      -webkit-transform: translate(0, 2px);
      -moz-transform: translate(0, 2px);
      -ms-transform: translate(0, 2px);
      -o-transform: translate(0, 2px);
      transform: translate(0, 2px); } }
.directors__director__link {
  display: block;
  font-family: "Circular Bold";
  font-size: 20px;
  line-height: 35px;
  letter-spacing: -0.04em;
  -webkit-font-smoothing: antialiased; }
  @media screen and (min-width: 768px) {
    .directors__director__link {
      font-size: 25px;
      line-height: 42px; } }
  @media screen and (min-width: 1240px) {
    .directors__director__link {
      font-size: 30px;
      line-height: 50px; } }
.directors__director__link__arrow {
  width: 14px;
  height: 24px;
  margin-left: 5px;
  fill: #fff;
  opacity: 0;
  -webkit-transform: translate(-4px, 3px);
  -moz-transform: translate(-4px, 3px);
  -ms-transform: translate(-4px, 3px);
  -o-transform: translate(-4px, 3px);
  transform: translate(-4px, 3px);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1); }
  @media screen and (min-width: 1240px) {
    .directors__director__link__arrow {
      -webkit-transform: translate(-4px, 2px);
      -moz-transform: translate(-4px, 2px);
      -ms-transform: translate(-4px, 2px);
      -o-transform: translate(-4px, 2px);
      transform: translate(-4px, 2px); } }
.director {
  -webkit-font-smoothing: antialiased;
  margin-top: 15px; }
  @media screen and (min-width: 768px) {
    .director {
      margin-top: 5px; } }
  @media screen and (min-width: 1240px) {
    .director {
      margin-top: -7px; } }
.director__bio {
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.25);
  letter-spacing: -0.02em; }
  @media screen and (min-width: 768px) {
    .director__bio {
      margin-top: 20px; } }
  @media screen and (min-width: 1024px) {
    .director__bio {
      width: 66.66%; } }
  @media screen and (min-width: 1240px) {
    .director__bio {
      margin-top: 25px;
      width: 50%; } }
.director__bio__content {
  -webkit-transition: height 0.25s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
  -moz-transition: height 0.25s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
  transition: height 0.25s cubic-bezier(0.2, 0.3, 0, 1) 0.25s; }

.director__bio--open .director__bio__content {
  -webkit-transition: height 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: height 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  transition: height 0.25s cubic-bezier(0.2, 0.3, 0, 1); }
  .director__bio--open .director__bio__content .director__bio__full {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
    -moz-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
    transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1) 0.25s; }

.director__bio--open .director__bio__more__arrow {
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1); }

.director__bio__first p {
  display: none; }
  .director__bio__first p:first-child {
    display: block; }

.director__bio__full {
  padding-top: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1); }
  .director__bio__full p:first-child {
    display: none; }
  .director__bio__full p:nth-child(2) {
    margin-top: 0; }

.director__bio__more {
  position: relative;
  display: inline-block;
  width: 123px;
  margin-top: 15px;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.25);
  -webkit-transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1);
  cursor: pointer; }
  @media screen and (min-width: 768px) {
    .director__bio__more {
      width: 130px;
      font-size: 18px; } }
  @media screen and (min-width: 1240px) {
    .director__bio__more {
      width: 137px;
      font-size: 20px; } }
  .director__bio__more:hover {
    color: rgba(255, 255, 255, 0.5); }
    .director__bio__more:hover .director__bio__more__arrow {
      fill: rgba(255, 255, 255, 0.5); }

.director__bio__more__arrow {
  position: absolute;
  top: 3px;
  right: 0;
  fill: rgba(255, 255, 255, 0.25);
  -webkit-transition: fill 0.15s cubic-bezier(0.2, 0.3, 0, 1), -webkit-transform 0.25s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  -moz-transition: fill 0.15s cubic-bezier(0.2, 0.3, 0, 1), -moz-transform 0.25s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  transition: fill 0.15s cubic-bezier(0.2, 0.3, 0, 1), transform 0.25s cubic-bezier(0.2, 0.3, 0, 1) 0.5s; }
  @media screen and (min-width: 768px) {
    .director__bio__more__arrow {
      top: 4px; } }
  @media screen and (min-width: 1240px) {
    .director__bio__more__arrow {
      top: 5px; } }
.grid--director {
  margin-top: 34px; }
  @media screen and (min-width: 768px) {
    .grid--director {
      margin-top: 43px; } }
  @media screen and (min-width: 1240px) {
    .grid--director {
      margin-top: 54px; } }
/**
 * News styles
 */
.grid-sizer {
  width: 100%; }

.grid--news .grid-item {
  z-index: 1; }
  @media screen and (min-width: 480px) {
    .grid--news .grid-item {
      width: 100%;
      z-index: 1; } }
  @media screen and (min-width: 680px) {
    .grid--news .grid-item {
      width: 50%;
      z-index: 2; } }
  @media screen and (min-width: 1024px) {
    .grid--news .grid-item {
      width: 33.33%;
      z-index: 3; }
      .grid--news .grid-item:hover .grid-item__image {
        opacity: 0.5; } }
  @media screen and (min-width: 1520px) {
    .grid--news .grid-item {
      width: 25%;
      z-index: 4; } }
.grid--news .grid-item__image {
  opacity: 0.5; }
  @media screen and (min-width: 1024px) {
    .grid--news .grid-item__image {
      opacity: 0.8; } }
.grid--news .grid-item__content {
  display: block; }

.grid--news .grid-item__heading {
  font-size: 27px;
  line-height: 30px;
  -webkit-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1); }
  @media screen and (min-width: 768px) {
    .grid--news .grid-item__heading {
      font-size: 30px;
      line-height: 35px; } }
.grid--news .grid-item__teaser {
  margin-top: 8px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1); }

.grid--news .grid-item__arrow {
  margin-left: 5px;
  fill: rgba(255, 255, 255, 0.5);
  -webkit-transform: translate(0, 1px);
  -moz-transform: translate(0, 1px);
  -ms-transform: translate(0, 1px);
  -o-transform: translate(0, 1px);
  transform: translate(0, 1px);
  -webkit-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1); }

@media screen and (min-width: 1024px) {
  .news-item--standard {
    overflow: hidden; }
    .news-item--standard .grid-item__content {
      -webkit-transform: translate(0, 28px);
      -moz-transform: translate(0, 28px);
      -ms-transform: translate(0, 28px);
      -o-transform: translate(0, 28px);
      transform: translate(0, 28px);
      -webkit-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
      -moz-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
      transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1); }
    .news-item--standard .grid-item__teaser {
      opacity: 0; }
    .news-item--standard:hover .grid-item__content {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }
    .news-item--standard:hover .grid-item__teaser {
      opacity: 1; } }

.news-item--text .grid-item__content {
  position: relative;
  background: #eaeaea;
  padding: 29px 20px;
  -webkit-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1); }
  @media screen and (min-width: 768px) {
    .news-item--text .grid-item__content {
      padding: 49px 30px; } }
.news-item--text .grid-item__heading {
  font-size: 30px;
  line-height: 1.25;
  color: #000; }
  @media screen and (min-width: 768px) {
    .news-item--text .grid-item__heading {
      font-size: 35px; } }
  @media screen and (min-width: 1240px) {
    .news-item--text .grid-item__heading {
      font-size: 40px; } }
.news-item--text .grid-item__teaser {
  color: rgba(0, 0, 0, 0.7); }

.news-item--text .grid-item__arrow {
  fill: rgba(0, 0, 0, 0.5); }

.news-item--text:hover .grid-item__content {
  background: #000; }

.news-item--text:hover .grid-item__heading {
  color: #fff; }

.news-item--text:hover .grid-item__teaser {
  color: rgba(255, 255, 255, 0.7); }

.news-item--text:hover .grid-item__arrow {
  fill: rgba(255, 255, 255, 0.5); }

.social-item__col {
  float: left;
  width: 50%; }

.social-item__image {
  display: block; }
  .social-item__image img {
    display: block;
    width: 100%;
    -webkit-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1); }
  .social-item__image:hover img {
    opacity: 0.5; }

.social-item__link {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background: #eaeaea;
  -webkit-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1); }

.social-item__link__content {
  padding: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

.social-item__icon {
  display: block;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1); }

.social-item__text {
  display: block;
  margin-top: 15px;
  font-size: 20px;
  -webkit-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1); }
  @media screen and (min-width: 1240px) {
    .social-item__text {
      font-size: 25px; } }
.social-item__link--instagram:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1); }

.social-item__link--instagram .social-item__icon {
  fill: rgba(217, 49, 122, 0.7); }

.social-item__link--instagram .social-item__text {
  color: rgba(217, 49, 122, 0.7); }

.social-item__link--instagram:hover:before {
  opacity: 1; }

.social-item__link--instagram:hover .social-item__icon {
  fill: #fff; }

.social-item__link--instagram:hover .social-item__text {
  color: #fff; }

.social-item__link--twitter .social-item__icon {
  fill: #1da1f2; }

.social-item__link--twitter .social-item__text {
  color: #1da1f2; }

.social-item__link--twitter:hover {
  background: #1da1f2; }
  .social-item__link--twitter:hover .social-item__icon {
    fill: #fff; }
  .social-item__link--twitter:hover .social-item__text {
    color: #fff; }

.social-item__link--facebook .social-item__icon {
  fill: #3b5998;
  width: 16px; }

.social-item__link--facebook .social-item__text {
  color: #3b5998; }

.social-item__link--facebook:hover {
  background: #3b5998; }
  .social-item__link--facebook:hover .social-item__icon {
    fill: #fff; }
  .social-item__link--facebook:hover .social-item__text {
    color: #fff; }

.news-loader {
  float: left;
  clear: both;
  width: 100%;
  margin-top: 30px;
  text-align: center;
  cursor: pointer; }
  @media screen and (min-width: 768px) {
    .news-loader {
      margin-top: 40px; } }
  @media screen and (min-width: 1240px) {
    .news-loader {
      margin-top: 60px; } }
  .news-loader span {
    display: inline-block;
    padding: 30px;
    border-top: 3px solid #fff;
    font-size: 17px;
    color: #fff;
    -webkit-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1); }
  .news-loader:hover span {
    border-top-color: #878081;
    color: #878081; }

.news-loader-container {
  display: none; }

.article {
  -webkit-font-smoothing: antialiased;
  margin-top: 15px; }
  @media screen and (min-width: 768px) {
    .article {
      margin-top: 5px; } }
  @media screen and (min-width: 1240px) {
    .article {
      margin-top: -7px; } }
.article__date {
  color: rgba(255, 255, 255, 0.7); }

.article__content {
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.4); }
  @media screen and (min-width: 768px) {
    .article__content {
      margin-top: 35px; } }
  @media screen and (min-width: 1240px) {
    .article__content {
      float: left;
      width: 50%;
      margin-top: 34px;
      padding-right: 30px; } }
.article__media {
  margin-top: 33px; }
  @media screen and (min-width: 768px) {
    .article__media {
      margin-top: 43px; } }
  @media screen and (min-width: 1240px) {
    .article__media {
      float: right;
      width: 50%;
      padding-left: 30px; } }
.article-carousel .owl-nav .owl-prev,
.article-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: 0;
  border: 0;
  padding: 15px;
  opacity: 0.7;
  -webkit-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1); }
  .article-carousel .owl-nav .owl-prev:hover,
  .article-carousel .owl-nav .owl-next:hover {
    opacity: 1; }
  .article-carousel .owl-nav .owl-prev svg,
  .article-carousel .owl-nav .owl-next svg {
    fill: #fff; }
  .article-carousel .owl-nav .owl-prev:focus,
  .article-carousel .owl-nav .owl-next:focus {
    outline: none; }

.article-carousel .owl-nav .owl-prev {
  left: 0; }
  @media screen and (min-width: 768px) {
    .article-carousel .owl-nav .owl-prev {
      left: -44px; } }
.article-carousel .owl-nav .owl-next {
  right: 0; }
  @media screen and (min-width: 768px) {
    .article-carousel .owl-nav .owl-next {
      right: -44px; } }
.article__photo img {
  width: 100%;
  display: block; }

.article-carousel--video {
  margin-bottom: 40px; }
  .article-carousel--video .grid-item {
    width: 100%; }

/**
 * About styles
 */
.page--about {
  height: 100vh; }
  .page--about .outer-wrapper {
    height: 100%; }

.about-images__loader {
  display: none; }

.about-images {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-flow: column wrap; }

.about-images__panel {
  position: relative;
  width: 50%; }
  .about-images__panel:nth-child(1) {
    height: 30%; }
  .about-images__panel:nth-child(2) {
    height: 30%; }
  .about-images__panel:nth-child(3) {
    height: 40%; }
  .about-images__panel:nth-child(4) {
    height: 40%; }
  .about-images__panel:nth-child(5) {
    height: 30%; }
  .about-images__panel:nth-child(6) {
    height: 30%; }
  @media screen and (min-width: 768px) {
    .about-images__panel {
      width: 33.33%; }
      .about-images__panel:nth-child(1) {
        height: 40%; }
      .about-images__panel:nth-child(2) {
        height: 60%; }
      .about-images__panel:nth-child(3) {
        height: 60%; }
      .about-images__panel:nth-child(4) {
        height: 40%; }
      .about-images__panel:nth-child(5) {
        height: 50%; }
      .about-images__panel:nth-child(6) {
        height: 50%; } }
  .about-images__panel .owl-carousel {
    position: absolute;
    width: 100%;
    height: 100%; }
    .about-images__panel .owl-carousel .owl-stage-outer,
    .about-images__panel .owl-carousel .owl-stage,
    .about-images__panel .owl-carousel .owl-item {
      height: 100%; }

.about-images--alt .about-images__panel {
  height: 33.33%; }
  @media screen and (min-width: 768px) {
    .about-images--alt .about-images__panel {
      height: 50%; } }
.about-images__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.about-content {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1); }

.about-content__bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(23, 24, 25, 0.75);
  cursor: pointer; }

.about-content__box__close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer; }

.about-content__box {
  margin: 80px auto;
  max-width: 480px;
  padding: 26px 30px;
  background: #171819;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, 30px);
  -moz-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 1s;
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 1s;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 1s; }
  @media screen and (min-width: 768px) {
    .about-content__box {
      margin: 120px auto;
      padding: 44px 50px;
      max-width: 620px; } }
  @media screen and (min-width: 1240px) {
    .about-content__box {
      margin: 180px auto;
      padding: 50px 60px;
      max-width: 700px; } }
  .about-content__box h2 {
    font-size: 23px;
    line-height: 1.2;
    color: #fff; }
    @media screen and (min-width: 768px) {
      .about-content__box h2 {
        font-size: 28px; } }
    @media screen and (min-width: 1240px) {
      .about-content__box h2 {
        font-size: 35px; } }
  .about-content__box p {
    margin-top: 15px;
    line-height: 1.42;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.25);
    -webkit-font-smoothing: antialiased; }
    @media screen and (min-width: 768px) {
      .about-content__box p {
        margin-top: 20px;
        font-size: 18px; } }
    @media screen and (min-width: 1240px) {
      .about-content__box p {
        margin-top: 25px;
        font-size: 20px; } }
.about-content__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  opacity: 0.8;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1); }
  .about-content__close svg {
    width: 100%;
    height: 100%;
    fill: #fff; }
  .about-content__close:hover {
    opacity: 1; }
  @media screen and (min-width: 768px) {
    .about-content__close {
      width: 30px;
      height: 30px; } }
  @media screen and (min-width: 1240px) {
    .about-content__close {
      top: 30px;
      right: 30px; } }
.about-content__awards {
  margin: 30px -5px 0; }
  .about-content__awards:after {
    content: '';
    display: table;
    clear: both; }

.about-content__award-wrap {
  float: left;
  width: 33.33%;
  padding: 5px; }
  @media screen and (min-width: 768px) {
    .about-content__award-wrap {
      width: 16.66%; } }
.about-content__award {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  background: #202122; }
  .about-content__award img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 70%;
    max-height: 70%;
    -webkit-transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1); }

.about-toggle {
  position: absolute;
  z-index: 10;
  bottom: 40px;
  right: 40px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #fff;
  opacity: 0.8;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  cursor: pointer; }
  .about-toggle:hover {
    opacity: 1; }
  @media screen and (min-width: 1240px) {
    .about-toggle {
      bottom: 60px;
      right: 60px; } }
  .about-toggle svg {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 22px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    fill: #000; }

.page--about--info .about-content {
  opacity: 1;
  visibility: visible; }

.page--about--info .about-content__box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s; }

.page--about--info .about-toggle {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4); }

/**
 * Contact styles
 */
.contact {
  -webkit-font-smoothing: antialiased;
  margin-top: 15px; }
  @media screen and (min-width: 768px) {
    .contact {
      margin-top: 5px; } }
  @media screen and (min-width: 1240px) {
    .contact {
      margin-top: -7px; } }
.contact__intro {
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.4); }
  @media screen and (min-width: 768px) {
    .contact__intro {
      margin-top: 25px; } }
  @media screen and (min-width: 1024px) {
    .contact__intro {
      margin-top: 25px;
      width: 66.66%; } }
  @media screen and (min-width: 1240px) {
    .contact__intro {
      margin-top: 24px;
      padding-right: 30px; } }
.contact__details {
  margin-top: 34px;
  float: left;
  clear: both;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .contact__details {
      margin-top: 45px; } }
  @media screen and (min-width: 1240px) {
    .contact__details {
      margin-top: 54px; } }
  .contact__details--first {
    margin-top: 0; }

.contact__map {
  background: #000;
  height: 260px; }
  @media screen and (min-width: 768px) {
    .contact__map {
      float: right;
      width: 50%;
      height: 314px; } }
  @media screen and (min-width: 1024px) {
    .contact__map {
      height: 334px; } }
  @media screen and (min-width: 1240px) {
    .contact__map {
      height: 374px; } }
.contact__info {
  padding: 30px;
  background: #eaeaea; }
  @media screen and (min-width: 768px) {
    .contact__info {
      float: left;
      width: 50%;
      height: 314px; } }
  @media screen and (min-width: 1024px) {
    .contact__info {
      padding: 40px;
      height: 334px; } }
  @media screen and (min-width: 1240px) {
    .contact__info {
      padding: 56px 60px;
      height: 374px; } }
.contact__info__title {
  color: #000; }

.contact__info__hf {
  display: inline;
  margin: -6px 0 -3px 3px;
  height: 30px; }
  @media screen and (min-width: 1240px) {
    .contact__info__hf {
      margin: -10px 0 -4px 3px;
      height: 40px; } }
.contact__info__main {
  margin-top: 17px;
  color: #000; }
  .contact__info__main a {
    color: #000; }
    .contact__info__main a:hover {
      color: rgba(0, 0, 0, 0.6); }

.contact__info__address {
  margin-top: 17px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 15px; }
  @media screen and (min-width: 768px) {
    .contact__info__address {
      font-size: 16px; } }
  @media screen and (min-width: 1240px) {
    .contact__info__address {
      font-size: 17px; } }
.contact__info__maps {
  margin-top: 17px;
  font-size: 15px; }
  @media screen and (min-width: 768px) {
    .contact__info__maps {
      font-size: 16px; } }
  @media screen and (min-width: 1240px) {
    .contact__info__maps {
      font-size: 17px; } }
  .contact__info__maps a {
    color: rgba(0, 0, 0, 0.6); }
    .contact__info__maps a svg {
      width: 14px;
      height: 18px;
      fill: rgba(0, 0, 0, 0.6);
      -webkit-transform: translate(0, 3px);
      -moz-transform: translate(0, 3px);
      -ms-transform: translate(0, 3px);
      -o-transform: translate(0, 3px);
      transform: translate(0, 3px);
      -webkit-transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1);
      -moz-transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1);
      transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1); }
    .contact__info__maps a:hover {
      color: #000; }
      .contact__info__maps a:hover svg {
        fill: #000; }

.contact__key {
  visibility: hidden;
  float: left;
  clear: both;
  width: 100%;
  margin-top: 30px; }
  @media screen and (min-width: 768px) {
    .contact__key {
      margin-top: 40px; } }
.contact__key--on {
  visibility: visible; }

.key-contact {
  margin-top: 10px;
  border-left: 8px solid rgba(255, 255, 255, 0.1);
  padding: 18px 12px; }
  .key-contact:first-child {
    margin-top: 0; }
  @media screen and (min-width: 600px) {
    .key-contact {
      float: left;
      width: 50%;
      margin-top: 10px; }
      .key-contact:first-child {
        margin-top: 10px; } }
  @media screen and (min-width: 1024px) {
    .key-contact {
      width: 33.33%; } }
  @media screen and (min-width: 1240px) {
    .key-contact {
      width: 25%;
      margin-top: 20px; }
      .key-contact:first-child {
        margin-top: 20px; } }
  @media screen and (min-width: 1440px) {
    .key-contact {
      width: 20%; } }
  @media screen and (min-width: 1240px) {
    .key-contact h4 {
      font-size: 20px; } }
  .key-contact p {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.3; }
    .key-contact p a {
      color: rgba(255, 255, 255, 0.4); }
      .key-contact p a svg {
        margin-left: 6px;
        fill: rgba(255, 255, 255, 0.7);
        opacity: 0;
        -webkit-transform: translate(-4px, 2px);
        -moz-transform: translate(-4px, 2px);
        -ms-transform: translate(-4px, 2px);
        -o-transform: translate(-4px, 2px);
        transform: translate(-4px, 2px);
        -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
        -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
        transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1); }
      .key-contact p a:hover {
        color: rgba(255, 255, 255, 0.7); }
        .key-contact p a:hover svg {
          -webkit-transform: translate(0, 2px);
          -moz-transform: translate(0, 2px);
          -ms-transform: translate(0, 2px);
          -o-transform: translate(0, 2px);
          transform: translate(0, 2px);
          opacity: 1; }

.contact__social {
  float: left;
  clear: both;
  width: 100%;
  margin-top: 34px; }
  @media screen and (min-width: 768px) {
    .contact__social {
      margin-top: 45px; } }
  @media screen and (min-width: 1240px) {
    .contact__social {
      margin-top: 54px; } }
  .contact__social .socials {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    margin: 12px 0 0 -8px; }
    @media screen and (min-width: 768px) {
      .contact__social .socials {
        margin-top: 20px; } }
    @media screen and (min-width: 1240px) {
      .contact__social .socials {
        margin-top: 27px; } }
  .contact__social .socials__divider {
    display: none; }
    @media screen and (min-width: 768px) {
      .contact__social .socials__divider {
        display: inline-block; } }
  .contact__social .socials__item:last-child {
    clear: both; }
    @media screen and (min-width: 768px) {
      .contact__social .socials__item:last-child {
        clear: none; } }
    .contact__social .socials__item:last-child .socials__item__link {
      display: inline-block;
      -webkit-transform: translate(0, -15px);
      -moz-transform: translate(0, -15px);
      -ms-transform: translate(0, -15px);
      -o-transform: translate(0, -15px);
      transform: translate(0, -15px); }
      .contact__social .socials__item:last-child .socials__item__link:hover svg {
        fill: rgba(255, 255, 255, 0.7); }
      @media screen and (min-width: 768px) {
        .contact__social .socials__item:last-child .socials__item__link {
          -webkit-transform: translate(0, 0);
          -moz-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
          -o-transform: translate(0, 0);
          transform: translate(0, 0); } }
  .contact__social .form {
    display: inline-block; }
    @media screen and (min-width: 768px) {
      .contact__social .form {
        -webkit-transform: translate(0, -6px);
        -moz-transform: translate(0, -6px);
        -ms-transform: translate(0, -6px);
        -o-transform: translate(0, -6px);
        transform: translate(0, -6px); } }
  .contact__social .form__input {
    float: left;
    margin-top: 10px;
    width: 200px;
    font-size: 15px; }
    @media screen and (min-width: 768px) {
      .contact__social .form__input {
        float: none;
        margin-top: 0;
        width: 220px;
        font-size: 20px; } }
  .contact__social .form__submit {
    float: left;
    clear: both;
    margin-top: 5px;
    font-size: 15px; }
    .contact__social .form__submit:focus {
      outline: none; }
    @media screen and (min-width: 768px) {
      .contact__social .form__submit {
        float: none;
        clear: none;
        margin-top: 0;
        display: inline-block; } }
    .contact__social .form__submit:hover .form__arrow {
      -webkit-transform: translate(4px, 2px);
      -moz-transform: translate(4px, 2px);
      -ms-transform: translate(4px, 2px);
      -o-transform: translate(4px, 2px);
      transform: translate(4px, 2px); }
  .contact__social .form__arrow {
    width: 8px;
    height: 13px;
    margin-left: 4px;
    -webkit-transform: translate(0, 2px);
    -moz-transform: translate(0, 2px);
    -ms-transform: translate(0, 2px);
    -o-transform: translate(0, 2px);
    transform: translate(0, 2px);
    -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1); }

/**
 * RED styles
 */
.header--red .logo {
  width: 124px;
  height: 32px; }

.header--red:before {
  content: '';
  position: absolute;
  z-index: 200;
  top: 0;
  right: 0;
  left: 0;
  height: 8px;
  background: #C8102E; }

@media screen and (min-width: 768px) {
  .header--red .menu__item:not(.menu__item--red):not(.menu__item--kode):not(.menu__item--rebel) .menu__item__link.active {
    border-bottom-color: #C8102E; } }

.page--red.page--home .hero-item__video {
  opacity: 0.9; }

.red-intro {
  position: absolute;
  z-index: 10;
  top: 45%;
  left: 0;
  right: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1); }
  .red-intro h1 {
    white-space: pre-line;
    line-height: 1.2;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .red-intro h1 {
        font-size: 55px; } }
    @media screen and (min-width: 1240px) {
      .red-intro h1 {
        font-size: 70px; } }
.red-arrow {
  position: absolute;
  z-index: 10;
  left: 50%;
  bottom: 25%;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  cursor: pointer; }
  @media screen and (min-width: 768px) {
    .red-arrow {
      bottom: 25px; } }
  @media screen and (min-width: 1240px) {
    .red-arrow {
      bottom: 40px; } }
  .red-arrow span {
    display: block;
    -webkit-font-smoothing: antialiased;
    font-size: 17px; }
    @media screen and (min-width: 1240px) {
      .red-arrow span {
        font-size: 20px; } }
  .red-arrow svg {
    margin-top: 10px;
    fill: #fff;
    -webkit-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1); }
  .red-arrow:hover svg {
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px); }

.body--mailing-on .red-intro {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(0, -40%);
  -moz-transform: translate(0, -40%);
  -ms-transform: translate(0, -40%);
  -o-transform: translate(0, -40%);
  transform: translate(0, -40%); }

.red-home {
  margin-top: 60px;
  -webkit-font-smoothing: antialiased; }
  @media screen and (min-width: 768px) {
    .red-home {
      margin-top: 100px; } }
  @media screen and (min-width: 1240px) {
    .red-home {
      margin-top: 130px; } }
  .red-home .wrap {
    max-width: 500px; }
    @media screen and (min-width: 768px) {
      .red-home .wrap {
        max-width: 620px; } }
    @media screen and (min-width: 1024px) {
      .red-home .wrap {
        max-width: 100%; } }
  .red-home h3 {
    position: relative;
    display: inline-block;
    font-family: 'Circular Medium';
    font-size: 16px;
    color: #fff;
    padding-bottom: 6px; }
    .red-home h3:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: -3px;
      height: 3px;
      background: #C8102E; }
    @media screen and (min-width: 1024px) {
      .red-home h3 {
        position: absolute;
        top: 6px;
        left: 40px; } }
    @media screen and (min-width: 1240px) {
      .red-home h3 {
        top: 10px;
        left: 60px; } }
.red-home__content {
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    .red-home__content {
      margin-top: 40px; } }
  @media screen and (min-width: 1024px) {
    .red-home__content {
      margin: 0 auto;
      max-width: 620px; } }
  @media screen and (min-width: 1240px) {
    .red-home__content {
      max-width: 740px; } }
  @media screen and (min-width: 1400px) {
    .red-home__content {
      max-width: 860px; } }
  .red-home__content h2 {
    font-size: 25px;
    line-height: 1.2; }
    @media screen and (min-width: 768px) {
      .red-home__content h2 {
        font-size: 35px; } }
    @media screen and (min-width: 1240px) {
      .red-home__content h2 {
        font-size: 50px; } }
  .red-home__content p {
    margin-top: 15px;
    line-height: 1.42;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.25); }
    @media screen and (min-width: 768px) {
      .red-home__content p {
        margin-top: 30px;
        font-size: 22px; } }
    @media screen and (min-width: 1240px) {
      .red-home__content p {
        margin-top: 40px;
        font-size: 28px; } }
@media screen and (min-width: 1024px) {
  .red-home--partners {
    margin-top: 120px; } }

@media screen and (min-width: 1240px) {
  .red-home--partners {
    margin-top: 160px; } }

.red-home--partners img {
  float: right;
  width: 50px;
  margin: 0 0 20px 20px; }
  @media screen and (min-width: 768px) {
    .red-home--partners img {
      width: 100px;
      margin: 0 0 30px 40px; } }
  @media screen and (min-width: 1024px) {
    .red-home--partners img {
      position: absolute;
      bottom: 0;
      left: 40px;
      margin: 0; } }
  @media screen and (min-width: 1240px) {
    .red-home--partners img {
      left: 60px; } }
.red-home--partners .red-home__content h2 {
  font-size: 22px;
  line-height: 1.42; }
  @media screen and (min-width: 768px) {
    .red-home--partners .red-home__content h2 {
      font-size: 28px; } }
  @media screen and (min-width: 1240px) {
    .red-home--partners .red-home__content h2 {
      font-size: 35px; } }
@media screen and (min-width: 1024px) {
  .red-home--services {
    margin-top: 140px;
    padding-bottom: 70px; }
    .red-home--services .wrap {
      position: initial; } }

@media screen and (min-width: 1240px) {
  .red-home--services {
    margin-top: 180px;
    padding-bottom: 90px; } }

.red-services h4 {
  margin-top: 30px;
  font-size: 22px; }
  @media screen and (min-width: 768px) {
    .red-services h4 {
      font-size: 28px; } }
  @media screen and (min-width: 1024px) {
    .red-services h4 {
      position: relative;
      z-index: 1;
      margin-top: 0;
      padding: 3px 0;
      line-height: 1.2;
      opacity: 0.25;
      -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
      -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
      transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
      cursor: pointer; }
      .red-services h4:hover {
        opacity: 1; } }
  @media screen and (min-width: 1240px) {
    .red-services h4 {
      font-size: 35px; } }
  .red-services h4:first-child {
    margin-top: 0; }

.red-services .red-services__description p {
  margin-top: 10px; }
  @media screen and (min-width: 1024px) {
    .red-services .red-services__description p {
      position: relative;
      margin-top: 0;
      text-align: center;
      color: #fff; } }
@media screen and (min-width: 1024px) {
  .red-services .red-services__description {
    position: absolute;
    top: -25%;
    right: 0;
    bottom: -8%;
    left: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #C8102E;
    padding: 0 10%;
    opacity: 0;
    -webkit-transition: opacity 0.15s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: opacity 0.15s cubic-bezier(0.2, 0.3, 0, 1);
    transition: opacity 0.15s cubic-bezier(0.2, 0.3, 0, 1); }
    .red-services .red-services__description--active {
      opacity: 1; } }

.red-services .red-services__image {
  display: none; }
  @media screen and (min-width: 1024px) {
    .red-services .red-services__image {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      opacity: 0.4; } }
.red-home--clients .red-client-grid {
  margin: 0 -5px; }
  .red-home--clients .red-client-grid:after {
    content: '';
    display: table;
    clear: both; }

.red-home--clients .red-client-wrap {
  float: left;
  width: 16.66%;
  padding: 5px; }

.red-home--clients .red-client {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  background: #202122; }
  .red-home--clients .red-client img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 70%;
    max-height: 70%;
    -webkit-transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1); }

.red-home--clients .red-client__bg {
  position: absolute;
  z-index: 1;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  background: #C8102E;
  opacity: 0;
  -webkit-transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1); }

.red-home--clients.red-home--awards .red-client-wrap {
  width: 20%; }

.red-home--cta {
  padding-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .red-home--cta {
      padding-bottom: 60px; } }
  @media screen and (min-width: 1240px) {
    .red-home--cta {
      padding-bottom: 80px; } }
  .red-home--cta .button {
    margin-top: 40px;
    background: #C8102E;
    padding: 14px 30px 16px;
    font-size: 20px;
    color: #fff; }
    .red-home--cta .button svg {
      vertical-align: top;
      margin-left: 20px;
      fill: #fff;
      -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
      -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
      transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1); }
    .red-home--cta .button:hover svg {
      -webkit-transform: translate(6px, 0);
      -moz-transform: translate(6px, 0);
      -ms-transform: translate(6px, 0);
      -o-transform: translate(6px, 0);
      transform: translate(6px, 0); }

@media screen and (min-width: 1024px) {
  .red-home h3 {
    opacity: 0;
    -webkit-transform: translate(-20px, 0);
    -moz-transform: translate(-20px, 0);
    -ms-transform: translate(-20px, 0);
    -o-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
    -webkit-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1); }
    .red-home h3:after {
      right: 100%;
      -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
      -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
      transition: all 1s cubic-bezier(0.2, 0.3, 0, 1); }
  .red-home.red-home--about .red-home__content, .red-home.red-home--partners .red-home__content, .red-home.red-home--cta .red-home__content {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
    -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
    -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
    transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s; }
  .red-home.red-home--partners img {
    opacity: 0;
    -webkit-transform: translate(-20px, 0);
    -moz-transform: translate(-20px, 0);
    -ms-transform: translate(-20px, 0);
    -o-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
    -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
    -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
    transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.75s; }
  .red-home.red-home--services .red-services h4 {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
    pointer-events: none; }
    .red-home.red-home--services .red-services h4.animating {
      -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
      -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
      transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s; }
      .red-home.red-home--services .red-services h4.animating:nth-of-type(2) {
        -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
        -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
        transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.6s; }
      .red-home.red-home--services .red-services h4.animating:nth-of-type(3) {
        -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.7s;
        -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.7s;
        transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.7s; }
      .red-home.red-home--services .red-services h4.animating:nth-of-type(4) {
        -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.8s;
        -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.8s;
        transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.8s; }
      .red-home.red-home--services .red-services h4.animating:nth-of-type(5) {
        -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.9s;
        -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.9s;
        transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.9s; }
      .red-home.red-home--services .red-services h4.animating:nth-of-type(6) {
        -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.9s;
        -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.9s;
        transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.9s; }
      .red-home.red-home--services .red-services h4.animating:nth-of-type(7) {
        -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 1s;
        -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 1s;
        transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 1s; }
  .red-home.red-home--clients .red-client-wrap {
    opacity: 0; }
    .red-home.red-home--clients .red-client-wrap.animating .red-client {
      pointer-events: none; }
    .red-home.red-home--clients .red-client-wrap:nth-child(1), .red-home.red-home--clients .red-client-wrap:nth-child(2), .red-home.red-home--clients .red-client-wrap:nth-child(3), .red-home.red-home--clients .red-client-wrap:nth-child(4), .red-home.red-home--clients .red-client-wrap:nth-child(5), .red-home.red-home--clients .red-client-wrap:nth-child(6) {
      -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
      -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
      transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s; }
    .red-home.red-home--clients .red-client-wrap:nth-child(7), .red-home.red-home--clients .red-client-wrap:nth-child(8), .red-home.red-home--clients .red-client-wrap:nth-child(9), .red-home.red-home--clients .red-client-wrap:nth-child(10), .red-home.red-home--clients .red-client-wrap:nth-child(11), .red-home.red-home--clients .red-client-wrap:nth-child(12) {
      -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
      -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
      transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.75s; }
    .red-home.red-home--clients .red-client-wrap:nth-child(13), .red-home.red-home--clients .red-client-wrap:nth-child(14), .red-home.red-home--clients .red-client-wrap:nth-child(15), .red-home.red-home--clients .red-client-wrap:nth-child(16), .red-home.red-home--clients .red-client-wrap:nth-child(17), .red-home.red-home--clients .red-client-wrap:nth-child(18) {
      -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 1s;
      -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 1s;
      transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 1s; }
  .red-home.red-home--cta .button {
    opacity: 0; }
    .red-home.red-home--cta .button.transition {
      -webkit-transform: scale(1.4);
      -moz-transform: scale(1.4);
      -ms-transform: scale(1.4);
      -o-transform: scale(1.4);
      transform: scale(1.4);
      -webkit-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
      -moz-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
      transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1); }
  .red-home.red-home--active h3 {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
    .red-home.red-home--active h3:after {
      right: 0; }
  .red-home.red-home--active.red-home--about .red-home__content, .red-home.red-home--active.red-home--partners .red-home__content, .red-home.red-home--active.red-home--cta .red-home__content {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  .red-home.red-home--active.red-home--partners img {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  .red-home.red-home--active.red-home--services .red-services h4 {
    opacity: 0.25;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    pointer-events: all; }
    .red-home.red-home--active.red-home--services .red-services h4:hover {
      opacity: 1; }
  .red-home.red-home--active.red-home--clients .red-client-wrap {
    opacity: 1; }
  .red-home.red-home--active.red-home--cta .button {
    opacity: 1; } }

.page--red.page--work .work {
  margin-top: 10px; }
  @media screen and (min-width: 768px) {
    .page--red.page--work .work {
      margin-top: 0; } }
  @media screen and (min-width: 1240px) {
    .page--red.page--work .work {
      margin-top: -10px; } }
.page--red.page--work .grid--featured {
  margin-top: 30px; }
  @media screen and (min-width: 768px) {
    .page--red.page--work .grid--featured {
      margin-top: 40px;
      display: block;
      width: calc(100% + 30px);
      margin: 30px -15px 0; } }
  @media screen and (min-width: 1240px) {
    .page--red.page--work .grid--featured {
      margin-top: 50px; } }
@media screen and (min-width: 768px) {
  .page--red .player-details__title {
    padding-top: 13px; } }

@media screen and (min-width: 1240px) {
  .page--red .player-details__title {
    padding-top: 17px; } }

.page--red .news-item--text .grid-item__content {
  background: #C8102E; }

.page--red .news-item--text .grid-item__heading {
  color: #fff; }

.page--red .news-item--text .grid-item__teaser {
  color: rgba(255, 255, 255, 0.7); }

.page--red .news-item--text .grid-item__arrow {
  fill: rgba(255, 255, 255, 0.5); }

.page--red .news-item--text:hover .grid-item__content {
  background: #000; }

.page--red .news-loader:hover span {
  border-top-color: #C8102E;
  color: #C8102E; }

.page--red.page--contact .contact__info {
  background: #C8102E; }

.page--red.page--contact .contact__info__title {
  color: #fff; }

.page--red.page--contact .contact__info__main {
  color: #fff; }
  .page--red.page--contact .contact__info__main a {
    color: #fff; }
    .page--red.page--contact .contact__info__main a:hover {
      color: rgba(255, 255, 255, 0.6); }

.page--red.page--contact .contact__info__address {
  color: rgba(255, 255, 255, 0.6); }

.page--red.page--contact .contact__info__maps a {
  color: rgba(255, 255, 255, 0.6); }
  .page--red.page--contact .contact__info__maps a svg {
    fill: rgba(255, 255, 255, 0.6); }
  .page--red.page--contact .contact__info__maps a:hover {
    color: #fff; }
    .page--red.page--contact .contact__info__maps a:hover svg {
      fill: #fff; }